Software Books
Related Subjects:
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

Used price: $38.66

A great book on the subjectReview Date: 2008-08-26
Embedded Linux ReviewReview Date: 2008-03-02
Excellent surveyReview Date: 2007-09-28
Really heapfulReview Date: 2008-05-30
Very good book to study embedded LinuxReview Date: 2008-03-09
The chapters about the U-BOOT bootloader, the BUSYBOX embeded Linux and an extra piece of information on the JFFS2 file system are welcome. If the cross-development environment chapter had been about BUILDROOT, this book would have been THE BOOK for the present embedded Linux based systems designers.


Definitely different...great different...but differentReview Date: 2007-10-16
This book is very different from that. The title includes the word "Expert" for good reason. This is a book that doesn't assume you know nothing and start from scratch, nor does it try to teach you every knob and switch on all of the SQL commands. It it more about going to the next level and becoming the expert at programming with SQL Server by covering several deep dive subjects that every person needs to make the transition from "Pro" to "Expert".
It has eleven chapters, each of them about a distinct facet of programming SQL Server, from the common stuff you need to do or use right (testing, errors, privilege, CLR, encryption, dynamic SQL and concurrency) to three chapters on really deep applied stuff (spatial data, temporal data, and graphs/trees). Each chapter has some very deep information, and a lot of code that could make you dizzy if you try to ingest it too fast. It is all explained nicely though, and if you take the time to understand the code you will be far better off for it.
I would not suggest this as a book for the casual "I would like to know a bit more about SQL" reader. It is more for the reader who is already good and wants to become a solid professional/expert SQL programmer who know the right way to do things. For that reader it should be on your required reading list.
Great BookReview Date: 2007-08-23
Did you ever think you wouldn't really learn anything new from yet another SQL Server book?Review Date: 2008-01-03
By providing actual performance testing Adam Machanic doesn't just make expert claims for his methods. In fact, my favorite quote from the book: "The hallmark of a truly great developer, and what allows these qualities to shine through, is a thorough understanding of the importance of testing."
Having never worked with spatial data before, I found the coverage of the topic fascinating. Also, entire books have been written on tree's, hierarchies and graphs. Adam provides enough information in a single chapter for the developer to choose a strategy that works.
5 stars - easy
Well written and practical book on SQL Server 2005.Review Date: 2007-08-12
In the first chapter, the author reviews coupling, cohesion, encapsulation and database role in the application development cycle.
Chapter 2 is extremely useful for testing and tuning queries. It teaches you all you need to know about SQL Profiler. Other topics include unit and functional testing and performance counters. The chapter also introduces the SQLQueryStress Performance Tool which is a free query performance and load testing tool designed by the author.
Chapter 3 covers the different types of errors and exceptions and also shows you how to write error handling code using new error-handling construct added in SQL Server 2005.
The chapter on Dynamic SQL, chapter 7, is a must read for every database developer as it teaches you how and when to use dynamic SQL to make your application both efficient and secure.
Other advanced topics covered in the book are encryption, SQLCLR security and designing systems for application concurrency.
Recommended for SQL Server professionals of all levels.
Stuff I did not knowReview Date: 2007-08-20

Used price: $25.81

Excellent learning toolReview Date: 2008-08-27
A very useful bookReview Date: 2008-08-26
The accompanying CD has hands-on lessons for every chapter, so the reader can actually experience what the writer describes. Invaluable. Final Cut, even the express version, offers many video capabilities for both amateur and professional. This book shortens the learning process and brings you up-to-speed quickly.
The BESTReview Date: 2008-08-11
Amazing learning curveReview Date: 2008-08-10
Tom's the bestReview Date: 2008-07-16
You can already learn some key points to keep in mind about the latest version of FCE in the Excerpt from the front of the book available for viewing on Amazon. It's worth the price of the book right there!
Tom works so hard providing lucid and practical support on the Apple Support page for FCE, and no doubt uses that to enhance the next edition. You're going to be getting his free advice sooner or later, so you might as well throw a few bucks his way and give him some credit for all that you will benefit from his wisdom. I've bought several of the other FCE books over the years, but Tom is the best.
Ron Carlson

Used price: $38.90

