Mäklare

Categories
Animal | Application |Art | Artificial Intelligence | Business | Certification | Commerce | Computer - Hardware | Databases | Electronics | Engineering | Grammar | History | Intelligence | Internet | IT - General | Language | Magazine | Medical | Photographic | Networking| Programming | Security | Uncategorized | WWW

Free-Book-Spot--Latest Books


Full download


Posted: August 21st, 2007, 11:30pm CEST

Tags  [edit]


This text, extensively class-tested over a decade at UC Berkeley and UC San Diego, explains the fundamentals of algorithms in a story line that makes the material enjoyable and easy to digest. Emphasis is placed on understanding the crisp mathematical idea behind each algorithm, in a manner that is intuitive and rigorous without being unduly formal. Features include: The use of boxes to strengthen the narrative: pieces that provide historical context, descriptions of how the algorithms are used in practice, and excursions for the mathematically sophisticated. Carefully chosen advanced topics that can be skipped in a standard one-semester course, but can be covered in an advanced algorithms course or in a more leisurely two-semester sequence. An accessible treatment of linear programming introduces students to one of the greatest achievements in algorithms. An optional chapter on the quantum algorithm for factoring provides a unique peephole into this exciting topic. In addition to the text, DasGupta also offers a Solutions Manual, which is available on the Online Learning Center. "Algorithms is an outstanding undergraduate text, equally informed by the historical roots and contemporary applications of its subject. Like a captivating novel, it is a joy to read." Tim Roughgarden Stanford University Read more...

Full download


Posted: August 21st, 2007, 11:30pm CEST

Tags  [edit]


Did you long ago learn to fear and dread stretching because of overbearing P.E. teachers who forced you to touch your toes? It doesn't have to be that way anymore. Stretching is a powerful tool that can bring you new ease of movement, an increase in your physical capabilities, and deep composure that requires you to do nothing more than breathe. You can always have access to it-and best of all, it's free! Stretching for Dummies shows you that stretching is actually easy to do-and reveals how you can reap the amazing benefits of stretching anywhere, anytime. It explains in simple terms how you can stand taller, look thinner, keep stress from getting the best of you, keep your muscles from feeling achy, and nip injuries in the bud. You'll discover: * The why's, where's, when's, and how's of letting loose and snapping back * How to keep from hurting yourself * The benefits of stretching with a partner * How to target specific areas: such as head, shoulders, knees, and toes * The art of breathing correctly * How to use stretching to sooth lower back pain * Stretches to start and end your day right * Stretches you can do at your desk * Stretches for various stages of life-including stretches for kids and seniors This easy-to-use reference also includes a list of ten surprising around-the house stretching accessories, along with ten common aches and pain that stretching can help. Regardless of how old or young you are, Stretching for Dummies will introduce you to a Read more...

Full download


Posted: August 21st, 2007, 11:30pm CEST

Tags  [edit]


Amazon.com Building server-side applications requires a different way of thinking. Many APIs are not in the repertoire of most programmers, so Inside Server-Based Applications provides an extremely useful survey of requisite C APIs, along with custom C++ classes and advice for creating Windows 2000 services and other server components. Any intermediate to advanced C/C++ developer will benefit from this intelligent and practical-minded title. Inside Server-Based Applications begins with the Win32 C APIs needed for server-side development, including functions for multitasking, running services, and event logging. But this text is much more than an API reference. The author provides a valuable custom C++ encapsulation for Windows 2000 services (a class that is enhanced as the book progresses). There are also some excellent short examples of RAS, TAPI, MAPI, WinSock socket programming, and named pipes for those who need to incorporate these powerful APIs into their applications. Later chapters concentrate on the Internet, particularly using MFC to create ISAPI extensions (and filters) for Microsoft IIS. (The author provides two versions of a phonebook Web application, both in ASPs and ISAPI.) A standout demonstrates how ATL can create components that speed up your ASPs. The author's expertise with server-side programming favors efficiency, for example, using the ODBC C API instead of ADO. (He also offers a C++ encapsulation of the ODBC, another useful perk.) The book culmina Read more...

Full download


Posted: August 21st, 2007, 11:30pm CEST

Tags  [edit]


Presents essential guidelines for globalizing and localizing your software with examples in Microsoft Visual C++ 6.0. Demonstrates how to produce high-quality, ready to localize editions of Windows-based programs with the Microsoft Visual C++ system. In today's wired world, software must work for a global audience. International Programming for Microsoft Windows compiles hard-to-find information on internationalizing software using C, C++, and Windows 2000. If you're a developer or manager planning international software development, this book can show you how to take your software to new markets successfully. International Programming excels in two ways. First, it delivers a fine historical tour of the world's character sets (used to represent character data) from old mainframe standards (like IBM's EBCDIC) to ASCII, ANSI, and the current Unicode standard. Like many other aspects of computing, international support only gets better with time. Second, the book addresses built-in support for Standard C, and then moves on to the improved internationalization available in Standard C++ (with support for locales and facets). The heart of this book is its extensive material on the international features and Unicode available in Windows 2000, which comes with support for dozens of languages. (This text shows how Windows supports both non-Unicode and Unicode character sets with two sets of APIs for all text functions.) The book highlights features in Windows 2000 that facilita Read more...

