Sciweavers

6794 search results - page 966 / 1359
» Semantics of Visual Languages
Sort
View
POPL
1999
ACM
15 years 11 months ago
A Core Calculus of Dependency
Notions of program dependency arise in many settings: security, partial evaluation, program slicing, and call-tracking. We argue that there is a central notion of dependency commo...
Martín Abadi, Anindya Banerjee, Nevin Heint...
WIDM
1999
ACM
15 years 11 months ago
Automatic Migration of Files into Relational Databases
In order to provide database-like features for files, particularly for searching in Web data, one solution is to migrate file data into a relational database. Having stored the da...
Uwe Hohenstein, Andreas Ebert
CIA
1999
Springer
15 years 11 months ago
GETESS - Searching the Web Exploiting German Texts
Abstract. We present an intelligent information agent that uses semantic methods and natural language processing capabilites in order to gather tourist information from the WWW and...
Steffen Staab, Christian Braun, Ilvio Bruder, Antj...
ESOP
1999
Springer
15 years 11 months ago
Interprocedural Control Flow Analysis
Control Flow Analysis is a widely used approach for analysing functional and object oriented programs. Once the applications become more demanding also the analysis needs to be mor...
Flemming Nielson, Hanne Riis Nielson
PEPM
1999
ACM
15 years 11 months ago
C++ Templates as Partial Evaluation
This paper explores the relationship between C++ templates and partial evaluation. Templates were designed to support generic programming but unintentionally provided the ability ...
Todd L. Veldhuizen