Open Access Repositories: Recent submissions

Now showing items 2081-2100 of 4204

  • How to Use YTEX 

    Unknown author (MIT Artificial Intelligence Laboratory, 1986-06-09)
    YTEX—pronounced why-TEX or oops-TEX—is a TEX macro package. YTEX provides both an easy-to-use interface for TEX novices and a powerful macro-creation library for TEX programmers. It is this two-tier structure that makes ...

  • Support for Obviously Synchonizable Series Expressions in Pascal 

    Unknown author (MIT Artificial Intelligence Laboratory, 1988-11)
    Obviously synchronizable series expressions enable programmers to write algorithms as straightforward compositions of functions rather than as less comprehensible loops while retaining the significantly higher efficiency ...

  • Puma/Cougar Implementor's Guide 

    Unknown author (MIT Artificial Intelligence Laboratory, 1985-04)
    This document is intended to be a guide to assist a programmer in modifying or extending the Lisp Puma system, the Puma PDP-11 system, or the Cougar PDP-11 system. It consists mostly of short descriptions or hints, and is ...

  • Using the PUMA System 

    Unknown author (MIT Artificial Intelligence Laboratory, 1985-04)
    This document describes the operation of the Lisp Machine interface to the Unimation Puma 600 Robot Arm. The interface is evolved from a system described in an earlier paper, and much is the same. However, the under-lying ...

  • Analyzing the State Behavior of Programs 

    Unknown author (MIT Artificial Intelligence Laboratory, 1988-08)
    It is generally agreed that the unrestricted use of state can make a program hard to understand, hard to compile, and hard to execute, and that these difficulties increase in the presence of parallel hardware. This problem ...

  • Toward a Richer Language for Describing Software Errors 

    Unknown author (MIT Artificial Intelligence Laboratory, 1985-05)
    Several approaches to the meaning and uses of errors in software development are discussed. An experiment involving a strong type-checking language, CLU, is described, and the results discussed in terms of the state of the ...

  • A Proposal for Research With the Goal of Formulating a Computational Theory of Rational Action 

    Unknown author (MIT Artificial Intelligence Laboratory, 1985-04)
    A theory of rational action can be used to determine the right action to perform in a situation. I will develop a theory of rational action in which an agent has access to an explicit theory of rationality. The agent makes ...

  • Parallel Flow Graph Matching for Automated Program Recognition 

    Unknown author (MIT Artificial Intelligence Laboratory, 1988-07)
    A flow graph matching algorithm has been implemented on the Connection Machine which employs parallel techniques to allow efficient subgraph matching. By constructing many different matchings in parallel, the algorithm is ...

  • Exceptional Situations in Lisp 

    Unknown author (MIT Artificial Intelligence Laboratory, 1985-02)
    Frequently, it is convenient to describe a program in terms of the normal situations in which it will be used, even if such a description does not describe the its complete behavior in all circumstances. This paper surveys ...

  • The Structures of Everyday Life 

    Unknown author (MIT Artificial Intelligence Laboratory, 1985-02)
    This note descends from a talk I gave at the AI Lab's Revolving Seminar series in November 1984. I offer it as an informal introduction to some work I've been doing over the last year on common sense reasoning. Four themes ...

  • A Partial Mechanical Design Compiler 

    Unknown author (MIT Artificial Intelligence Laboratory, 1987-02)
    I have implemented a simple "mechanical design compiler", that is a program which can convert high-level descriptions of a mechanical design into detail descriptions. (Human interaction is sometimes required.) The program ...

  • Tradeoffs in Designing a Parallel Architecture for the Apiary 

    Unknown author (MIT Artificial Intelligence Laboratory, 1984-12)
    The Apiary is an abstract computer architecture designed for performing computation based on the idea of message passing between dynamic computational objects called actors. An apiary connotes a community of worker bees ...

  • A Mobile Robot Project 

    Unknown author (MIT Artificial Intelligence Laboratory, 1985-02)
    We are building a mobile robot which will roam around the AI lab observing and later perhaps doing. Our approach to building the robot and its controlling software differs from that used in many other projects in a number ...

  • Spurious Behaviors in Qualitative Prediction 

    Unknown author (MIT Artificial Intelligence Laboratory, 1988-03)
    I examine the scope and causes of the spurious behavior problem in two widely different approaches to qualitative prediction, Sacks' PLR and Kuipers' QSIM. QSIM's proliferation of spurious behaviors and PLR's limited ...

  • Associative Learning of Standard Regularizing Operators in Early Vision 

    Unknown author (MIT Artificial Intelligence Laboratory, 1984-12)
    Standard regularization methods can be used to solve satisfactorily several problems in early vision, including edge detection, surface reconstruction, the computation of motion and the recovery of color. In this paper, ...

  • The Role of Intensional and Extensional Representations in Simulation 

    Unknown author (MIT Artificial Intelligence Laboratory, 1984-12)
    I review three systems which do simulation in different domains. I observe the following commonality in the representations underlying the simulations: • The representations used for individuals tend to be domain-dependent. ...

  • The Novice's Guide to the UNIX at the AI Laboratory Version 1.0 

    Unknown author (MIT Artificial Intelligence Laboratory, 1988-05)
    This is a manual for complete beginners. It requires little knowledge of the MIT computer systems, and assumes no knowledge of the UNIX operating system. This guide will show you how to log onto the AI Lab's SUN system ...

  • The EIGHT Manual: A System for Geometric Modelling and Three-Dimensional Graphics on the Lisp Machine 

    Unknown author (MIT Artificial Intelligence Laboratory, 1984-08)
    We describe a simple geometric modelling system called Eight which supports interactive creation, editing, and display of three-dimensional polyhedral solids. Perspective views of a polyhedral environment may be generated, ...

  • BUILD -- A System Construction Tool 

    Unknown author (MIT Artificial Intelligence Laboratory, 1984-08)
    BUILD is a proposed tool for constructing systems from existing modules. BUILD system descriptions are composed of module declarations and assertions of how modules refer to each other. An extensible library of information ...

  • A Proposal For An Intelligent Debugging Assistant 

    Unknown author (MIT Artificial Intelligence Laboratory, 1988-01)
    There are many ways to find bugs in programs. For example, observed input and output values can be compared to predicted values. An execution trace can be examined to locate errors in control flow. The utility of these and ...