CumInCAD is a Cumulative Index about publications in Computer Aided Architectural Design
supported by the sibling associations ACADIA, CAADRIA, eCAADe, SIGraDi, ASCAAD and CAAD futures

PDF papers
References

Hits 1 to 20 of 57

_id 4555
authors Bergland, Glenn D. and Gordon, Ronald D.
year 1981
title Tutorial : Software Design Strategies.--2nd. ed
source vi, 479 p. Los Angeles: IEEE Computer Society Press, 1981. includes bibliography and permuted title index p.449-477
summary A tutorial text attempting to clarify and focus on aspects of software design that have direct effect on the structure of the final program. Several major design strategies are developed and compared, including: traditional forms of functional decomposition, the data structure design method of Michael Jeckson, the data-flow design method of Larry Constantine, and the programming calculus of Edsger Dijkstra. The process of organizing and coordinating the efforts of the design team is also studied especially practices of top-down development, code walkthroughs, and design reviews are presented and evaluated
keywords software, design, programming, techniques
series CADline
last changed 2003/06/02 13:58

_id eced
authors Gries, David
year 1981
title The Science of programming
source xiii, 366 p. New York: Springer-Verlag, 1981. include bibliography: p. [355]- 357 and index. -- (Texts and Monographs in Computer Science)
summary Part 1 is an introduction to the propositional and predicate calculi. Part 2 defines a small language in terms of weakest preconditions. Part 3 is the heart of the book, where the reader is asked questions and is expected to answer. Not all answers are given
keywords programming, techniques
series CADline
last changed 1999/02/12 15:08

_id 0cb0
authors Paul, Richard P.
year 1981
title Robot Manipulators : Mathematics, Programming and Control
source 279 p. Boston: The MIT press, 1981. include bibliography and index.-- (The MIT series in Artificial Intelligence)
summary The book covers several aspects of computer control of mechanical manipulators
keywords robotics, programming, AI
series CADline
last changed 2003/06/02 10:24

_id a6f1
authors Bridges, A.H.
year 1986
title Any Progress in Systematic Design?
source Computer-Aided Architectural Design Futures [CAAD Futures Conference Proceedings / ISBN 0-408-05300-3] Delft (The Netherlands), 18-19 September 1985, pp. 5-15
summary In order to discuss this question it is necessary to reflect awhile on design methods in general. The usual categorization discusses 'generations' of design methods, but Levy (1981) proposes an alternative approach. He identifies five paradigm shifts during the course of the twentieth century which have influenced design methods debate. The first paradigm shift was achieved by 1920, when concern with industrial arts could be seen to have replaced concern with craftsmanship. The second shift, occurring in the early 1930s, resulted in the conception of a design profession. The third happened in the 1950s, when the design methods debate emerged; the fourth took place around 1970 and saw the establishment of 'design research'. Now, in the 1980s, we are going through the fifth paradigm shift, associated with the adoption of a holistic approach to design theory and with the emergence of the concept of design ideology. A major point in Levy's paper was the observation that most of these paradigm shifts were associated with radical social reforms or political upheavals. For instance, we may associate concern about public participation with the 1970s shift and the possible use (or misuse) of knowledge, information and power with the 1980s shift. What has emerged, however, from the work of colleagues engaged since the 1970s in attempting to underpin the practice of design with a coherent body of design theory is increasing evidence of the fundamental nature of a person's engagement with the design activity. This includes evidence of the existence of two distinctive modes of thought, one of which can be described as cognitive modelling and the other which can be described as rational thinking. Cognitive modelling is imagining, seeing in the mind's eye. Rational thinking is linguistic thinking, engaging in a form of internal debate. Cognitive modelling is externalized through action, and through the construction of external representations, especially drawings. Rational thinking is externalized through verbal language and, more formally, through mathematical and scientific notations. Cognitive modelling is analogic, presentational, holistic, integrative and based upon pattern recognition and pattern manipulation. Rational thinking is digital, sequential, analytical, explicatory and based upon categorization and logical inference. There is some relationship between the evidence for two distinctive modes of thought and the evidence of specialization in cerebral hemispheres (Cross, 1984). Design methods have tended to focus upon the rational aspects of design and have, therefore, neglected the cognitive aspects. By recognizing that there are peculiar 'designerly' ways of thinking combining both types of thought process used to perceive, construct and comprehend design representations mentally and then transform them into an external manifestation current work in design theory is promising at last to have some relevance to design practice.
series CAAD Futures
email
last changed 2003/11/21 15:16

