Simulation Books
Related Subjects: Cockpit Construction Virtual Airlines
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250

Poor service from AmazonReview Date: 2008-07-09
Great priceReview Date: 2008-04-13
blueprint overall coverage and scattered ideasReview Date: 2007-12-14
Good, detailed bookReview Date: 2006-08-06
The book is logically put together, and has a very detailed contents index, which makes finding relevant information easy. The sections I have read not only explain the theory but also give good examples putting the theory into practice. However, they sometimes seem to place too much emphasis on a theoretical approach that would never be used in the real world.
Overall I find this book very useful and have marked it up with sticky notes for sections I'll revisit for my next database modeling design.
Poorly writtenReview Date: 2006-12-21
I keep asking myself why other reviewers praise this work. Why does every computer book written in the past couple years have at least 4 1/2 stars? Publishers hire professional reviewers to write glowing reviews. Don't fall for them, or for this book!


A NOTE FOR THE BRAZILIAN READERSReview Date: 1999-05-02
The book covers everything the Flight Sim has to offerReview Date: 1999-04-09
Wonderful Book - Covers HUGE Range of Material - MANY ErrataReview Date: 1999-01-23
The text contains MANY errata. Fortunately the author has set up a web site where you can download the corrections and software patches/updates.
ENJOY!!!
The 'Bible' of Flight Simulator BooksReview Date: 1999-07-14
Don't bother with any of the inside moves books - get this instead!
A first rate book, comprehensive and thoroughReview Date: 1999-06-07

Used price: $0.87
Collectible price: $30.00

Summary: Demo and Iterate in 213 pagesReview Date: 2008-04-29
- don't create "full scale" prototypes and start "living the prototype"
- look at the results even if they prove something you didn't want
- don't show early protos to top management.
- remember the law of diminishing returns - stop prototyping when the value-add is small
Apart from that is has some nuggets:
- Don't plan a lot, start by building prototypes (Ready. Fire! Aim.)
- Prototypes create a conversation space, use that
- Dare to use prototypes to discuss with customers
- Create prototype driven specification and not vice versa
EnlighteningReview Date: 2002-07-11
Three years on, still a great bookReview Date: 2002-09-16
Readable User-Friendly Book on InnovationReview Date: 2005-04-30
I think that the world may be on the verge of moving so fast that we begin to see things like the wiki, open source culture in that it takes all of us innovating collectively in serious play. Long term I wonder if you are not free, workable and now, you are not in the game.
Some concepts for me are:
1) Importance of being able to improvise in the moment
2) Prototyping both reveals the underlying power cutural structures and changes them.
3) Human beings are relationship morphing entities.
4) the importance of shared collaboration space that invite clever interactions between people.
5) Treating prototypes as conversation pieces
6) Watch for the underlying feeling of geniune fun
7) The importance of the challenge or obstacles to the game
8) We shape our models, our models shape us
9) "In order to have actionable meaning, the fuzzy mental models ... must be externalized in representations in ways... that can be grasped"
10) Prototypes force individuals to confront the tyranny of tradeoffs (i.e. difficult decisions)
11) "All models are attempt to manage the complexity by making it simpler and more accessible"
While the text is very readable I had trouble pulling out the underlying structure of the book. But I felt redeemed when I read the User's Guide at the end of the book. Interesting you would think a User's Guide would go at the beginning. Fortunately I do not read sequentially so I found that chapter fairly quickly.
Preaching to the choirReview Date: 2002-08-22
Other critiques: it felt like the author had a bunch of cool little examples lying around and finally got the idea to put it together, surrounded by some fluffy text to make it thick enough to sell as a book, and put it on the market. Lots of space is taken up by these excerpts, as well as big text in the margins summing up "important points," which I would usually find useful but instead gave the impression of just taking up space.
Also, the author makes repeated use of similes to the point that it got annoying; "Just like a is to b, c is to d."
At one point, the author brings up the difference between a "simulation" and a "prototype," and just when you think the core of the matter is going to be distinguished the author backs out, leaving you wondering why they brought it up in the first place if they weren't going to take a stab at defining and differentiating them.
Sorry, but given the hype I was sorely disappointed. Read the first chapter or so in a bookstore before actually buying this.

Used price: $30.99