Unique book on the implementation of genetic programmingReview Date: 2007-06-30
Chapter 4 discusses the representation problem for the conventional genetic algorithm operating on fixed-length character strings and variations of the conventional genetic algorithm dealing with structures more complex and flexible than fixed-length character strings. Since this book assumes no prior knowledge of the LISP programming language, section 4.2 describes LISP and section 4.3 outlines the reasons behind the choice of LISP for the implementation of solutions in this book. Chapter 5 provides an informal overview of the genetic programming paradigm and chapter 6 provides a detailed description of the techniques of genetic programming. Some readers may prefer to rely on chapter 5 and hold off on reading the detailed discussion in chapter 6 until they have read chapter 7 and the later chapters that contain examples.
Chapter 7 provides a detailed description of how to apply genetic programming to four introductory examples thus laying the groundwork for all of the problems to be described later in the book. Chapter 8 discusses the amount of computer processing required by the genetic programming paradigm to solve certain problems. Chapter 9 shows that the results obtained from genetic programming are not the fruits of a random search. Chapters 10 through 21 illustrate how to use genetic programming to solve a wide variety of problems from varying disciplines and are defined by the table of contents. The examples in these 12 chapters make up the heart of the book.
The final eight chapters discuss aspects of genetic algorithms common to all implementations. Chapter 22 discusses the implementation of genetic programming on parallel computer architectures. Chapter 23 discusses the ruggedness of genetic programming with respect to noise, sampling, change, and damage. Chapter 24 discusses the role of extraneous variables and functions, and chapter 25 presents the results of some experiments relating to operational issues in genetic programming. Chapter 26 summarizes the five major steps in preparing to use genetic programming while chapter 27 compares genetic programming to other machine learning paradigms. Chapter 28 is an interesting one in which the spontaneous emergence of self-replicating and self-improving computer programs is discussed. Chapter 29 attempts to wrap up the book with a conclusion.
This book is best used for its examples and practical viewpoint. There are certain matters, such as how to program in LISP, for which you will need dedicated books since the amount of detail in this book is not enough. I do highly recommend this book as a uniquely practical one on how to implement genetic algorithms via computer programs. I haven't found another with so much practical information.
Great introduction.Review Date: 2006-07-11
This first volume in the Genetic Programming series of books by Koza is very well organized and clear in its explanations. I have not tried the techniques presented yet, but I have some good ideas on how to proceed. The author uses LISP as the language of choice in the book, but practically any modern language should be sufficient.
If you have any interest in Genetic Programming, I encourage you to at least pick up this first volume and read through it. This technology is still relatively new and the application of the techniques seems virtually limitless.
Must Have for all GP studentsReview Date: 2005-09-21
This book is great!
The essential reference for GPReview Date: 2002-07-04
Genetic ProgrammingReview Date: 2002-01-09
There was some repetition in places, maybe because the author wanted to emphasize some points and also to remain understandable to persons who may read selected chapters or examples rather than from cover to cover, page by page.
Although the book states that Genetic Programming does not depend on the LISP language or features, it uses LISP as its exclusive language of choice. I would like to implement these generally very computationally intensive Genetic Programming Algorithms in a very fast and efficient way, which for me implies assembly language, and although the author gives good tips about making the algorithm run faster the implementation shown is all LISP and nothing else. I am also interested in using the algorithm to generate efficient, parsimonious, code. The author described the additional problems of parsimony, but gave no information on generation of fast code from S expressions. I will have to refer to some compiler books and my own experiments to go further in this area.
I look forward to experimenting with the subject and reading some of Dr. Koza's other books on the subject.

Used price: $319.41

Beautiful illustrations, excellent authority for current trendsReview Date: 2007-03-09
biblical text on heartReview Date: 2002-10-22
Dr. James Thogtam: A classic book for those in the field Review Date: 2006-07-05
WITH THE SEVENTH EDITION OF BRAUNwald's Heart Disease, the editors have accomplished an impressive feat: improving on an already classic text. With 36 new chapters and full-color figures and photographs, the new edition is substantially altered in both content and appearance. Compared with the rather limited color-plate photographs in the sixth edition, the color photographs, figures, and tables in each chapter significantly enhance the new text.
Informative chapters on the foundations of cardiovascular medicine remain, including detailed discussions of history taking, physical examination, and electrocardiography, topics often overshadowed in an era of rapidly progressive medical technology.....
The seventh edition of Braunwald's Heart Disease would be a worthy addition to the medical library of any practicing cardiologist, cardiology fellow, or health care practitioner with a special interest in heart disease.
A BRILLIANT ENCYCLOPEDYA OF CARDIOLOGICAL KNOWLEDGEReview Date: 2005-07-09
RAUL M. MARCH MD
A HARD-TO-FLAW MASTERPIECEReview Date: 2002-06-18
The diligently crafted chapters are comprehensive, authoritative, well-illustrated, and include all the 'ins' and 'outs' of contemporary cardiology. It is one of the most consistent and coherent multi-authored texts in the field.
This single-volume CD-ROM package is a rich blend of evidence based medicine, best practice, and all the user-flexibility an e-book enthusiast would expect.