_id 01bb
authors Er, M.C.
year 1981
title A Representation Approach to the Tower of Hanoi Problem
source 22 p. : ill. Wollongong: Department of Computing Science, University of Wollongong, August, 1981. includes bibliography
summary By making the moving direction of each disc explicit in the representation, a bit-string so constructed can be used to drive the Tower of Hanoi algorithm. The behavior of disc moves is further analyzed based on the bit-string representation. It has been shown that the bit-string for moving n discs can be used to generate successively the Gray codes of n bits
keywords representation, programming, combinatorics, algorithms, recursion
series CADline
last changed 2003/06/02 13:58

_id a8d1
authors Galle, Per
year 1981
title An Algorithm for Exhaustive Generation of Building Floor Plans
source Communications of the ACM December, 1981. vol. 2: pp.813-823, [3] : ill. includes bibliography.
summary The combinatorial complexity of most floor plan design problems makes it practically impossible to obtain a systematic knowledge of possible solutions using pencil and paper. The objective of this paper is to contribute to the development of computer methods providing such knowledge for the designer. The paper describes an algorithm which generates all possible rectangular plans on modular grids with congruent cells, subject to constraints on total area, room areas, wall lengths, room adjacencies, and room orientations. To make room sizes regular and limit the solution set only, such grids are used which minimize the number of cells in the smallest room. The description is sufficiently detailed to serve as a basis for programming. Test results for a Pascal implementation of the algorithm are reported. Realistic problems up to ten rooms have been solved in modest length of computer time. The results indicate that the approach of exhaustive generation may prove to be more fruitful than generally assumed
keywords architecture, floor plans, automation, design, planning, algorithms, combinatorics, grids, constraints, synthesis
series CADline
last changed 1999/02/12 15:08

_id 2430
authors Kernighan, Brian W. and Plauger, P.J.
year 1981
title Software Tools in Pascal
source ix, 366 p. Reading,Mass.: Addison-Wesley Pu. Co., 1981. includes bibliography and index
summary How to write programs that make good tools, and how to program well in the process are the two main concepts. Structured programming and top down design are emphasized and applied to every program as are principles of design, testing efficiency and portability
keywords programming, PASCAL, education
series CADline
last changed 2003/06/02 13:58

_id 4140
authors Koffman, Elliot B.
year 1981
title Problem Solving and Structured Programming in PASCAL
source 82 p. in various paging reading Reading, Mass.: Addison-Wesley Pub. Co. Inc., 1981. include index.
summary -- (Addison-wesley Series in Computer Science and Information Processing). A one semester introductory course in computer programming. Teaches problem solving through the technique of stepwise algorithms development. Most of the features of standard PASCAL are covered in detail. Separate chapters are devoted to a discussion of advanced data structures like files, multidimensional arrays, and lists and trees. There is an appendix that discusses string processing in UCSD PASCAL
keywords PASCAL, programming, problem solving, education, languages
series CADline
last changed 2003/06/02 13:58

_id 8d0f
authors Pattis, Richard E.
year 1981
title Karel the Robot : A Gentle Introduction to the Art of Programming
source New York: John Wiley & sons Inc., 1981
summary An introduction to programming in PASCAL. The book is arranged as a full programming course including homework problems for the students
keywords programming, languages, PASCAL
series CADline
last changed 2003/06/02 10:24

_id 2c6a
authors Rosenbloom, Paul S.
year 1981
title A World-Championship-Level Othello Program
source Pittsburgh, PA: Department of Computer Science, CMU, August, 1981. [4], 47 p. : ill. and graphs. include bibliography
summary Othello is a recent addition to the collection of games that have been examined within artificial intelligence. Advances have been rapid, yielding programs that have reached the level of world-championship play. This article describes the current champion Othello program, Iago. The work described here includes: (1) a task analysis of Othello; (2) the implementation of a program based on this analysis and state- of-the-art AI game-playing techniques; and (3) an evaluation of the program's performance through games played against other programs and comparisons with expert human play
keywords AI, programming, games, systems
series CADline
last changed 2003/06/02 10:24

