Computer Science Logo Style
Author : Brian Harvey
Publisher :
Page : 388 pages
File Size : 31,18 MB
Release : 1997
Category : Computer programming
ISBN :
Author : Brian Harvey
Publisher :
Page : 388 pages
File Size : 31,18 MB
Release : 1997
Category : Computer programming
ISBN :
Author : Brian Harvey
Publisher : MIT Press
Page : 348 pages
File Size : 16,29 MB
Release : 1997
Category : Biography & Autobiography
ISBN : 9780262581486
This series is for people--adults and teenagers--who are interested in computer programming because it's fun. The three volumes use the Logo programming language as the vehicle for an exploration of computer science from the perspective of symbolic computation and artificial intelligence. Logo is a dialect of Lisp, a language used in the most advanced research projects in computer science, especially in artificial intelligence. Throughout the series, functional programming techniques (including higher order functions and recursion) are emphasized, but traditional sequential programming is also used when appropriate.In the second edition, the first two volumes have been rearranged so that illustrative case studies appear with the techniques they demonstrate. Volume 1 includes a new chapter about higher order functions, and the recursion chapters have been reorganized for greater clarity. Volume 2 includes a new tutorial chapter about macros, an exclusive capability of Berkeley Logo, and two new projects. Throughout the series, the larger program examples have been rewritten for greater readability by more extensive use of data abstraction.Volume 1 Symbolic Computing, is addressed to a reader who has used computers and wants to learn the ideas behind them. Symbolic computing is the manipulation of words and sentences, in contrast both to the graphics most people associate with Logo and to the numerical computation with which more traditional languages such as Pascal and C++ are most comfortable. This volume is well known for its clear and thorough presentation of recursion, a key idea in computer science that other texts treat as arcane and difficult.The Logo programs in these books and the author's free Berkeley Logo interpreter are available via the Internet or on diskette.
Author : Peter M. Kogge
Publisher : McGraw-Hill Companies
Page : 774 pages
File Size : 15,78 MB
Release : 1991
Category : Computers
ISBN :
Focuses on the design and implementation of two classes of non-von Neumann computer architecture: those designed for functional and logical language computing.
Author : Joel S. Cohen
Publisher : CRC Press
Page : 323 pages
File Size : 46,94 MB
Release : 2002-07-19
Category : Computers
ISBN : 1439863695
This book provides a systematic approach for the algorithmic formulation and implementation of mathematical operations in computer algebra programming languages. The viewpoint is that mathematical expressions, represented by expression trees, are the data objects of computer algebra programs, and by using a few primitive operations that analyze and
Author : Brian Harvey
Publisher :
Page : 324 pages
File Size : 30,94 MB
Release : 1997
Category : LOGO (Computer program language)
ISBN : 9780262581516
Author : Brian Harvey
Publisher : MIT Press
Page : 620 pages
File Size : 32,3 MB
Release : 1999
Category : Computers
ISBN : 9780262082815
Showing off scheme - Functions - Expressions - Defining your own procedures - Words and sentences - True and false - Variables - Higher-order functions - Lambda - Introduction to recursion - The leap of faith - How recursion works - Common patterns in recursive procedures - Advanced recursion - Example : the functions program - Files - Vectors - Example : a spreadsheet program - Implementing the spreadsheet program - What's next?
Author : Robert A. Mueller
Publisher :
Page : 494 pages
File Size : 27,44 MB
Release : 1988-11-25
Category : Computers
ISBN :
A practical introduction to symbolic computing and denotational programming. First part of the book covers programming. Second part addresses symbolic computing in such areas as game playing, language translation, and theorem proving. For each topic there are example problems, with proposed solutions, followed by working programs using the techniques presented earlier in the text. Two programs, using a denotational approach, accompany each of the applications in symbolic computing—one in Lisp and one in Prolog.
Author : David S. Touretzky
Publisher : Courier Corporation
Page : 602 pages
File Size : 14,26 MB
Release : 2014-02-20
Category : Technology & Engineering
ISBN : 048679170X
Highly accessible treatment covers cons cell structures, evaluation rules, programs as data, recursive and applicable programming styles. Nearly 400 illustrations, answers to exercises, "toolkit" sections, and a variety of complete programs. 1990 edition.
Author : Joel S. Cohen
Publisher : CRC Press
Page : 472 pages
File Size : 19,22 MB
Release : 2003-01-03
Category : Computers
ISBN : 1439863709
Mathematica, Maple, and similar software packages provide programs that carry out sophisticated mathematical operations. Applying the ideas introduced in Computer Algebra and Symbolic Computation: Elementary Algorithms, this book explores the application of algorithms to such methods as automatic simplification, polynomial decomposition, and polyno
Author : Kiat Shi Tan
Publisher : Springer Science & Business Media
Page : 684 pages
File Size : 18,90 MB
Release : 2012-12-06
Category : Computers
ISBN : 1447104056
Symbolic C++: An Introduction to Computer Algebra Using Object-Oriented Programming provides a concise introduction to C++ and object-oriented programming, using a step-by-step construction of a new object-oriented designed computer algebra system - Symbolic C++. It shows how object-oriented programming can be used to implement a symbolic algebra system and how this can then be applied to different areas in mathematics and physics. This second revised edition:- * Explains the new powerful classes that have been added to Symbolic C++. * Includes the Standard Template Library. * Extends the Java section. * Contains useful classes in scientific computation. * Contains extended coverage of Maple, Mathematica, Reduce and MuPAD.