This Book Exceeds My ExpectationsReview Date: 2007-10-09
Every chapter covers one kind of AI, one or two real-world applications and a list of other applications. There're more than enough illustrations for people like me who hate text-only book. A picture is worth a thousand words buddy. Here's my list of AI fields I remembered from the book: Genetic Algorithm, Neural Network, Ant, Particle Swarm, Simulated Annealing, ALife, Pathfinding, A-Star, ATR1, Classifier systems, Rule-based Aystems, Agent-based Software, NLP, Bigram, and Fuzzy Logic.
Examples are written in C language. Comments are plentiful. The codes, though short, pack a lot punches; a whole stack-only virtual machine (VM), for example, was written in less than 100 lines to illustrate how Genetic Algorithm works. Although I'm a VB.NET programmer, I could understand them quite easily.
I recommend this book to any programmer who like to get a big picture of artificial intelligence, who doesn't know where to begin or which algorithm is the right choice. This book should be the first-to-read but not the last, because it touches not far from the surface. I'd say this is the best precursor.
Decent introduction, insane amount of typosReview Date: 2007-09-02
If you're fairly proficient at C/C++ code, however, you should be able to follow the book ok... just expect to be reading more of the source code than the actual writing, half the time.
It was a required textbook for a class.
Best introductory book on AIReview Date: 2007-08-24
Excellent Introduction (w/out alot of number theory)Review Date: 2007-03-07
Not very clearReview Date: 2007-04-22

Used price: $0.01

Data Modeling (ISBN: 0877090661)Review Date: 2008-06-22
Just a Beginner's BookReview Date: 2008-05-28
In fact, I could have titled this review "The One-Idea Book," because the only original (?) idea I found was the suggestion to implement optional 1-to-many relationships by using a composite table.
Nothing to it and outdatedReview Date: 2006-01-09
Overall the book reads like it was designed as an undergraduate text book -- an academic view of data model with little of use to a professional.
Most of the treatment is very outdated. The E-R diagrams are like nothing modern I've seen and the book apparently is pre-UML.
I guess if you need a very basic introduction, this book might be useful, otherwise, stay away.
all what an OOP developer need for database designReview Date: 2005-11-02
1) The author does not master the concepts thoroughly enough
2) The author cannot explain the abstract concepts in a simple way
On the contrast, this book's author impressed me a lot on those two parts. I rate this 1995 book as 'classic' in my reading list.
As an experienced developer, sometimes I am confused how to design database schema even though I know the SQL queries and the three normal forms; how to map OO class/object into relational tables even though I have advanced knowledge on OOP.
This book answers all those questions I encountered before during my 5 years experience as a OO developer.
The only problem is that, this book uses some outdated annotations to explain the ideas. Anyway you will find it not difficult at all to digest a 146-page book with some special annotations.
Very concise, but still pretty usefulReview Date: 2001-10-02
Despite this, I consider it a very useful book on the subject, and the advice on how to structure data is very well presented and convincing.
What surprised me is to find some very good hints and rules of thumb on practical aspect of Data Modeling, which usually you don't find in this kind of books.
I've not yet been able to try out the data design methodology detailed in the book, but I'm more than willing to give it a try next time I have to participate in specifying an application DB.
All in all, a good buy. It short enough that reading it cover to cover is not a daunting project, and after having read it once you will probably want to use at least part of what you found in it. I'd really like to see a similar treatment for other IT ideas and problems, like OO design, for example.

Used price: $5.48

Learn How to Build Things in Second Life.Review Date: 2008-07-07
I found the tutorials very easy to use and learn.
Better then the firstReview Date: 2008-07-06
A keeperReview Date: 2008-06-17
Finally, Second Life unveiledReview Date: 2008-03-12
Excellent but not enough.Review Date: 2008-03-04

Used price: $28.83

