Friday, September 26, 2008

Multi-objective Management in Freight Logistics: Increasing Capacity, Service Level and Safety w Optimization Algorithms

Multi-objective Management in Freight Logistics: Increasing Capacity, Service Level and Safety w Optimization Algorithms

Paperback: 203 pages
Data: October 2008
Format: PDF
Description: The complexity of modern supply chains requires decision makers in logistics to work with a set of efficient (Pareto optimal) solutions, mainly to catch different economic aspects for which one optimal solution related to a single objective function is not able to capture entirely. Motivated by this, and by recent changes in global markets and the availability of new transportation services, Multi-objective Management in Freight Logistics provides a detailed study of freight transportation systems, with a specific focus on multi-objective modeling.

Multi-objective Management in Freight Logistics provides decision makers with new methods and tools to implement multi-objective optimization models in logistics. The book combines theoretical aspects with applications, showing the advantages and the drawbacks of adopting scalarization techniques, and when it is worthwhile to reduce the problem to a goal programming one. The book also shows applications where more than one decision maker evaluates the effectiveness of the logistic system and thus a multilevel programming approach is sought to attain meaningful solutions.

Multi-objective Management in Freight Logistics opens by presenting the general working framework, and with analyses of logistic platforms and intermodality management in large scale transportation systems. This is then followed by a study of multi-objective route planning, based on the application of hazardous material transportation. Additionally, the book examines freight distribution on a smaller scale, as in the case of goods distribution in metropolitan areas. The general approach followed by the text is that of presenting both the network design and the tactical (planning) point of view, providing mathematics, algorithms and related experiments for each problem.


Download - (1 Mb)


Read more...

Game Art for Teens

Game Art for Teens

Paperback: 304 pages
Data: March 23, 2004
Format: PDF
Description: Wouldn?t you love to create really great art for your games? The kind of art that keeps players coming back for more? Now you can! Game Art for Teens is full of step-by-step, hands-on projects that allow you to begin creating art right away. Each project includes easy-to-follow examples that help you master each concept, making it easy to put what you?ve learned to use in your own games. You?ll cover all of the basics?from 2D art creation and animation to 3D models, lighting, and reflections. Set the scene for your game by creating realistic settings, including buildings, terrain, rooms, and corridors. Draw players into your game by designing, developing, and animating compelling characters. Bring it all together as you cover game platforms and technical limitations. With a little bit of skill, a lot of imagination, and Game Art for Teens, the possibilities are endless!


Download - (15 Mb)


Read more...

Advanced NXT: The Da Vinci Inventions Book

Advanced NXT: The Da Vinci Inventions Book

Paperback: 369 pages
Data: June 25, 2007
Format: PDF
Description: This amply illustrated book is about building some of Leonardo da Vincis most famous inventions with LEGOs new breathtaking robot technology, the LEGO MINDSTORMS NXT. In this book, you will revive such fascinating devices as the flying machine, the aerial screw, the revolving bridge, the double leaf spring catapult, and the armored car, five centuries after their creation by the great Renaissance engineer. Using some of the most advanced programming environments for the NXT, you will make robots that work, move, and respond the way Leonardo intended his original inventions to do 500 years ago.

By engineering the LEGO models contained in this book you will not only become acquainted with the MINDSTORMS NXT technology but also with strategies to build advanced robots with NXT and to program them using different state-of-the-art NXT programming languages such as NXT-G, NXC, RobotC, pbLua, and leJOS NXJ.

For all five robots, historical background information is provided. Detailed high-quality step-by-step building instructions as well as an elaborate guide for each single program enable both the inexperienced LEGO user as well as the NXT aficionado to become acquainted with the art of producing marvelous NXT creations and make use of many sophisticated features of the NXT.

This book will unleash the creative powers that slumber in everyone and combine them with the pure joy of playing. But beware: you might be surprised by the stupendous results this combination is apt to spawn.
In this book, you'll:
Get to know Leonardos most famous inventions and the theory behind them
Build LEGO robots with the NXT kit
Make use of advanced features of the LEGO MINDSTORMS NXT
Program NXT robots with state-of-the-art NXT programming environments
Meet the bustling worldwide community that has developed around the LEGO MINDSTORMS NXT Advanced