_id c0ee
authors Bentley, Jon L. and Ottmann, Thomas
year 1981
title The Complexity of Manipulating Hierarchically Defined Sets of Rectangles
source 40 p. : ill. Pittsburgh, PA: Department of Computer Science, CMU., April, 1981. CMU-CS-81-109. includes bibliography
summary Algorithms that manipulate sets of rectangles are of great practical importance in VLSI design systems and other applications. Although much theoretical work has appeared recently on the complexity of rectangle problems, it has assumed that the inputs are given as a list of rectangles. In this paper the authors study the complexity of rectangle problems when the inputs are given in a hierarchical language that allows the designer to build large designs by replicating small designs. They show that while most of the problems are NP-hard in the general case, there are O(N log N) algorithms that process inputs obeying certain restrictions
keywords rectangles, algorithms, computational geometry, data structures
series CADline
last changed 2003/06/02 10:24

_id sigradi2009_1044
id sigradi2009_1044
authors Cruz, Débora Melo; Gabriela Celani
year 2009
title A influência de Frank Lloyd Wright sobre João Batista Vilanova Artigas – uma análise formal [The Influence of Frank Lloyd Wright on João Batista Vilanova Artigas - A Formal Analysis]
source SIGraDi 2009 - Proceedings of the 13th Congress of the Iberoamerican Society of Digital Graphics, Sao Paulo, Brazil, November 16-18, 2009
summary This study intends to propose a new use of the shape grammar: verify the influence of a certain architect’s language over another architect’s language. Some Brazilian modern architecture critics suggest the existence of an influence of Wright’s prairie houses over Artigas’ early work, but the methods used to reach to this conclusion are always empirical and not very objective. The present work aims to confirm this influence in a more rational manner, comparing Wright’s prairie houses grammar developed by Koning and Eizenberg (1981) to Artigas’ first phase grammar that will developed in this work.
keywords Gramática da forma; F. L. Wright; J. V. Artigas
series SIGRADI
email
last changed 2016/03/10 09:49

_id ecca
authors Koning, H. and Eizenberg, J.
year 1981
title The Language of the Prairie : Frank Lloyd Wright's Prairie Houses
source Environment and Planning B. 1981. vol. 8: pp. 295-323 : ill. includes bibliography
summary The following parametric shape grammar generates the compositional forms and specifies the function zones of Frank Lloyd Wright's prairie-style houses. The establishment of a fireplace is the key to the definition of the prairie-style house. Around this fireplace, functionally distinguished Froebelean-type blocks are recursively added and interpenetrated to from the basic compositions from which elaborated prairie-style houses are derived. The grammar is based on a corpus of eleven houses from the Winslow house, the evolutionary precursor of the style, to the Robie house, considered by many as the culmination of the style. Much has been written about prairie-style houses - their balance, their debt to Beaux Arts and Japanese design traditions, and their organic qualities. However, such descriptions do not explicitly inform us as to how prairie-style houses are constructed, and consequently provide little help in designing new members of this style. The power of a grammar, such as the one given here, is that it establishes a recursive structure from which new designs can be constructed. Three new prairie houses generated by the grammar as well as step-by-step generation of one of these designs are shown
keywords synthesis, analysis, architecture, shape grammars, parametrization,
series CADline
last changed 2003/06/02 13:58

_id 4e6e
authors Liu, Clive K. and Eastman, Charles M.
year 1981
title Object Grammars : Language for the Generation of Masonry Designs
source 20 p. ; ill April, 1981. includes bibliography.
summary Bricks, one of the oldest manufactured building materials, are used extensively in construction. Usually they are built into wall assemblies. In this paper, the construction of traditional masonry designs are investigated. Object grammars are defined for the recursive generation of the 3 dimensional wall designs. Also, the uses of object grammars are discussed
keywords shape grammars, objects, synthesis, assemblies, architecture, applications
series CADline
email
last changed 2003/06/02 13:58