An enjoyable readReview Date: 2007-12-11
Great bookReview Date: 2007-08-13
Real "How Nature Works". Already is "Legend in the Making."Review Date: 2001-09-24
This Computational Beauty of Nature (CBofN) covered a lot of topics. Ranged from brief introduction to Computation Theory, Fractals, Chaos, Complexity, Adaptation. (See the Table of Content for more details).
All topics are written in surprisingly clear and very understandable manner. With as little Math as possible. (From my opinion, these topics cannot be completely understood without Mathematics -- The Language of Nature). Therefore, it is also accessible to layperson.
This book does not, however, go so deep into each subject. (You won't expect it to do that with its less-than 500 pages, don't you? :-) Instead, it does give nice backgrounds, fundamental knowledge, and important ideas for each. So, if you are interesting in any of the subjects presented here, you can go on to the more specialized books on your own.
One of the nicest feature of this book, which can hardly be found in other text, is that the it does show how things work together, where and why. For example, natural phenomena like adaptation, evolution, computation, and some other things else related to each other. How can one view this from that perspective, and vice versa. etc.
One other nice feature of this book is, you can really play with almost all concepts using a number of computer programs. All the programs are downloadable (with source code, under GNU license) from the book's homepage. So, you can reproduce almost all the figures from the book.
However, for one thing, the homepage address given in the book, in the edition/printing I have is incorrect. Maybe MIT Press had changed the structure of their website or something...
...you can still search for it using your favourite web-search engine.
About the website, all the good things are there as well, including errata. (Of course, Perfect things are very rare in Nature... So, books with some errors are ok. The thing that matter is the authors know it/admit it and tell the readers or not).
Conclusion: If you want to understand "How Nature Works" from the computational point of view. If you interested in Chaos theory, Fractals and Complexity. Then, make no mistake, you can't go wrong with this one. (And, get the hardcover edition, because you will read it, read it, read it again, and keep refering to it. So the paperback edition probably can't endure that :-)
I want to give it more stars if I only could. This book will always get the highest rating possible from me wherever and whenever I review it.
Nature herself is so beautiful. So, it's time to get to know her, to learn about her and to understand her! And this book just did it, in such a way that can hardly be better!
Interesting TopicsReview Date: 2002-03-27
Favorite things about this book
Covers L-systems and also gives the rules for how to make some interesting plants. Also this book touches on some aspects of AI like game-trees and neural nets. The author discuses "boids" and self-organization with autonomous agents that act together, and shows simulations of ants and a flock of birds using this concept.
Good first book on the subject of simulating natural phenomenaReview Date: 2006-08-04
Also, the mathematics is elementary enough to be accessible to a mathematically mature high school student. The mathematics is concisely explained as it is needed, with just a page or two for each of calculus, linear algebra, affine transformations, complex numbers, vector calculus, and matrix algebra. Thus, the included mathematics makes a better refresher than a tutorial for the novice even though the author states in the preface that he wrote this book for a younger version of himself. This book teaches its subject matter mainly by demonstrating concepts through simulations that are expressed in dozens of programs which illustrate the points being made. Instructions on using the programs are scattered throughout the book. The source code is available for download on the web, along with selected excerpts from the book.
I would recommend this as a first book for those interested in simulating natural concepts, but it should not be your last if your goal is to truly grasp the concepts presented and produce simulations of your own. However, an even better book on this subject is "Mathematical Models in Biology", although it is an advanced text. A very accessible book that is also more advanced than this text is "Nonlinear Dynamics and Chaos: With Applications to Physics, Biology, Chemistry and Engineering". It clearly explains the mathematics while tying it into key concepts in nature. "Chaos and Fractals" by Peitgen is a good book on the subject for the layperson with a fascination for mathematics presented in some depth. The book also has various Java programs that illustrate key concepts.
Used price: $0.01
Collectible price: $25.00