Download - (25 Mb)


Read more...

On the Way to the Web: The Secret History of the Internet and Its Founders

On the Way to the Web: The Secret History of the Internet and Its Founders

Paperback: 200 pages
Data: July 21, 2008
Format: PDF
Description: On the Way to the Web: The Secret History of the Internet and Its Founders is an absorbing chronicle of the inventive, individualistic, and often cantankerous individuals who set the Internet free. Michael A. Banks describes how the online population created a new culture and turned a new frontier into their vision of the future.

This book will introduce you to the innovators who laid the foundation for the Internet and the World Wide Web, the man who invented online chat, and the people who invented the products all of us use online every day. Learn where, when, how and why the Internet came into being, and exactly what hundreds of thousands of people were doing online before the Web. See who was behind it all, and what inspired them.

You’ll also find these stories of people and events on the way to the Web:
CIA agents in search of military hardware for sale online.
The first online privacy scandal, three decades ago.
The first instance of online censorship in 1979
How in 1980 the FBI demanded the ID of a CompuServe user who tried to sell 3,000 M16 rifles online
Early con artists
Online romance scams
Identify theft
Who really created AOL. (Hint: it wasn’t Steve Case.)
The wireless Internet that was built in 1978.
Why the @ sign is used in email addresses.


Download - (2 Mb)



Read more...

Data Structures and Problem Solving Using C++ (2nd Edition)

Data Structures and Problem Solving Using C++ (2nd Edition)

Paperback: 896 pages
Data: November 5, 1999
Format: PDF
Description: Data Structures and Problem Solving Using C++ provides an introduction to data structures and algorithms from the viewpoint of abstract thinking and problem solving, as well as the use of C++. It is a complete revision of Weiss' successful CS2 book Algorithms, Data Structures, and Problem Solving with C++.

Throughout this edition, Mark Allen Weiss has included the latest features of the C++ programming language-making prevalent use of the Standard Template Library (STL) wherever appropriate. He has also included a new chapter covering Patterns, as well as new material on templates, vectors and push_back.

C++ allows the programmer to write the interface and implementation separately, to place them in separate files and compile separately, and to hide the implementation details. This book goes a step further: The interface and implementation are discussed in separate parts of the book. Part I (Objects and C++), Part II (Algorithms and Building Blocks), and Part III (Applications) lay the groundwork by discussing basic concepts and tools and providing some practical examples, but implementation of data structures are not shown until Part IV (Implementations). This separation of interface and implementation promotes abstract thinking. Class interfaces are written and used before the implementation is known, forcing the reader to think about the functionality and potential efficiency of the various data structures (e.g. hash tables are written well before the hash table is implemented).


Download - (61 Mb)


Read more...

Practical Prototype and script.aculo.us

Practical Prototype and script.aculo.us

