e99 Online Shopping Mall
Help | |
Home - Basic S - Scheme Programming (Books) |
  | Back | 21-40 of 100 | Next 20 |
click price to see details click image to enlarge click link to go to the store
21. Housing Schemes: Creation and Programming by P N Houstoun | |
Paperback: 28
Pages
(1970-09-01)
Isbn: 0901607037 Canada | United Kingdom | Germany | France | Japan | |
22. PROLOG-II as an instance of the logic programming language scheme (Research Report RC. International Business Machine Inc. Research Division) by Joxan Jaffar | |
Unknown Binding: 20
Pages
(1985)
Asin: B00070SR1M Canada | United Kingdom | Germany | France | Japan | |
23. Simply Scheme programming examples by Brian Harvey, Matthew Wright | |
CD-ROM:
Pages
(1994-04-20)
list price: US$18.95 Isbn: 0262581345 Canada | United Kingdom | Germany | France | Japan | |
24. Scheme translation of functions from functional programming application and implementation (Technical report / Computer Science Dept., Indiana University) by Dave Laymon | |
Unknown Binding:
Pages
(1983)
Asin: B0006YOBKU Canada | United Kingdom | Germany | France | Japan | |
25. The Scheme Programming Language by R. Kent Dybvig | |
Hardcover:
Pages
(1987)
Asin: B001DOHZGY Canada | United Kingdom | Germany | France | Japan | |
26. Programming and verification scheme in the [iota] system-integration of verification and data abstraction (RIMS) by Reiji Nakajima | |
Unknown Binding:
Pages
(1977)
Asin: B0007AUYFY Canada | United Kingdom | Germany | France | Japan | |
27. Classification schemes in programming languages: A framework for study (CIS group working paper series) by Linda Weiser Friedman | |
Unknown Binding:
Pages
(1992)
Asin: B0006OZKKU Canada | United Kingdom | Germany | France | Japan | |
28. Scheme Programming Language Third Edition by Kent R. Dybvig | |
Paperback:
Pages
(2003)
Asin: B000OQA2Y4 Canada | United Kingdom | Germany | France | Japan | |
29. "Completeness" and "full parallelism" of parallel logic programming schemes (Report) by Laxmikant Vasudeo KaleÌ | |
Unknown Binding:
Pages
(1987)
Asin: B0007113V2 Canada | United Kingdom | Germany | France | Japan | |
30. A scheme for functions in logic programming (Uppsala University. Computing Science Dept., Uppsala Programming Methodology and Artificial Intelligence Laboratory. UPMAIL technical report) by Björn Carlson | |
Unknown Binding:
Pages
(1989)
Asin: B0007BSQS0 Canada | United Kingdom | Germany | France | Japan | |
31. AutoLISP Programming: A Coursework Book for the City & Guilds 4351-05 Scheme by Colin Browning | |
Spiral-bound: 214
Pages
(1997-04)
Isbn: 0952024128 Canada | United Kingdom | Germany | France | Japan | |
32. The "Turbocode" Scheme for the programming of thermodynamic cycle calculations on an electronic digital computer, (CoA report Aero) by J. R Palmer | |
Unknown Binding:
Pages
(1967)
Asin: B0006C1LT6 Canada | United Kingdom | Germany | France | Japan | |
33. Scheme and the Art of Programming Answer Book | |
Paperback:
Pages
(1990)
Isbn: 0262691450 Canada | United Kingdom | Germany | France | Japan | |
34. A final Scheme-word on Landin's J-operator (Technical report) by Matthias Felleisen | |
Unknown Binding: 19
Pages
(1986)
Asin: B000716QEG Canada | United Kingdom | Germany | France | Japan | |
35. Simply Scheme - 2nd Edition: Introducing Computer Science by Brian Harvey, Matthew Wright | |
Hardcover: 611
Pages
(1999-08-27)
list price: US$75.00 -- used & new: US$33.96 (price subject to change: see help) Asin: 0262082810 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description ". . . a genuinely terrific introduction to programming and computerscience." -- Login "The authors have written a very user-friendly book. The sentences andthe programs are short; the explanations are step-by-step." --Choice This lively introduction to computer science and computer programming inScheme is for non-computer science majors with a strong interest in thesubject and for computer science majors who lack prior programmingexperience. The text allows the student to experience the computer as atool for expressing ideas, not as a frustrating set of mathematicalobstacles. This goal is supported by the use of Scheme, a modern dialectof Lisp, designed to emphasize symbolic programming. In the words of the authors,Simply Scheme is designed to be a "prequel" to another book,Structure andInterpretation of Computer Programs. This latter title hasbeen a staple of introductory computer science courses for years, butit assumes a certain background. Simply Scheme works hardto make the somewhat tricky ideas of Scheme accessible. This tutorialstresses small sections on key language features, from basicfunctions, variables, and onward to recursion and other functionalprogramming concepts. While languages like C++ and Java use objects tomodel data, Scheme programmers break a problem down intofunctions. The art--and elegance--of problem solving in Scheme comesfrom applying recursion and other design concepts. Longer codesamples in the book include a tic-tac-toe game, examples that workwith poker and bridge, and a working spreadsheet demo. Throughout, thebook employs a friendly and jargon-free approach to programming. Thisbook is as much about thinking like Scheme as it is about thebasic nuts and bolts of the language. Sections on using softwarepatterns in Scheme help bring this new edition up to date. Thoughnot often used in business, Scheme and its cousin Common Lisp (whichthe book describes in an appendix) are still favored by computerscientists, for example, in artificial intelligenceresearch. Simple Scheme succeeds in making a difficultprogramming language both approachable and accessible. It's a valuableresource to any computer science student who is taking Scheme on forthe first time. --Richard Dragan Topics covered:Scheme language fundamentals, functions and higher-order functions,variables, lambda basics, recursion, abstraction, software patterns inScheme, lists, trees, sequential programming, working with files,vectors, Common Lisp. Customer Reviews (8)
Basic CS book
A good conceptual extender
Weak
An interesting read without these is not considered making the book a weak reference manual. The book is also too long for a single semester course which means you may as well undertake Knuth's volumes if you are in a long course.
Simpy Scheme |
36. Game Programming in C++: Start to Finish (Game Development Series) by Erik Yuzwa | |
Paperback: 392
Pages
(2006-01-11)
list price: US$49.95 -- used & new: US$21.99 (price subject to change: see help) Asin: 1584504323 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Over the course of the book, you’ll learn the popular techniques and practices behind today’s games. Not only will you add a lot of theory to your game programming toolkit, but you’ll also create a small basic game from scratch – SuperAsteriodArena. While you’ll focus on using the SDL and the OpenGL libraries to learn game programming, you’ll also learn the essential Windows principles that you’ll need to create just about any kind of game with any other API such as DirectX. This easy-to-follow book takes current game programming information and filters it down to a practical level. Each chapter and subsection builds upon previous chapters and topics in a tutorial format, allowing you to progress at your own pace. As you work through the book, you’ll build the SuperAsteriodArena game, beginning with engine creation and 3D programming with SDL and OpenGL. From there you’ll move on to animation effects, audio, collision detection, networking, and finalizing the game. A variety of tools are used throughout, including Visual Studio and OpenGL, SDL, Autodesk 3ds Max, and the Audacity sound tool. Features:* Teaches C++ game programming in an easy-to-follow style* Uses the creation of a complete game – SuperAsteriodArena- to teach the entire game development process from concept and design document to finalizing the game* Explains important Windows programming techniques that can apply to any projectUses a variety of popular tools – Visual Studio, SDL, OpenGL, CVS, gDEBugger, Autodesk 3ds Max, and the Audacity sound tool* Includes a CD-ROM with libraries and tools, including the SDL libraries, trial versions of Audacity, 3ds Max 7, gDEBugger, InnoSetup, CVSNT, doxygen, the source code from the book, and the complete game from the book On the CD!* Demos: gDEBugger (Graphic Remedy) – Tools for finding and isolating problems with OpenGL commands; MoleBox Pro (MoleBox) – Utility for compressing game assets; Autodesk 3ds Max 7 demo * Tools: SDL (Simple DirectMedia Layer); CEGUI (Crazy Eddie’s GUI System); Lua (The Lua Interpreter); OpenAL (The Open Audio Library); PreplicaNet; Tokaak (The Tokamak Physics Library); Audacity; BitmapFontBuilder; CVSNT; Doxygen; InnoSetup * Game Files and Source code System Requirements: A PC running Windows NT4.0/95/98/2000 or XP. To compile the source code you will need a PC capable of compiling C++ modules. The sample projects included are compatible with either Visual Studio 6.0 SP6 or Visual Studio .NET 2003 (other compilers are an option but are untested at this time. To run the sample game, you will need any version of Windows (newer than NT4.0) with at least 1 GHz CPU and a minimum of 256MB of RAM. You will need a 3D accelerated video card with at least 32MB of onboard VRAM and the latest drivers from your vendor. For Visual Studio 2005 code, visit the book’s Web page. Customer Reviews (8)
Terrible
Frustration
designing games
Made me Dizzy
Avoid This Book |
37. Tolerance representation scheme for a three-dimensional product in an object-oriented programming environment.: An article from: IIE Transactions by Utpal Roy, Ying-Che Fang | |
Digital: 19
Pages
(1996-10-01)
list price: US$5.95 -- used & new: US$5.95 (price subject to change: see help) Asin: B00096P1FO Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
38. INTRODUCTION TO PROGRAMMING LANGUAGES: PRINCIPLES, C, C++, SCHEME & PROLOG: Principles, C, C++, Scheme & Prolog | |
Unknown Binding:
Pages
(2003-01-01)
-- used & new: US$40.00 (price subject to change: see help) Asin: B0020TMUZM Canada | United Kingdom | Germany | France | Japan | |
39. Designing a majorization scheme for the recourse function in two-stage stochastic linear programming (Technical report / Dept. of Computer Science and Engineering, Southern Methodist University) by JoseÌ H DulaÌ | |
Unknown Binding: 16
Pages
(1992)
Asin: B0006DIJG8 Canada | United Kingdom | Germany | France | Japan | |
40. Simulation of decentralized planning in two Danish organizations using the decomposition scheme from linear programming (Skrifter fra Institut for historie ... universitet : Samfundsvidenskab ; nr. 37) by John Christensen | |
Unknown Binding:
Pages
(1976)
Asin: B0006E3MNC Canada | United Kingdom | Germany | France | Japan | |
  | Back | 21-40 of 100 | Next 20 |