Superb!!Review Date: 2007-04-12
A note on the metaphysical material in AL that bears on the question of whether present iterations of 'artificial life' are, or whether future iterations may one day be, sufficiently complex that they should be considered true LIFE: throughout, Levy stresses the essential link between an (')organism(') (wet or dry) and its environment. Yet, it seems to me, in discussing the question of the LIFE-status of in-silico 'organisms', he considers the 'organisms' alone. I wonder whether this apparent preference reflects his own bias, or a bias on the part of the scientists he profiles? From the perspective of emergent behavior and the capacity to evolve, etc., AL 'creatures' self-evidently bear a striking resemblance to biological creatures. It strikes me, however, that a key consideration in the wet-life as LIFE versus dry-'life' as LIFE argument -- is that wet-life organisms express emergent behavior and evolve, etc., in environments that are, throughout, rife with other life, whereas dry-'life' 'organisms' do the same in environments that are otherwise sterile (by the standards that A-Life scientists themselves would apply). Some consideration of how environments contribute to the LIFE-status of particular (')organism(')s, and of any definition of LIFE (wet or dry) itself, seems to be of the essence. Yet another thought to pursue -- though doubtless ethologists, philosophers, and A-Life scientists have beaten me there. Proof positive that AL is a highly thought-provoking book. Read it!
Great Beginners bookReview Date: 2001-05-01
My Review of this BookReview Date: 2001-04-07
It is about artifical intelligence. If you have a computer you will know exactly what I mean. When you hook up a computer, it acts alive, and you gotta interact with it like it is artifically intelligent.
Like when I hook up the voice-recognition thing where you speake into the mikerofone, it acts like it hears you too, and does what it is told to do. Sometimes that is to write a letter, or to tell it to go onto the net.
I told my computer to go onto the net once thru the mike, and it did it, as it was spoken and said what to do.
So if you read and buy this book you will learn to do this, and hook it up yourself. The book has plans and charts to do all this stuff. When you read it, pass it onto a friend, and they may help you once they read it themselves.
I gave this book 5-stars, because it was a very good one, and I will now know how my computer is so smart. I told it what to do, and it help me with this revue to. So buy it but just one time, because a friend and other people will be able to read this for free, once you give it to them.
Engines are my hobbie, and so are electronic power supplys, so I plan to use this book for that to. I will design new ones that are faster than sound, and my computer will be smart and help me with that.
So buy this book, once, and you will like it along with all the friendly people that you knowe.That's my revuiew, but I will do anew one when a new adition of the book comes out to the press.
I do recomend that you buy this one time for the people who wanto know about how artifical intelligent computers get smarter and help you with life-things you need to do, but not all by yourselfe, but with a computer.
fascinatingReview Date: 2001-02-03
It's not a masterpiece of literature, but it was interesting enough to forever change my research career.
An excellent intro to a new scienceReview Date: 2001-02-19
Like its counterpart, artificial intelligence, the discipline of a-life suffers from a lack of definition. There is no agreement on what life or intelligence are. Additional disagreement arises over the following distinctive descriptions of life.
(a) Objects such as rocks can be assigned a life (intelligence) value of zero and as we move upward to humans and beyond, the measure of life (intelligence) characteristics is described by a smooth, continuous function where the first derivative never becomes very large, but is always positive. There is no clearly discernible boundary between life and non-life.
(b) Starting from the same initial position as (a), the derivative stays close to zero for some time, and then suddenly becomes unbounded, as the matter now possesses the fundamental essence of life (intelligence). That point of the vertical derivative is the boundary point between animate and inanimate objects.
Much of this book deals with cellular automata and the algorithms used to create them. Like so many new, perhaps revolutionary disciplines, the major players tend to be free spirits. Many of the people described here bounced around before finding their ecological niche in a-life. With the exception of the originators, John von Neumann and John Horton Conway, those who established the study of cellular automata as an academic discipline were academic outsiders who literally created it from nothing. The explanation of that is very well done. While most of the work has been done by computer, no previous knowledge is necessary to understand the text.
One item could have been better handled, but that is largely due to the problems with definitions. Like the workers in chaos, a-lifers tend to see what they want to see. For example, simple rules are used to create an image that either looks or acts like something known to be alive and this is used to argue that life is being created or that the rules that create life are simple. Which is an extremely weak argument. What is being created are items that human eyes interpret as looking like life, and as all psychologists know, the human brain processes images with a bias towards previous experience. The devil's advocate against is a shadow here. However, it is difficult to argue in the negative when you are aiming at a nebulous target.
Whatever your interest in a-life, you will find something of value in this book. Biologists and philosophers who teach general education courses will also find a good deal of discussion material. The hypothetical qualification has been removed form the debate, as there are now objects to argue about.
Published in Journal of Recreational Mathematics, reprinted with permission

Used price: $45.98