Used price: $175.97

A seminal and essential additionReview Date: 2007-05-08
Suitable as Text or ReferenceReview Date: 2007-03-08
In general this book does not cover the background mathematics that enables image processing. Those are left to specialty books on the subject. Instead this book is intended to be used in conjunction with hands-on equipment where the reader is encouraged to experiment with different methods to determine what is needed for the particular job.
While suitable for use as a text, this book is really a handbook for technical users. The book is more oriented to what the various tools availavle to help actually do.
great book focusing on concepts rather than mathReview Date: 2007-08-16
New 5th edition continues its tradition as a valuable toolReview Date: 2007-03-09
The jewel in the crown of this book is the companion CD. It contains over 200 Photoshop plug-ins for performing the operations mentioned in this book. These plug-ins work on 8-bit grayscale and 24 bit RGB images and are divided into the categories of image adjustment, color manipulation, image math, boolean operations, Fourier processing, morphological operations, neighborhood processing, distance-map operations, thresholding, feature measurement, calibration, stereology, and surface rendering. The bad news is that you have to obtain the CD separately. If you need to understand the detailed mathematics behind such operations, you might consult Digital Image Processing by Gonzalez and Woods, and then come back to this book for the tools to accomplish the operations explained in that book. The updates to this fifth edition include an additional chapter on human vision and how it ties into image processing. Also, the author has updated his sections on image acquisition hardware and software to describe the latest tools available. Finally, the topic of tomographic imaging has been expanded and given its own chapter and the chapter on 3-D image acquisition has been deleted.
This is an excellent book on image processing from a systems engineering and user standpoint. You will be disappointed if you expect to learn the algorithms behind the techniques demonstrated in this book.
Nearly perfectReview Date: 2006-07-27

Used price: $6.00

Great reference for making those fancy DVDsReview Date: 2006-05-13
This series suits me perfectly and the book is highly recommended - with the aid of the book I sat down and promptly made a beautiful DVD, with lots of lovely effects, great music, and best of all it was easy. My husband was very happy with his DVD and watches it often.
The manual is clear, concise, easy to read and enjoyable. Unlike so many texts, it is not dry or overly technical. Anyone can make a great DVD easily with this reference. Next project - a video. Ready.....
IMovieHD&iDVD 5: The missing manual.Review Date: 2005-09-16
Definitive guide to working with video on the MacReview Date: 2006-03-07
What is particularly good about this book is that the author doesn't assume you are a professional video author, and he spends part one of the book helping you learn how to shoot videos and shares tricks that will make you good at it. Part 2 is dedicated to iMovie, and shares not just how to use the application, but the little extras that will make your video special - transitions, effects, titles, captions, and even how to work with sound in your movie. Part 3, on finding your audience, was another unexpected treat. There the author shows you how to move between iMovie and Quicktime, and how to post your movie to your phone and to the web. Part 4 of the book is on iDVD. I particularly liked the chapter on iDVD secrets, where the author shows how you can use AppleScript to customize iDVD itself.
It's hard to believe that a year ago I didn't even know how to use a Mac, and now I am quite the fan, especially when it comes to multimedia applications. I notice Amazon does not show the table of contents, so I do that here:
Part 1: CAPTURING DV FOOTAGE
1. The DV Camcorder
2. Turning Home Video into Pro Video
3. Special Event Filming
Part 2: EDITING IN IMOVIE
4. Camcorder Meets Mac
5. Building the Movie
6. Transitions and Effects
7. Titles, Captions, and Credits
8. Narration, Music, and Sound
9. Still Pictures and QuickTime Movies
10. Professional Editing Techniques
Part 3: FINDING YOUR AUDIENCE
11. Back to the Camcorder
12. From iMovie to QuickTime
13. Movies on the Web - And on the Phone
14. QuickTime Player
Part 4: iDVD5
15. From iMovie to iDVD
16. iDVD Projects by Hand
17. Designing iDVD Themes
18. iDVD Secrets
Part 5: Appendixes
A. iMovie HD: Menu by Menu
B. Troubleshooting
C. Master Keyboard Shortcut List
Just Buy It!Review Date: 2005-12-22
When I first received this rather intimidating 450+ page book I thought I would use it mainly for reference. Well, that was before I started reading it. Now I find it hard put down. It is very well written and arranged by areas of interest.
This book is great for everyone, from beginner to expert. It will undoubtedly prove to be a very valuable reference book in the future, but for now it's a great read.
Definitive reference bookReview Date: 2005-10-05


