-
3
-
-
5544328298
-
-
"Interned symbols" are structures representing strings where lexical equality of the strings implies "pointer equality" of the structures
-
"Interned symbols" are structures representing strings where lexical equality of the strings implies "pointer equality" of the structures.
-
-
-
-
4
-
-
0003015874
-
A Framework for Representing Knowledge
-
Patrick Winston, Editor, McGraw Hill, New York
-
M. Minsky, "A Framework for Representing Knowledge," The Psychology of Computer Vision, Patrick Winston, Editor, McGraw Hill, New York (1975).
-
(1975)
The Psychology of Computer Vision
-
-
Minsky, M.1
-
7
-
-
0026262656
-
Generating Multimedia Presentations Automatically Using TYRO, the Constraint/Case-Based Designer's Apprentice
-
Kobo, Japan
-
R. MacNeil, "Generating Multimedia Presentations Automatically Using TYRO, the Constraint/Case-Based Designer's Apprentice," Proceedings of the IEEE '91 Workshop on Visual Languages, Kobo, Japan (1991).
-
(1991)
Proceedings of the IEEE '91 Workshop on Visual Languages
-
-
MacNeil, R.1
-
11
-
-
35248866925
-
Framer: A Persistent, Portable, Representation Library
-
Amsterdam August
-
K. Haase, "Framer: A Persistent, Portable, Representation Library," Proceedings European Conference on AI, Amsterdam (August 1994).
-
(1994)
Proceedings European Conference on AI
-
-
Haase, K.1
-
12
-
-
84909891396
-
The Revised̂3 Report on the Algorithmic Language Scheme
-
December
-
J. Rees and W. Clinger "The Revised̂3 Report on the Algorithmic Language Scheme," ACM SIGPLAN Notices 21, No. 12 (December 1988).
-
(1988)
ACM SIGPLAN Notices
, vol.21
, Issue.12
-
-
Rees, J.1
Clinger, W.2
-
14
-
-
0002049644
-
Video and Image Semantics: Advanced Tools for Telecommunications
-
Summer
-
A. Portland, R. Picard, G. Davenport, and K. Haase "Video and Image Semantics: Advanced Tools for Telecommunications," IEEE Multimedia 1, No. 3, 73-75 (Summer 1994).
-
(1994)
IEEE Multimedia
, vol.1
, Issue.3
, pp. 73-75
-
-
Portland, A.1
Picard, R.2
Davenport, G.3
Haase, K.4
-
16
-
-
0030401637
-
Media Banks: Entertainment and the Internet
-
this issue
-
A. Lippman and R. Kermode, "Media Banks: Entertainment and the Internet," IBM Systems Journal 35, Nos. 3&4, 272-291 (1996, this issue).
-
(1996)
IBM Systems Journal
, vol.35
, Issue.3-4
, pp. 272-291
-
-
Lippman, A.1
Kermode, R.2
-
17
-
-
5544297800
-
-
GNU (a recursive acronym for "GNUs not UNIX") is a project of the Free Software Foundation to implement quality versions of standard software that can be freely distributed and modified
-
GNU (a recursive acronym for "GNUs not UNIX") is a project of the Free Software Foundation to implement quality versions of standard software that can be freely distributed and modified.
-
-
-
-
18
-
-
5544280395
-
-
Research Report 89/1, Digital Western Research Laboratory, Palo Alto, CA
-
J. Bartlett, Scheme→C: A Portable Scheme-to-C Compiler, Research Report 89/1, Digital Western Research Laboratory, Palo Alto, CA (1989).
-
(1989)
Scheme→C: A Portable Scheme-to-C Compiler
-
-
Bartlett, J.1
-
19
-
-
5544223115
-
Non-Deterministic LISP with Dependency-Directed Backtracking
-
Seattle WA, July 13-17
-
R. Zabih, D. McAllester, and D. Chapman, "Non-Deterministic LISP with Dependency-Directed Backtracking," Proceedings of the National Conference on Artificial Intelligence, Seattle WA, July 13-17, 1987, pp. 59-66.
-
(1987)
Proceedings of the National Conference on Artificial Intelligence
, pp. 59-66
-
-
Zabih, R.1
McAllester, D.2
Chapman, D.3
-
20
-
-
0027704491
-
Nondeterministic Lisp as a Substrate for Constraint Logic Programming
-
Washington, D.C. July 11-15
-
J. M. Siskind and D. A. McAllester, "Nondeterministic Lisp as a Substrate for Constraint Logic Programming," Proceedings of the National Conference on Artificial Intelligence, Washington, D.C. (July 11-15, 1993), pp. 133-136.
-
(1993)
Proceedings of the National Conference on Artificial Intelligence
, pp. 133-136
-
-
Siskind, J.M.1
McAllester, D.A.2
-
21
-
-
5544310664
-
-
For instance, names of the form "eat#1," "eat#2," "eat#3" could be generated to distinguish new objects. However, this runs into collision problems if either a user or a program wants to name an actual object "eat#2," or if two separated users or programs are both generating such names independently
-
For instance, names of the form "eat#1," "eat#2," "eat#3" could be generated to distinguish new objects. However, this runs into collision problems if either a user or a program wants to name an actual object "eat#2," or if two separated users or programs are both generating such names independently.
-
-
-
-
22
-
-
5544270920
-
-
note
-
Our current C implementation uses a library of functions for allocating Lisp-like structures. This includes support for maintaining large numbers of simple vectors containing two address-sized values (e.g., four bytes on 32-bit machines, eight on 64-bit machines). An "object stub" consists of one such vector. The first element is either a direct 8-byte object identifier (on 64-bit machines) or a pointer to another vector containing the object identifier. The second element consists of either a pointer to a "detail structure" (aligned on even memory addresses) or an odd integer, which is used to store the bits associated with marked sets.
-
-
-
-
24
-
-
85156251419
-
A Representation Language Language
-
Stanford, CA, August 18-21
-
R. Greiner and D. Lenat, "A Representation Language Language," Proceedings of the First Annual National Conference on Artificial Intelligence, Stanford, CA, August 18-21, 1980, pp. 165-169.
-
(1980)
Proceedings of the First Annual National Conference on Artificial Intelligence
, pp. 165-169
-
-
Greiner, R.1
Lenat, D.2
-
25
-
-
5544324008
-
-
B.S. thesis, MIT, Cambridge, MA also available as MIT AI Lab Technical Report 901
-
K. Haase, "ARLO: Another Representation Language Offer," B.S. thesis, MIT, Cambridge, MA (1984), also available as MIT AI Lab Technical Report 901).
-
(1984)
ARLO: Another Representation Language Offer
-
-
Haase, K.1
-
26
-
-
5544303843
-
-
note
-
The syntax @Name refers to an object with the mnemonic name "Name"; in the actual implementation, the object is uniquely identified by a 64-bit object identifier though several interfaces hide this reference behind the mnemonic name. In the examples here, tokens with identical printed representations (like the several occurrences of @Width) indicate the same object.
-
-
-
-
28
-
-
84976702763
-
WordNet: A Lexical Database for English
-
G. Miller, "WordNet: A Lexical Database for English," Communications of the ACM 38, No. 11, 39-41 (1995).
-
(1995)
Communications of the ACM
, vol.38
, Issue.11
, pp. 39-41
-
-
Miller, G.1
-
29
-
-
0342932961
-
Knowledge Representation in the Large
-
Morgan Kaufmann, San Francisco, CA
-
P. Karp and S. Paley, "Knowledge Representation in the Large," Proceedings of the 14th International Joint Conference on Artificial Intelligence, Morgan Kaufmann, San Francisco, CA (1995), pp. 751-758.
-
(1995)
Proceedings of the 14th International Joint Conference on Artificial Intelligence
, pp. 751-758
-
-
Karp, P.1
Paley, S.2
|