great book, butReview Date: 2007-11-06
There are however, a lot of problems with this book. First of all, the author clearly published the book without actually reading it cover to cover and running a spell check on it. He doesn't know how to spell asterisk, confuses backslashes with forward slashes, in an exercise asks you to replace a blanked out line when there's no blanked out line in the sample code. In the sample questions, many answers refer to information that was not covered in the chapter material.
In the JDK section he mentions in the beginning that it's very hard to locate and install the development kit when in the chapter he repeatedly calls it by a name different than it's referenced on Sun's web site (SDK when Sun calls it a JDK) then never makes any mention of how to avoid the problems he alluded to in the beginning of the chapter. Just install the software then add the bin folder to the path environment variable - all problems solved.
Don't be fooled thinking its a serious book when you see it's 400 pages, it's really only about 3.5 inches wide, so 400 pages goes a long way when the book is so small.
an incredibly comprehensive and well arranged certification study guideReview Date: 2007-06-30
The book has over 400 pages of exam questions and detailed answers. The questions are arranged in a way that test you, but also help you learn by pointing out subtle differences between code snippets, technologies, and product implementations. Each question is asked, and then later answered, with fully in depth answers that not only help you learn, but give you a laugh or two as well.
I also went through all of the code snippets with a compiler, just to prove to myself what works and what doesn't. I'd suggest people make sure they use a JDK 1.5 compiler, the one the exam is targeted to, or else you might get some incorrect results. When using a JDK 1.5 compiler, I didn't find a single code based question that was answered differently to what my own compiler produced.
The book is broken down in a way that is very conducive to learning. Each objective section is given about 25 questions. This is great for planning to go through each objective a day for about a week.
Then, there are 3, 15 questions exams, that cover the three broad ranges of questions on the exam, with those being Object Oriented Programming, Java Fundamentals, and Client and Server technologies. These exams are tough, but totally like the actual exam. I suggest taking a day for each of these exams, and going over them again several times before taking the exam.
There are then 3, 20 question exams, that simulate the actual variety of questions on the exam. These exams are good to do in a single day, and get a feel of how prepared you are for the final.
There are a few other mini-exams based on equals and assignment operators, and Java 1.5 concepts.
There is also a final exam of 51 questions that will tell you how prepared you are for the real thing. If you can get a good 75% on this exam, you'll be good for the real thing.
The fact is, this is a complete and total resource for getting SCJA certified. If you can answer all the questions in the book, I really can't see how you can't pass the SCJA exam with a killer score. I used the book myself, and have passed it around to a few friends in my class, and it helped all of us pass the exam the first time around. Everyone scored in the high 80's or low 90's.
As I said, it's a total resource for getting SCJA certified. If you want to really get prepared for the exam, this is the one book you need.
Close, But . . .Review Date: 2007-06-26
Many of the code snippets have very fundamental errors or omissions, even though "Will cause a compile-time error" was said to be an incorrect response.
In a nutshell, I don't think the book was proofread, (misspellings, typos, etc.) and the code was obviously not tested.
A TOTAL REQUIRMENT FOR PASSING SCJA Review Date: 2007-06-21
There are hundreds of questions, which are very much in line with the difficulty of the actual exam. But better than the questions, which exhaustively cover all of the SCJA objectives, are the answers. All of the questions are answered in extreme detail, not only telling you where you were right, or where you were wrong, but they totally help you understand Java and the Java technologies at a much, much deeper level.
I really don't think I would have passed on my first write if I didn't have this book. I knew the topics pretty well, but this helped me polish off my skills, and really, really prepare me for the real thing.
Get this book if you want to pass.
Complete And Total Preparation for a Tough Certification ExamReview Date: 2007-06-15
This Questions book really lets you know when you've studied too much, or not studied enough on a particular topic. Each exam objective is covered in depth, with loads of questions, and then progressively larger and larger mock exams help reinforce the toughest, and most important, concepts.
There are over 350 questions in this book, and they are all answered in great detail, and with the same humor and writing style as the SCJA Certificaiton Guide by the same author. Both books together were the key reason I passed my certification. The SCJA is a tough exam. I couldn't have passed without these great certification books.
Totally recommended!
I also recommend this book if you want to learn the material quickly:
SCJA - Sun Certified Java Associate Certification Study Guide for Java 5, J2EE and J2ME Technology from ExamScam.com - The Pre SCJP, Programmers Certification

Used price: $53.08

What I expectedReview Date: 2007-02-07
This met those expectations.
Good Book on Wireless DesignReview Date: 2008-02-07
you will be happy to have this bookReview Date: 2007-01-18
RecommendedReview Date: 2007-07-28
Yes, a book that doesn't consider 30MHz "really high". That's progressed beyond vacuum tubes. Hell, it even discusses them newfangled ICs. In fact, digital radio is probably given more coverage than analog! This is modern pro quality, not stuck in 1970s tinkerer's-land.
The most shocking thing is the complete omission of Smith charts. Though after reading this, learning to use these charts should be a lot easier.
Also, it's quite hilarious (or sad) when the author starts to discuss the enclosed Puff program, and the tone of the work jumps back about 20 years ("the program will work with CGA and EGA, but **VGA** is recommended because the text can be smaller", etc)!!!
A fair bit about layout and PCBs is discussed, though I would have liked even more detail. Also, some sort of summaries or decision trees would be useful for the more complex design areas like matching networks.
Great overview of wireless designReview Date: 2006-02-17
For those who have a sound knowledge in Electronic engineering and wish to develop their knowledge in RF design, this is a great book to start with. If you have already studied RF or have a modest knowledge within this field then this probably isn't the book for you (could be used as a reference).
Related Subjects: Cockpit Construction Virtual Airlines
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250