The definitive text for Informix database administrationReview Date: 2007-11-19
A really good reference bookthis look is a really good one. Review Date: 2004-08-28
All In All A Good Book.
The one reference you need for InformixReview Date: 2000-11-16
A true handbookReview Date: 2001-07-02
As a new DBA (1yr.), I can't thank Mr. Flannery enough. I only wish the rest of the Informix Press books would strive to meet or exceed this standard.
Great book for the novice or expertReview Date: 2000-11-22
Used price: $8.09

The most readable book on computation theory ever writtenReview Date: 2008-08-23
The coverage is:
*) Deterministic and nondeterministic finite automata
*) Regular expressions
*) Context-free grammars and languages
*) Chomsky normal form
*) Pushdown automata
*) Turing machines
*) Post machines
*) The relationship between machines and computers
When it came time to teach the class for the first time, it all went very smoothly. This remains the most readable book for the self-study of computation theory that I have ever seen. Cohen has written a later, more concise edition and that is what I have been using as the text in my course.
Great introduction to theory of computingReview Date: 2007-05-22
ExcellentReview Date: 2002-03-26
Discursive presentation. Helpful for novices.Review Date: 2002-02-12
But ... but I can't totally agree with Cohen's crusade against formalism. I agree that the first target of a book should be to clearly transmit the intended knowledge, and Cohen perfectly succeeds in this. But formalism too has its importance, thereafter. A compact and clear formalism helps to communicate efficiently, and moreover unambiguously. Like in mathematics, the first, important thing is to understand. Yet, there's no way for you to efficiently work with math without using any kind of formalism, should it be more or less "standard".
That's it: a very powerful book for a "profound" understanding of the subject; a bit more of natural formalism would make it a "complete" understanding also, and the book a five stars one.
Excellent, Accessible BookReview Date: 2005-09-28
"(1) to introduce a student of Computer Science to the need for and the working of mathematical proof; (2) to develop facility with the concepts, notations, and techniques of the theories of Automata, Formal Languages, and Turing machines; and (3) to provide historical perspective on the creation of the computer with a profound understanding of some of its capabilities and limitations."
The author did a wonderful job of it. Plus, unlike almost all other computer/math books I've read, this book is almost enjoyable to read. Again, as stated in the Preface:
"This book is written for students with no presumed background of any kind. Every mathematical concept used is introduced from scratch. Extensive examples and illustrations spell out everything in detail to avoid any possibility of confusion."
Astonishingly, those are all true statements. At a guess, I'd say that almost anyone interested in computers could get through this book without undue stress. To make it more meaningful, I'd suggest (only suggest) prerequisites of having programmed a computer and knowing some discrete math. From that point of view, it's odd that as of last year, this book was used in Florida State University's (FSU's) COT 4420: "Theory of Computation" course, which, obviously, is a 4000 level course requiring various prerequisites that put it out of the reach of all but senior (or graduate) level students.
Now, with all that glowing out of the way, there are a couple of small problems with the book. The first is simply that the exercises don't have any solutions. For the self-studyer, that's a bad thing. In a school teaching environment, it's probably acceptable, though. The second problem is that after getting through the book, I simply have to ask: "So what? WHY should I learn this?" Again, in the Preface, the author states:
"Leaving aside the obvious worth of knowledge for its own sake, the terminology, notations, and techniques of Computer Theory are necessary in the teaching of courses on computer design, Artificial Intelligence, the analysis of algorithms, and so forth. Of all the programming skills undergraduate students learn, two of the most important are the abilities to recognize and manipulate context-free grammars and to understand the power of the recursive interaction of parts of a procedure. Very little can be accomplished if each advanced course has to begin at the level of defining rules of production and derivations."
But, in my experience, I have to say that except for one reference in one other book I've read, I've never seen any of this stuff used. Even more, I've never known anyone who even knew of anyone who used (or even knew of) any of it. EVERYTHING has been done at a much higher level of abstraction than alphabets, languages, and various levels of algorithms and machines up to Turing Machines. I'm not saying that the material in this book isn't used SOMEWHERE. But, I'd honestly have liked to have seen actual, specific, concrete cases: they'd be fascinating.
So, factoring those two nits in, I rate this book at 4 stars out of 5. If those two things don't bother you, then you could easily consider this a 5 star book.

Great priceReview Date: 2008-09-21
StatsReview Date: 2008-08-30
TextbookReview Date: 2008-07-23
The best introductory statistics textbookReview Date: 2008-06-04
intro to StatisticsReview Date: 2007-11-03
Related Subjects:
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
It is the first source I have found that explains building the linux kernel in a way that makes it easy to understand. While you might be able to find this information on the net, this makes it easy to get an overall view of what is going on.
It is easy to read, and has great references. Well worth the price.