Full download


Posted: August 21st, 2007, 11:30pm CEST

Tags  [edit]


Amazon.com Written for the intermediate to advanced Windows programmer, David Sceppa's Programming ADO offers an expert's view of developing with this powerful--and occasionally tricky--database library. Filled with tips and suggested best practices for building robust database programs, this title provides a useful real-world perspective to effective coding with ADO. This book is part reference, offering full coverage of all objects in ADO, and part programming tutorial, describing every object, property, collection, method, and event in this library, including ADOX and JRO in an appendix. Instead of whole programs, the author uses short code excerpts written in Visual Basic to illustrate key points. Complete sample applications are available on the accompanying CD-ROM. Throughout this text, Sceppa shows off his expert knowledge of ADO. Standout sections here include examples of connecting to databases effectively, different strategies for querying and updating databases, and a nice explanation of disconnected recordsets. The discussion of the various cursor types available in ADO is also a must-read for any serious ADO developer. (Choosing the right cursor type for your project, it turns out, is not as easy as it appears.) Each section ends with "Questions That Should Be Asked More Frequently" in which the author invites you to think carefully about the ways you use ADO. Later sections here turn to the powerful ADO Cursor Engine and the newer Record and Stream class Read more...

Full download


Posted: August 21st, 2007, 11:30pm CEST

Tags  [edit]


* Supported by all major database systems, XML provides an easy, standardized method of transferring data between databases and to and from the Web, independent of the software in use * Offers database programmers and data-driven Web developers detailed guidance on how to understand and work with XML as data * Numerous hands-on, step-by-step examples help readers learn to simplify database work using XML * Shows how to use XML to exchange data between multiple databases either internally or with external customers and partners * Covers XML in popular databases including Oracle Database, SQL Server, and brief coverage of DB2 Database * Covers basic syntax for XML, the XML DOM, and XSL - with an emphasis on database use, and native XML databases * Additional topics covered include Native XML databases, XPath, XQuery, XLink, XPointer, DTDs, XML Schemas, among others From the Back Cover The union of XML and relational databases creates a powerful tool with the ability to transfer information between two completely unrelated databases. With this book, veteran author Gavin Powell shows you how this confluence of two technologies can simplify your database work and provide a more standardized way to exchange data between multiple databases and web sites. You'll get an in-depth look at specific XML datatypes that are considered the most critical alliances between XML and a relational database. Plus, an introduction to the basics of SQL and numerous XML standards Read more...

Full download


Posted: August 21st, 2007, 11:30pm CEST

Tags  [edit]


Because of its large command structure and intricate syntax, Mathematica can be difficult to learn. Wolfram's Mathematica manual, while certainly comprehensive, is so large and complex that when trying to learn the software from scratch -- or find answers to specific questions -- one can be quickly overwhelmed. A Beginner's Guide to Mathematica offers a simple, step-by-step approach to help math-savvy newcomers build the skills needed to use the software in practice. Concise and easy to use, this book teaches by example and points out potential pitfalls along the way. The presentation starts with simple problems and discusses multiple solution paths, ranging from basic to elegant, to gradually introduce the Mathematica toolkit. More challenging and eventually cutting-edge problems follow. The authors place high value on notebook and file system organization, cross-platform capabilities, and data reading and writing. The text features an array of error messages you will likely encounter and clearly describes how to deal with those situations. While it is by no means exhaustive, this book offers a non-threatening introduction to Mathematica that will teach you the aspects needed for many practical applications, get you started on performing specific, relatively simple tasks, and enable you to build on this experience and move on to more real-world problems. Read more...

Full download


Posted: August 21st, 2007, 11:30pm CEST

Tags  [edit]


Text provides step-by-step, illustrated directions for designing, constructing, and testing a fully functional computer numerical control (CNC) robot. Includes time-saving tips, tricks, and pictoral help along the way. Here's the FIRST book to offer step-by-step guidelines that walk the reader through the entire process a building a CNC (Computer Numerical Control) machine from start to finish. Using inexpensive, off-the-shelf parts, readers can build CNC machines with true industrial shop applications such as machining, routing, and cutting--at a fraction of what it would cost to purchase one. * Great for anyone who wants to automate a task in their home shop or small business * Easy-to-use Windows-based software controls the robotic automation * Builders can scale and customize the machine to suit their own industrial needs * Numerous tips, tricks, and pictorials walk the reader through every step--design, construction, and completion Read more...

Full download


Posted: August 21st, 2007, 11:30pm CEST

Tags  [edit]


A chess book on the openings, aimed at a club audience. From the Back Cover Tired of playing the same old openings? Worried about having to learn too much theory? Then this book is what you're looking for! International Master Angus Dunnington presents you with a new attacking opening repertoire based on the move 1 d4. Rather than getting bogged down with theory, Dunnington concentrates on constructing easy-to-learn systems against all of Black's possible defenses. He chooses lines which are fun to play, easy to learn and will pose your unsuspecting opponent many problems. (6 x 9, 160 pages, b and w diagrams) Read more...

Full download