|
GOLSCO Books Online Store | UK | Germany |
| books | baby | camera | computers | dvd | games | electronics | garden | kitchen | magazines | music | phones | software | tools | toys | video |
| Help |
| Books - Computers & Internet - Certification Central - Computer Books 1 |
| 1-15 of 15 1 |
| Featured List | Simple List |
|
|
|
Go to bottom to see all images
Click image to enlarge
|
Practical C++ Programming (Nutshell Handbook) by Steve Oualline Average Customer Review: Paperback (01 June, 1995) list price: $34.95 US | Canada | United Kingdom | Germany | France Reviews (46)
Practical C programming is one of the best C books out there, that's why I bought this one. The problem is, that this is the same book with the syntax stuff changed for C++. The author does very little to talk about OO design or what C++ can do for you. The examples are still based on procedural style and the author doesn't cover the more advanced OO features very well. If you're looking to start C/C++ programming then here's the books you really need: For C concepts and style: Practical C Programming (Oualline) Get these, read them in that order, and you're on your way to mastering C++. No matter what anyone tells you, great C++ programs are written by good C programmers. If you want to ignore the low-level stuff, then you want to be programming in Java. ... Read more Isbn: 1565921399 |
|
|
3D Studio Max 2 Fundamentals by Michael Todd Peterson, Larry Minton Average Customer Review: Paperback (01 December, 1997) list price: $44.99 -- our price: $44.99 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Editorial Review This excellent book covers the basics of 3D Studio Max 2, making it a handy guide for newcomers to the 3-D-modeling and animation program, and even for those who are new to 3-D graphics. The book first introduces the fundamentals of 3-D graphics and workspaces, explaining coordinates, axes, lines, polylines, polygons, lights, cameras, animation, and rendering. There's also a thorough tour of the package's interface that brings viewports, commands, and selections to light. In the next part of the book, you learn the fundamentals of modeling, including spline-based, mesh (polygonal), parametric, patch, and NURBS modeling, and get advice on choosing a method. Next you do some actual modeling, working with splines; 3-D primitives; compound objects; object parameters; align, array, and mirror functions; and Modifiers and the Modifier Stack. In the third part of the book, you learn the fundamentals of scene composition. In part 4, you learn about animation, starting with a discussion on animation concepts. The guide then assists you in creating basic animations. The book is an outstanding combination of discussion and projects. It includes plenty of screen shots, a glossary of 3-D computer graphics terms, and a CD-ROM that contains files to work on along with the book's projects. --Kathleen Caster ... Read more Reviews (34)
Isbn: 1562058398 |
$44.99 |
|
C++ Neural Networks and Fuzzy Logic by Valluru Rao, Hayagriva Rao, Valluru B. Rao Average Customer Review: Paperback (01 October, 1995) list price: $39.95 US | Canada | United Kingdom | Germany | France Reviews (26)
The book is not for a "mathematician" since it often lacks precision, coherence, mathematical rigor, clarity, ...More often than not, you will find wordy explanations instead of simple formulas It will displease a "programmer" too. The book's title is "C++ Neural Networks and Fuzzy Logic" so one may expect to find some well-thought and proven design ideas on how to implement NN and FL in C++ as well as a decent C++ library. Instead you will find just an amateurish C++ code (like anybody had any doubts that NN can actually be implemented in C++). Numerous times author uses this "trick": he introduces new concept, delivers a couple of vague statements about the concept, and promises a better explanation later (in the following chapters, next series, etc). How do you like this for definition: "STABILITY refers to such convergence that facilitates an end to the iterative process". You can find a lot of such "pearls" in this book. Don't waste your time... There are better books FYI: the book includes just a floppy disk instead of CD.
The authors do a lot of 'hand waving' at important concepts, almost as though the book was written as a companion piece to a course lecture.(Sometimes it really does read as though it's just a transcribed volume of professor's notes.)Numerous times I found myself stopping and thinking "wait, don't get off that topic yet!You've barely addressed its basics," and wondering if I had somehow missed something on the previous page or two. The code supplied is abominably written, a Frankenstein hodgepodge of C and C++ intertwined.This code can be made to run with some work, but it could hardly be used as a sound basis for further development or experimentation. You can derive good conceptual information out of this book, but it takes a lot of work.You really have to bludgeon your way through it, and that is no recipe for a successful educational text.
Isbn: 1558515526 |
|
|
Princeton Reviw: Cracking the SAT & PSAT, 2000 Edition (Cracking the Sat and Psat 2000) by ADAM ROBINSON, JOHN KATZMAN Average Customer Review: Paperback (29 June, 1999) list price: $18.00 US | Canada | United Kingdom | Germany | France Reviews (35)
But its better than KAPLAN which dosen't teach you anything. Its better than Barrons up to a point. Barron isn't as well oragnanised. It's all crammed up. I got 1570 before having this book.
For the Verbal Section of the SAT, I recommend you get: For the Math Section of the SAT, I recommend you get: Good luck.
Isbn: 0375754032 |
|
|
Practical Neural Network Recipes in C++ by Masters Average Customer Review: Paperback (31 March, 1993) list price: $69.95 -- our price: $69.95 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Reviews (13)
The chapters are logically broken into the major neural network tasks: classification (identifying something), autoassociation (identifying a pattern by returning the same pattern), Time-Series Prediction (this is commonly applied to predicting the stock market, etc), Function Approximation. As the author introduces these topics, various network architectures are discussed, such as feed-forward, multi-layer, backpropagation, and probalistic networks. Network optimization methods such as eluding local minima are tackled through the use of genetic algorism and simulated annealing.
Isbn: 0124790402 |
$69.95 |
|
Understanding SQL by Martin Gruber Average Customer Review: Paperback (01 January, 1990) list price: $26.95 US | Canada | United Kingdom | Germany | France Reviews (12)
Isbn: 0895886448 |
|
|
Programming Perl (2nd Edition) by Larry Wall, Tom Christiansen, Randal L. Schwartz Average Customer Review: Paperback (01 August, 1996) list price: $44.95 US | Canada | United Kingdom | Germany | France Editorial Review The second edition of the Camel Book is more than 600 pages long and full of excellent instruction and sound advice. Topics include all the good stuff from the first edition plus Perl 5 features such as nested data structures (ever made a hash of arrays of hashes?), modules, and objects. From Reviews (224)
Isbn: 1565921496 |
|
|
Programming the Perl DBI by Alligator Descartes, Tim Bunce Average Customer Review: Paperback (01 February, 2000) list price: $34.95 -- our price: $23.77 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Editorial Review The birth of new modules for the Perl scripting language is a regular occurrence, and the publication of an O'Reilly book about one of these modules is a sign of coming of age. Perl's DBI module, which facilitates the database-independent operation of Perl, achieves its rite of passage this month with the arrival of Alligator Descartes and Tim Bunce's excellent Programming Perl's DBI. Perl's DBI interface is maintained by Bunce and includes submodule interfaces to Oracle, MySQL, Sybase, Microsoft ODBC, and many other smaller databases. O'Reilly Perl book aficionados take note: this is the cheetah book, named for the animal that graces its cover. Far from being a formalized how-to or man page, Programming Perl's DBI is a mini textbook in database programming,ideal for CPAN-savvy Perl programmers with little or no experience in database programming. Descartes and Bunce develop primitive notions of databases by using flat files, and they introduce relational databases with careful didactic motivation. The example database used throughout the book contains ancient sacred monolithic sites in the UK and elsewhere, of which Stonehenge is the most famous. Readers will learn about these primitive places while storing, updating, deleting, sorting, and locking their descriptors using flat files, nonrelational and relational databases, and a tutorial on SQL. The last chapters describe the peculiarities of interacting with ODBC and introduce DBI's Perl-less diagnostic shell and database proxying. The authors use many modules--including DBI itself--that are not part of the vanilla Perl distribution, and Descartes and Bunce introduce them without explaining where to find or build them. Perl newbies with no CPAN experience may find themselves derailed early. The Storage module seems not to be available on CPAN at all (at the time of this writing). Fortunately, DBI and friends build, test, and install seamlessly under Linux/Red Hat 6.1. At 350 pages, Programming the Perl DBI is 60 percent text--filled with highly annotated Perl code--and 40 percent appendices covering a detailed specification of DBI and 3-to-5-page descriptions of each of the 14 supported databases. Brevity is a large component of this book's wit. Clarity is the rest of it. --Peter Leopold ... Read more Reviews (48)
Isbn: 1565926994 |
$23.77 |
|
Mastering Algorithms with C (Mastering) by Kyle Loudon Average Customer Review: Paperback (01 August, 1999) list price: $39.95 -- our price: $26.37 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Editorial Review Written with the intermediate to advanced C programmer in mind, Mastering Algorithms with C delivers a no-nonsense guide to the most common algorithms needed by real-world developers. The highlight of the book has to be its concise and readable C functions for all the algorithms presented here, including basics like linked lists, stacks to trees, graphs, and sorting/searching algorithms. The C functions that implement these algorithms are clearly printed and remarkably easy to read. You can use this sample code directly or adapt it into your C/C++ code. Although mathematical concepts like Big-O notation are discussed, the authors don't get bogged down in the computer science theory surrounding algorithms. Instead, they present the most tried-and-true algorithms available today in an efficient format. Besides introducing each algorithm, they describe how each is used in computing today, along with a short demo application. Some of these samples are quite low-level, such as a virtual memory manager implemented with linked lists. Most examples are more of general interest, such as a graphing example that counts network hops. Each section ends with questions and answers about how the algorithms work, along with references to other algorithms (both in the book and from other sources). The authors concentrate on the most useful algorithms available today and don't try to cover every available variation. Busy readers will appreciate the intelligent selection--and efficient presentation--used here. There are a number of books on C algorithms, but Master Algorithms with C is one of the most concise and immediately useful. It's a perfect choice for the working C/C++ programmer who's in a hurry to find just the right algorithm for writing real-world code. --Richard Dragan Topics covered: Algorithm efficiency, pointer basics, arrays, recursion, Big-O Notation, linked lists, stacks, queues, sets, hash tables, trees and B-trees, searching, heaps and priority queues, graphs, sorting and searching algorithms, numerical methods, data compression, Huffman coding, LZ77, data encryption, DES, RSA, graph algorithms, minimum spanning trees, geometric algorithms, and convex hulls. ... Read more Reviews (12)
Isbn: 1565924533 |
$26.37 |
|
Discrete Mathematics : An Introduction for Software Engineers by Mike Piff Average Customer Review: Paperback (27 June, 1991) list price: $27.99 US | Canada | United Kingdom | Germany | France Reviews (1)
Isbn: 0521386225 |
|
|
Automated Knowledge Acquisition by Sabrina Sestito, Tharam S. Dillon Paperback (18 August, 1994) list price: $70.00 -- our price: $70.00 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Isbn: 0133011364 |
$70.00 |
|
C Programming Language (2nd Edition) by Brian W. Kernighan, Dennis Ritchie, Dennis M. Ritchie Average Customer Review: Paperback (22 March, 1988) list price: $42.00 -- our price: $42.00 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Editorial Review Just about every C programmer I respect learned C from this book. Unlike many of the 1,000 page doorstops stuffed with CD-ROMs that have become popular, this volume is concise and powerful (if somewhat dangerous) -- like C itself. And it was written by Kernighan himself. Need we say more? ... Read more Reviews (211)
Isbn: 0131103628 |
$42.00 |
|
Practical C Programming, 3rd Edition by Steve Oualline Average Customer Review: Paperback (03 August, 1997) list price: $34.95 -- our price: $23.07 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Reviews (44)
Now, five years later, I am in college-- and to my absolute surprise this very same text is assigned for an introductory C programming course. They could not have picked a better book, nor could you!
Isbn: 1565923065 |
$23.07 |
|
Object-Oriented Neural Networks in C++ by Joey Rogers Average Customer Review: Paperback (15 October, 1996) list price: $47.95 -- our price: $47.95 (price subject to change: see help) US | Canada | United Kingdom | Germany | France Reviews (18)
However, I think it is great to have some reasonably well documented code to Summarizing, I like the book for what it is, an example of OO implemented
I thought the code could be forgiven if there were some UML diagrams or if there were references to patterns. The index was unusably tiny.I wished there was some place we could get code updates or other versions of the code.However, there aren't many cheap books in this area of expertise, so it is still worth looking through ... try re-writing everything in Perl or Java to get away from the bad code.
Isbn: 0125931158 |
$47.95 |
|
Oracle8: The Complete Reference by George Koch, Kevin Loney Average Customer Review: Hardcover (01 August, 1997) list price: $59.99 US | Canada | United Kingdom | Germany | France Editorial Review Any Oracle developer who has used Oracle: The Complete Reference knows that it is an elegant, indispensable guide to the overwhelming world of Oracle database interaction. Its successor--Oracle8: The Complete Reference--is even more comprehensive. Succinct examples are used to document the many functions and SQL nuances available in the Oracle toolbox. The authors provide handholding introductions to more advanced topics such as PL/SQL and object-relational databases. The revised alphabetical reference makes it even easier to recall the order of arguments passed to long-forgotten functions and many new ones. Beginners will appreciate the exhaustive documentation of the SQLPLUS client and a discussion of user permissions, while seasoned developers can get their hands dirty in the intricacies of using large objects under Oracle8. All of this information is made easier to retrieve thanks to the accompanying, easily searchable CD-ROM. --Tim Kohn ... Read more Reviews (63)
Isbn: 007882396X |
|
| 1-15 of 15 1 |
| Books - Computers & Internet - Certification Central - Computer Books 1 (images) |
| Images - 1-15 of 15 1 |
|
| Images - 1-15 of 15 1 |