Paperback: 352 pages
Data: June 23, 2008
Format: PDF
Description: As a JavaScript developer, you will already be aware of some of the time saving, convenience, and functionality provided to you by JavaScript/Ajax libraries in general. Prototype (www.prototypejs.org) and its sister effects library, script.aculo.us (http://script.aculo.us/), are among the most popular and best–supported JavaScript libraries, and now Prototype Core dev team member Andrew Dupont has written this book to provide you with an essential guide to getting the most out of using Prototype and script.aculo.us.

Practical Prototype and script.aculo.us will help you leverage the Prototype and script.aculo.us libraries to enhance your day–to–day work, speeding up mundane tasks and providing advanced UI effects in a way that is cross–browser compliant—taking many worries off your shoulders. Take a whirlwind tour of the different time–saving functions and features Prototype provides and how it extends the basic JavaScript objects, including events, Ajax techniques, DOM elements, enumerables, and advanced OOP. Understand how script.aculo.us fits into the wider world of DOM Scripting/DHTML; find out how to use it to enhance your UIs quickly and effectively, with UI controls, effects, and drag and drop; and discover Prototype and script.aculo.us as a platform.

The author avoids needless theory and rhetoric throughout the book, moving you through the topics at a fast pace. He incorporates several real–world examples to help you gain valuable practical experience as you learn. Practical Prototype and script.aculo.us is completely up to date and features server–side examples written in PHP that show the framework can be used effectively in more environments than just Ruby on Rails.
Master all the convenience functions of Prototype to speed up your JavaScript/Ajax development.
Leverage script.aculo.us to turbo charge your dynamic UIs.
Learn from JavaScript expert Andrew Dupont, one of the Prototype Core team members.

What you’ll learn
How to use all of the basic timesaving/convenience functions of Prototype
How to use enumberables to speed up looping, arrays, etc.
How to enhance your Ajax applications with Prototype
How Prototype makes working with events and DOM elements a cinch
How script.aculo.us fits into DOM Scripting/DHTML
How to make use of the basic effects available in script.aculo.us
Mastery of UI controls and drag and drop in script.aculo.us
How to treat Prototype and script.aculo.us as a platform
How to use Prototype and script.aculo.us effectively with PHP and other server–side setups besides Ruby on Rails


Download - (3 Mb)


Read more...

Marvelous Murals You Can Paint

Marvelous Murals You Can Paint

Paperback: 144 pages
Data: January 15, 2001
Format: PDF
Description: From cave painting and Pompeian houses to the wallpaper scenery of a quarter-century ago, murals have come and gone from the home. These two books are evidence of a recent resurgence. Marvelous Murals is a good, straightforward manual for mountain scenes, woodlands, waterfalls, musical themes, underwater motifs, and farm scenes. Beginners will appreciate the progressive difficulty of the exercises, starting with room preparation and simple silhouettes and advancing to complex textures and perspectives. In Trompe l'Oeil Murals Using Stencils, Royals hopes to make it possible for the novice to achieve the heightened reality of the genre using the simplest of tools and methods. She begins with preliminary tryouts and small-scale projects for faux surfaces, like used brick, stone blocks, velvet drapery, and marble. Six major projects take on arched brick windows, lattice windows, limestone niches, etc. Both of these books are recommended for crafts collections. More advanced artists will also want Sarah Hocombe's challenging Fresco Painting for Home & Garden (LJ 7/99).



Download - (41 Mb)



Read more...

Exploring Black Holes: Introduction to General Relativity

Exploring Black Holes: Introduction to General Relativity

Paperback: 352 pages
Data: July 22, 2000
Format: DJVU
Description: A concise, direct examination of general relativity and black holes, Exploring Black Holes provides tools that motivate tools that motivate readers to become active participants in carrying out their own investigations about curved spacetime near earth and black holes. The authors use calculus and algebra to make general relativity accessible, and use quotes from well-known personalities, including Einstein, to offer further insight. Five chapters introduce basic theory. The book also includes seven projects regarding the analysis of major applications. Discussions provide the background needed to carry out projects. The book's projects guide readers as they fill in steps, compute outcomes and carry out their own investigations. For astronomers, mathematicians and people interested in learning about the relativity of black holes.



Download - (4 Mb)


Read more...

10 Minute Guide to Microsoft(R) Access 2002

10 Minute Guide to Microsoft(R) Access 2002

Paperback: 224 pages
Data: August 20, 2001
Format: CHM
Description: Because most people don't have the luxury of sitting down uninterrupted for hours at a time to learn Excel, this 10-Minute Guide focuses on the most often used features, covering them in lessons designed to take 10 minutes or less to complete. In addition, this guide teaches the user how to use Excel without relying on technical jargon, and by providing straightforward, easy-to-follow explanations and lists of numbered steps that tell the user which keys to press and which options to select.


Download - (4 Mb)


Read more...

Planet Called Earth

Planet Called Earth

Paperback: 257 pages
Data: May 20, 1963
Format: DJVU
Description: A Biographical Sketch of Its Past, Present, and Future.

In "A Planet Called Earth", Gamow reflects on the latest (1963) findings and theories about the life history of the earth...


Download - (16 Mb)


Read more...

Access Cookbook, 2nd Edition

Access Cookbook, 2nd Edition

Paperback: 840 pages
Data: March 1, 2004
Format: CHM
Description: Not a reference book, and not a tutorial either, the new second edition of the highly regarded Access Cookbook is an uncommonly useful collection of solutions to problems that Access users and developers are likely to face as they attempt to build increasingly complex applications. Although using any single "recipe" in the book will more than pay back the cost of the book in terms of both hours saved and frustration thwarted, Access Cookbook, Second Edition is much more than a handy assortment of cut-and-paste code. Each of the "recipes" examine a particular problem--problems that commonly occur when you push the upper limits of Access, or ones that are likely to trip up a developer attempting to design a more elegant Access application--even some things you never knew Access could do. The authors then, in a clear, accessible, step-by-step style, present the problems' solution. Following each "recipe" are insights on how Access works, potential pitfalls, interesting programming techniques that are used in the solution, and how and why the solution works, so you can adapt the problem-solving techniques to other similar situations. Fully updated for Access 2003, Access Cookbook, Second Edition is also one of the first books to thoroughly explore new support for .NET managed code and XML. All of the practical, real-world examples have been tested for compatibility with Access 2003, Windows XP, and Windows Server 2003. This updated new edition also covers Access and SharePoint, Access and SmartTags, Access and .NET; and Access and XML. Access power users and programmers at all levels, from the relatively inexperienced to the most sophisticated, will rely on the Access Cookbook for quick solutions to gnarly problems. With a dog-eared copy of Access Cookbook at your side, you can spend your time and energy where it matters most: working on the interesting facets of your Access application, not just the time-consuming ones.


Download - (7 Mb)


Read more...

Pro Visual Studio Team System with Team Edition for Database Professionals, Second Edition

Pro Visual Studio Team System with Team Edition for Database Professionals, Second Edition

Paperback: 617 pages
Data: September 28, 2007
Format: PDF
Description: It is clear that Visual Studio Team System is the future of development from Microsoft’s perspective. Development is no longer a personal pursuit by one developer in a darkened room; it is a collective effort by a team of peers. VSTS supports this broader vision by providing a complete collaboration platform for the entire project team. VSTS takes a services-oriented approach leveraging Windows SharePoint Services and SQL Server Business Intelligence Suite. Additionally, VSTS brings the life cycle to life by making it part of the integrated suite.

For those seeking to use test-driven development, VSTS is the tool for you. If you’re an architect, there is a new set of domain-specific modeling tools that makes it easy to visualize systems, determine application relationships, and deploy into a logical datacenter. For testers, Microsoft’s new suite of test tools provides a powerful web testing environment with virtually unlimited extensibility. In addition, the new load tools allow you to perform world-class scalability testing.

Even if you are just considering adopting VSTS, Pro Visual Studio Team System with Team Edition for Database Professionals, Second Edition will provide you with a comprehensive overview. Furthermore, you will be able to dive deep into any area with detailed descriptions, samples, and walkthroughs. Roll up your sleeves and get ready for a new way of developing solutions!

What you’ll learn
This book will guide you through the entire breadth of VSTS. If you are a stakeholder, you have a portal that gives you instant access to project documents, status, and performance indicators. If you are a project manager, you will learn how create, manage, and assess team performance. As VSTS is integrated with MS Office, you can quickly assign tasks and gather work status. With reporting from the data warehouse, you get a real-time view of all project metrics. If you are a developer, you will learn how to write higher-quality code, and ensure that the code works and performs well.


Download - (20 Mb)


Read more...

Access Database Design & Programming (3rd Edition)

Access Database Design & Programming (3rd Edition)

Paperback: 448 pages
Data: January 7, 2002
Format: PDF
Description: Access Database Design & Programming takes you behind the details of the Access interface, focusing on the general knowledge necessary for Access power users or developers to create effective database applications. When using software products with graphical interfaces, we frequently focus so much on the interface that we forget about the general concepts that allow us to understand and use the software effectively. In particular, this book focuses on three areas:
* Database design. The book provides an enjoyable, informative overview of database design that carefully shows you how to normalize tables to eliminate redundancy without losing data.
* Queries. The book examines multi-table queries (i.e.,various types of joins) and shows how to implement them indirectly by using the Access interface or directly by using Access SQL.
* Programming. The book examines the VBA integrated development environment (IDE). It then goes on to provide an excellent introduction to Data Access Objects (DAO), ActiveX Data Objects (ADO), and ADO Extensions for Data Definition and Security (ADOX). These sections serve as a handy introduction and primer for basic database operations,such as modifying a table under program control, dynamically adding and deleting a record, and repositioning a record pointer. The concluding chapter focuses on common programming problems, such as computing running sums and comparing two sets.

Unlike other Access books that take the long, detailed approach to every topic of concern to Access programmers, Access Database Design &Programming instead focuses on the core concepts, enabling programmers to develop solid, effective database applications. This book also serves as a 'second course' in Access that provides a relatively experienced Access user who is new to programming with the frequently overlooked techniques necessary to develop successfully in the Microsoft Access environment. Anyone interested in learning Access in depth, rather than just scraping the surface, will enjoy and benefit immensely from reading this book.


Download - (2 Mb)


Read more...

Marketing Research - Within a Changing Information Environment

Marketing Research - Within a Changing Information Environment














Paperback: 724 pages
Data: 2002
Format: PDF
Description: The direction of Marketing Research, 2e heads towards a more application-oriented approach, wonderfully enhanced by the creation of a custom website that will enable students to complete their marketing research project with our online support. In addition to this distinction, the focus of the new edition takes an application-oriented approach, providing students with the tools and skills necessary to solve business problems and exploit business opportunities. This book is also unique from any other in the market in three significant ways. First, it provides a greater balance between primary and secondary information and the techniques and methods that underpin these two important types of data. Second, it offers in-depth coverage of the critical research tools and skills that will be required of today and tomorrow’s marketing researchers and business decision-makers. Third, with its in-depth coverage of secondary research, the practice of customer-based management is highlighted as this book helps students see what real companies are doing for their marketing research. This book provides students a realistic and current view of the practice and importance of marketing research in the business world.


Download - (7 Mb)





Read more...

Access Database Design and Programming

Access Database Design and Programming

Paperback: 432 pages
Data: July 1, 1999
Format: PDF
Description: When using software products with graphical interfaces, we frequently focus so much on the details of how to use the interface that we forget about the more general concepts that allow us to understand and put the software to effective use. This is particularly true of a powerful database product like Microsoft Access. Novice, and sometimes even experienced, programmers are so concerned with how something is done in Access that they often lose sight of the general principles that underlie their database applications.
Access Database Design & Programming, 2nd Edition, an update to the bestselling first edition, features:

* A discussion of Access' new VBA Integrated Development Environment, which, for the first time, is the one used by Word, Excel, and PowerPoint
* An expansion of the discussion of the VBA language itself, in response to reader requests
* A discussion of Microsoft's latest data access technology, called Active Data Objects (or ADO), along with a discussion of Open Database Connectivity(ODBC), which is intimately connected with ADO

Unlike other Access books that take the long, detailed approach to every topic of concern to Access programmers, this book focuses instead on the core concepts, enabling programmers to develop solid, effective database applications. As a result, important topics such as designing forms and reports, database security, database replication, and programming for multiuser applications are simply not discussed. This book is a kind of "second course" in Access that provides a relatively experienced Access user who is new to programming with the frequently overlooked techniques necessary to successfully develop in the Microsoft Access environment. Anyone interested in learning Access in-depth, rather than just scraping the surface, will enjoy and immensely benefit from reading this book.

Although this book is really an introduction directed to intermediate Microsoft Access users who are novice programmers, it should appeal to all levels of Access developers. For novice programmers, it focuses on a key body of knowledge that is typically neglected, but is nevertheless essential for developing effective database applications. For intermediate and advanced developers, its treatment of database design and queries provides a handy treatment that otherwise has to be gleaned from relatively uninteresting textbooks, while its programming chapters constitute a handy reference to some basic operations that can be performed using DAO or the Access object model.


Download - (1 Mb)


Read more...

Quilting for Dummies

Quilting for Dummies

Paperback: 400 pages
Data: March 24, 1999
Format: PDF
Description: Everyone loves a quilt — those big, cozy hunks of fabric and filling have been warming cold toes and hearts for generations. And quilting is certainly not for squares — it’s a fun way to be creative, and make something that you and your family will snuggle up to for years! In days of yore quilts were made mostly from leftover scraps, but most quilters today are fabri-holics. Sure quilts are useful, but they ‘re also works of art, and you’ll want yours to look really special. With tips for designing patches, quilt blocks, and putting it all together, Quilting For Dummies introduces you to the wonderful, colorful world of fabric and thread — you’ll be hooked!

There are as many ways of making a quilt as there are quilters, and this book has something for you whether you’re a beginner or a wiz with needle and thread. There are tidbits, tips, and hints galore that will nudge you along. The book will help you:

Come up with a plan of attack— and charge ahead
Baste, stitch, and bind like a pro
Find projects to try
Use clever shortcuts
Shop online for great quilts
Display your finished masterpiece

The down-to-earth advice in this book will bring you up to speed on all the key sewing techniques, and have you whipping out your own cool patterns in no time flat. Quilting For Dummies covers these topics and much more:
Finding the right fabric
Creating and using templates
The ins and outs of threads, needles, and other gadgets
Assembling the quilt sandwich
Quilting by hand — and by machine
The wonderful world of mini-pillows and wall hangings
The secret life of lap quilts
Appliques
Finishing touches
In addition, there ‘s a list of quilting resources, charts to help you with common yardage cuts, well-placed illustrations, and step-by -step instructions for each project that will ensure your future as a quilter unfolds with ease. Get your needle-nimble fingers ready — your search for the ultimate quilting source ends here!


Download - (14 Mb)


Read more...

DHCP for Windows 2000

DHCP for Windows 2000

Paperback: 400 pages
Data: January 2001
Format: PDF
Description: Dynamic Host Configuration Protocol (DHCP) is an open standard Internet protocol used to allocate and manage IP addresses dynamically. Before DHCP came along, administrators had to manually configure each host on a network with an IP address, subnet mask, and default gateway. Maintaining the changes and the associated logs took a tremendous amount of time and was prone to error. DHCP uses a client/server model in which the system updates and maintains the network information dynamically. Windows 2000 provides enhanced DHCP client-server support. DHCP for Windows 2000 is custom-designed for system administrators who are responsible for configuring and maintaining networks with Windows 2000 servers. It explains the DHCP protocol and how to install and manage DHCP on both servers and clients--including client platforms other than Windows 2000. Readers get detailed and explicit instructions for using Windows 2000 DHCP to manage their network IP configurations much more efficiently and effectively.They get background information for using DHCP in general, plus complete information about the Windows 2000 use of DHCP. For those interested in what's on the horizon, the author steps up to the plate with an analysis of the future direction of DHCP and Windows support for IPv6.


Download - (2 Mb)


Read more...

Protecting Your Wealth in Good Times and Bad

Protecting Your Wealth in Good Times and Bad

Paperback: 256 pages
Data: April 18, 2003
Format: PDF
Description: Time-Tested Techniques for Building and Protecting a Solid Financial Foundation

Markets go up. Markets go down. And somehow in that never-ending cycle, you have to invest and save wisely enough to keep your family safe from financial worry. Protect Your Wealth in Good Times or Bad outlines an easy to understand, practical, and market-proven financial plan calculated to grow and protect your family's savings as it substantially eases your money concerns and crises--today, tomorrow, and throughout a long, happy, and healthy retirement.

Praise for Protect Your Wealth In Good Times and Bad:

"A comprehensive manual of sound advice for the investor who is serious about planning for the long term."--John Bogle, Founder, The Vanguard Group, Author, Common Sense on Mutual Funds and John Bogle on Investing

"Whether you are just beginning to save for the future, already in retirement, or somewhere in between, Ferri's new book is the best investment you will ever make."--Larry Swedroe, Author, Rational Investing in Irrational Times and What Wall Street Doesn't Want You To Know

"Rick Ferri tosses a precious lifeline to the millions of small investors battered by the bursting of the market bubble. Readable and comprehensive, his book lays out went wrong and what you can do about it."--William Bernstein, Author, The Intelligent Asset Allocator and The Four Pillars of Investing

"Rick Ferri is an outstanding teacher, writer and investment advisor. Protect Your Wealth in Good Times and Bad is an excellent financial information resource that I plan to use for many years to come."--Michael LeBoeuf, Ph.D., Author, How to Win Customers and Keep Them for Life and The Millionaire in You

Download - (1 Mb)


Read more...