_id ecaade2012_087
id ecaade2012_087
authors Lorenz, Wolfgang E.
year 2012
title Estimating the Fractal Dimension of Architecture: Using two Measurement Methods implemented in AutoCAD by VBA
doi https://doi.org/10.52842/conf.ecaade.2012.1.505
source Achten, Henri; Pavlicek, Jiri; Hulin, Jaroslav; Matejovska, Dana (eds.), Digital Physicality - Proceedings of the 30th eCAADe Conference - Volume 1 / ISBN 978-9-4912070-2-0, Czech Technical University in Prague, Faculty of Architecture (Czech Republic) 12-14 September 2012, pp. 505-513
summary The concept of describing and analyzing architecture from a fractal point of view, on which this paper is based, can be traced back to Benoît Mandelbrot (1981) and Carl Bovill (1996) to a considerable extent. In particular, this includes the distinction between scalebound (offering a limited number of characteristic elements) and scaling objects (offering many characteristic elements of scale) made by B. Mandelbrot (1981). In the fi rst place such a differentiation is based upon a visual description. This paper explores the possibility of assistance by two measurement methods, fi rst time introduced to architecture by C. Bovill (1996). While the box-counting method measures or more precisely estimates the box-counting dimension D b of objects (e.g. facades), range analysis examines the rhythm of a design. As CAD programs are familiar to architects during design processes, the author implemented both methods in AutoCAD using the scripting language VBA. First measurements indicate promising results for indicating the distinction between what B. Mandelbrot called scalebound and scaling buildings.
wos WOS:000330322400052
keywords Box-Counting Method; Range Analysis; Hurst-Exponent; Analyzing Architecture; Scalebound and Scaling objects
series eCAADe
email
last changed 2022/06/07 07:59

_id e93d
authors Knight, Weissman T.
year 1981
title Languages of Designs : from Known to New
source Environment and Planning B. 1981. vol. 8: pp. 213-238 : ill. includes bibliography
summary A procedure for defining new languages of designs from known or given ones is presented. It is specified in terms of shape equivalence rules or shape equivalence rule schemata which allow shapes in spatial relations given or inferred from existing design languages to be replaced with other shapes. The new spatial relations so defined can be used to determine a wide variety of new, original languages of designs. The possibility of using shape equivalence rules or rule schemata for characterizing formal compositional aspects of historic styles or languages of designs and relationships between them is also discussed
keywords design, languages, shape grammars, relations
series CADline
last changed 2003/06/02 13:58

_id 82a8
authors Kutay, Ali R.
year 1981
title Multi-User Concurrent Design Databases
source May 14, 1981. [1] 27 p. includes bibliography
summary Developing comprehensive computer models of engineering systems is an important research effort. These models are planned to support design, analysis, optimization and production of these systems by providing a common integrated source of data. They are also expected to support multiple users accessing them concurrently so that parallel development of the system is enabled. This paper looks at the concurrency control problem in computer models of engineering design. It reviews the major aspects of database systems which are the tools of modelling, and identifies different representations used in the design process. With this as the context, the paper surveys the basic mechanisms for concurrency control in database systems. It then classifies the different degrees of concurrency in different representations of the design process
keywords engineering, design, database, concurrency, CAD
series CADline
last changed 2003/06/02 13:58

_id avocaad_2001_09
id avocaad_2001_09
authors Yu-Tung Liu, Yung-Ching Yeh, Sheng-Cheng Shih
year 2001
title Digital Architecture in CAD studio and Internet-based competition
source AVOCAAD - ADDED VALUE OF COMPUTER AIDED ARCHITECTURAL DESIGN, Nys Koenraad, Provoost Tom, Verbeke Johan, Verleye Johan (Eds.), (2001) Hogeschool voor Wetenschap en Kunst - Departement Architectuur Sint-Lucas, Campus Brussel, ISBN 80-76101-05-1
summary Architectural design has been changing because of the vast and creative use of computer in different ways. From the viewpoint of designing itself, computer has been used as drawing tools in the latter phase of design (Mitchell 1977; Coyne et al. 1990), presentation and simulation tools in the middle phase (Liu and Bai 2000), and even critical media which triggers creative thinking in the very early phase (Maher et al. 2000; Liu 1999; Won 1999). All the various roles that computer can play have been adopted in a number of professional design corporations and so-called computer-aided design (CAD) studio in schools worldwide (Kvan 1997, 2000; Cheng 1998). The processes and outcomes of design have been continuously developing to capture the movement of the computer age. However, from the viewpoint of social-cultural theories of architecture, the evolvement of design cannot be achieved solely by designers or design processes. Any new idea of design can be accepted socially, culturally and historically only under one condition: The design outcomes could be reviewed and appreciated by critics in the field at the time of its production (Csikszentmihalyi 1986, 1988; Schon and Wiggins 1992; Liu 2000). In other words, aspects of design production (by designers in different design processes) are as critical as those of design appreciation (by critics in different review processes) in the observation of the future trends of architecture.Nevertheless, in the field of architectural design with computer and Internet, that is, so-called computer-aided design computer-mediated design, or internet-based design, most existing studies pay more attentions to producing design in design processes as mentioned above. Relatively few studies focus on how critics act and how they interact with designers in the review processes. Therefore, this study intends to investigate some evolving phenomena of the interaction between design production and appreciation in the environment of computer and Internet.This paper takes a CAD studio and an Internet-based competition as examples. The CAD studio includes 7 master's students and 2 critics, all from the same countries. The Internet-based competition, held in year 2000, includes 206 designers from 43 counties and 26 critics from 11 countries. 3 students and the 2 critics in the CAD studio are the competition participating designers and critics respectively. The methodological steps are as follows: 1. A qualitative analysis: observation and interview of the 3 participants and 2 reviewers who join both the CAD studio and the competition. The 4 analytical criteria are the kinds of presenting media, the kinds of supportive media (such as verbal and gesture/facial data), stages of the review processes, and interaction between the designer and critics. The behavioral data are acquired by recording the design presentation and dialogue within 3 months. 2. A quantitative analysis: statistical analysis of the detailed reviewing data in the CAD studio and the competition. The four 4 analytical factors are the reviewing time, the number of reviewing of the same project, the comparison between different projects, and grades/comments. 3. Both the qualitative and quantitative data are cross analyzed and discussed, based on the theories of design thinking, design production/appreciation, and the appreciative system (Goodman 1978, 1984).The result of this study indicates that the interaction between design production and appreciation during the review processes could differ significantly. The review processes could be either linear or cyclic due to the influences from the kinds of media, the environmental discrepancies between studio and Internet, as well as cognitive thinking/memory capacity. The design production and appreciation seem to be more linear in CAD studio whereas more cyclic in the Internet environment. This distinction coincides with the complementary observations of designing as a linear process (Jones 1970; Simon 1981) or a cyclic movement (Schon and Wiggins 1992). Some phenomena during the two processes are also illustrated in detail in this paper.This study is merely a starting point of the research in design production and appreciation in the computer and network age. The future direction of investigation is to establish a theoretical model for the interaction between design production and appreciation based on current findings. The model is expected to conduct using revised protocol analysis and interviews. The other future research is to explore how design computing creativity emerge from the process of producing and appreciating.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id eb23
authors Akin, Omer
year 1981
title Efficient Computer-User Interface in Electronic Mail Systems
source Department of Computer Science, April, 1981. ii, 24 p. includes bibliography
summary This research explores the question of improving user- computer interface. The approach is one of observing and codifying various parameters that influence the efficiency of interface in the context of electronic mail tasks. In the paper the authors observe 'expert' and 'regular' users of a mail system and analyze the sources of efficiency. It is clear that experts use a different, more specialized, set of commands in performing standard mail tasks. While experts perform these tasks with fewer errors and more 'completely,' it is not clear that they achieve this any faster than regular users. Recommendations for design are made
keywords user interface, protocol analysis
series CADline
email
last changed 2003/05/17 10:09

_id c9dc
authors Avron, Barr and Feigenbaum, Edward A. (editors)
year 1981
title The Handbook of Artificial Intelligence
source xiv, 409 p. Stanford, California: HeurisTech Press., 1981. vol. 1 of 3: includes bibliography p.[365]-388 and indexes
summary Part 1 of a three volume set that contains some 200 articles on AI. Volume 1 discusses the goals of AI research, the history of the field and the current active areas of research. It explains how the book is organized, and the literature of the field. How to access journal articles and technical reports for further reading
keywords AI
series CADline
last changed 2003/06/02 13:58

For more results click below:

this is page 0show page 1show page 2HOMELOGIN (you are user _anon_794457 from group guest) CUMINCAD Papers Powered by SciX Open Publishing Services 1.002