Best of
Technical

2000

UNIX Network Programming, Volume 1: The Sockets Networking API


W. Richard Stevens - 2000
    Whether you write Web servers, client/server applications, or any other network software, you need to understand networking APIS-especially sockets in greater detail than ever before. You need UNIX Network Programming, Volume 1, Third Edition. In this book, the Authors offer unprecedented, start-to-finish guidance on making the most of sockets, the de facto standard for UNIX network programming with APIs - as well as extensive coverage of the X/Open Transport Interface (XTI).

Multiple View Geometry in Computer Vision


Richard Hartley - 2000
    This book covers relevant geometric principles and how to represent objects algebraically so they can be computed and applied. Recent major developments in the theory and practice of scene reconstruction are described in detail in a unified framework. Richard Hartley and Andrew Zisserman provide comprehensive background material and explain how to apply the methods and implement the algorithms. First Edition HB (2000): 0-521-62304-9

The Tree Climber's Companion: A Reference And Training Manual For Professional Tree Climbers


Jeff Jepson - 2000
    Loaded with information and illustrations on standard and advanced climbing techniques, tools of the trade, rigging, throwline installation as well as a complete section on knots and hitches. For beginners or professional arborists. Worth every penny. 5-1/2" x 8-1/2", 104 pages (50 new pages). Soft Cover.

Rotorcraft Flying Handbook


Federal Aviation Administration - 2000
    Most FAA Knowledge Exams’ questions are taken directly from the information presented in these texts.Written for applicants preparing for the private, commercial, or flight instructor certificate with a helicopter or gyroplane class rating, this guide covers both aeronautical knowledge and skill for operating rotorcraft vehicles. It is also a valuable tool for flight instructors as a teaching aid. This is the Basic Helicopter Handbook (Advisory Circular 61-13B) updated and renamed. This is FAA handbook FAA-H-8083-21.

Internet Routing Architectures


Sam Halabi - 2000
    It is regarded as an essential addition to every networking professional's library and has sold more that 48,000 copies. The author's demonstrates his ability to teach complex technical topics in an easy-to-follow and practical manner. This second edition will expand on the highly successful first edition with new updates on BGP4, as well as current perspectives on internetworking routing architectures. This book is for any organization that needs to build an efficient, reliable enterprise network accessing the Internet. Its purpose is to make readers an expert on integrating their network into the global Internet. The second edition builds on the backbone of the first edition and includes updates and current perspectives on internetworking routing architectures.

Design of Analog CMOS Integrated


Behzad Razavi - 2000
    This text follows three principles: describing the application of each idea with real problems; force the reader to look at concepts from an intuitive point of view; and complement the intuition by rigorous analysis.

Your Unix: The Ultimate Guide


Sumitabha Das - 2000
    It is also useful for any introductory programming course that includes Unix, and for advanced courses such as those on Operating Systems and System Administration. It also features coverage of Linux, where Linux differs from UNIX.

CNC Programming Handbook


Peter Smid - 2000
    Used in hundreds of educational institutions around the world as the primary text for CNC courses, and used daily by many in-field CNC programmers and machine operators, this book literally defines CNC programming. Written with careful attention to detail, there are no compromises. Many of the changes in this new Third Edition are the direct result of comments and suggestions received from many CNC professionals in the field. This extraordinarily comprehensive work continues to be packed with over one thousand illustrations, tables, formulas, tips, shortcuts, and practical examples.The enclosed CD-ROM now contains a fully functional 15-day shareware version of CNC tool path editor/simulator, NCPlot™. This powerful, easy-to-learn software includes an amazing array of features, many not found in competitive products. NCPlot offers an unmatched combination of simplicity of use and richness of features. Support for many advanced control options is standard, including a macro interpreter that simulates Fanuc and similar macro programs.The CD-ROM also offers many training exercises based on individual chapters, along with solutions and detailed explanations. Special programming and machining examples are provided as well, in form of complete machine files, useful as actual programming resources. Virtually all files use Adobe PDF format and are set to high resolution printing.FEATURES Fully functional shareware version of CNC toolpath simulator/editor, NCPlot(TM), included on the CD-ROM. This powerful software includes an amazing array of features, including those not found in competitive products. Support for many advanced features is standard, and the included macro interpreter can simulate Fanuc and compatible macro toolpath programs Detailed section on CNC lathes with live tooling, including examples Image files of many actual parts, used as examples More programming examples (both in printed text and on the CD-ROM) Optimized for the latest Fanuc and related control systems Additional formulas, calculations and handy reference material Fourth axis programming (indexing and rotary) CD-ROM based projects, including several as interactive PDF forms Improved index for better search of topics

Factory Physics


Hopp - 2000
    It examines operating policies and strategic objectives. Hopp presents the concepts of manufacturing processes and controls within a "physics" or "laws of nature" analogy - a novel approach. There is enough quantitative material for an engineer's course, as well as narrative that a management major can understand and apply.

Fundamentals of Physics, Part 4


David Halliday - 2000
    The primary goal of this text is to provide students with a solid understanding of fundamental physics concepts, and to help them apply this conceptual understanding to quantitative problem solving.

Problems in Calculus of One Variable


I.A. Maron - 2000
    The book comprises of chapters on differentiation of function, application of differential calculus, integration, definite integrals and improper integrals. In addition, the book consists of several solved and unsolved questions for thorough practice and revision. This book is essential for students appearing for entrance examinations like AIEEE, IIT and JEE for admission in engineering colleges of India.

Thinking in C++, Volume One: Introduction to Standard C++


Bruce Eckel - 2000
    It became an instant classic, winning the 1995 Software Development Jolt Cola Award for best book of the year. Now, Eckel has thoroughly rewritten Thinking in C++ to reflect the final ANSI/ISO C++ standard. Every page has been revisited and rethought, with many new examples and exercises -- all designed to help you understand C++ "down to the bare metal," so you can solve virtually any problem. Eckel starts with a detailed look at objects, showing how C++ programs can be constructed from off-the-shelf object libraries. This edition includes a new, chapter-length overview of the C features that are used in C++ -- plus a new CD-ROM containing an outstanding C seminar that covers all the foundations developers need before they can truly take advantage of C++. Eckel then walks through initialization and cleanup; function overloading and default arguments; constants; inline functions; name control; references and the copy constructor; operator overloading; and more. There are chapters on dynamic object creation; inheritance and composition; polymorphism and virtual functions, and templates. (Bonus coverage of string, templates, and the Standard Template Library, can be found at Eckel's web site.) Every chapter contains many modular, to-the-point examples, plus exercises based on Eckel's extensive experience teaching C++ seminars. Put simply, Eckel has made an outstanding book on C++ even better.

Understanding the Linux Kernel


Daniel P. Bovet - 2000
    The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in what order. It manages limited memory so well that hundreds of processes can share the system efficiently, and expertly organizes data transfers so that the CPU isn't kept waiting any longer than necessary for the relatively slow disks.The third edition of Understanding the Linux Kernel takes you on a guided tour of the most significant data structures, algorithms, and programming tricks used in the kernel. Probing beyond superficial features, the authors offer valuable insights to people who want to know how things really work inside their machine. Important Intel-specific features are discussed. Relevant segments of code are dissected line by line. But the book covers more than just the functioning of the code; it explains the theoretical underpinnings of why Linux does things the way it does.This edition of the book covers Version 2.6, which has seen significant changes to nearly every kernel subsystem, particularly in the areas of memory management and block devices. The book focuses on the following topics:Memory management, including file buffering, process swapping, and Direct memory Access (DMA)The Virtual Filesystem layer and the Second and Third Extended FilesystemsProcess creation and schedulingSignals, interrupts, and the essential interfaces to device driversTimingSynchronization within the kernelInterprocess Communication (IPC)Program executionUnderstanding the Linux Kernel will acquaint you with all the inner workings of Linux, but it's more than just an academic exercise. You'll learn what conditions bring out Linux's best performance, and you'll see how it meets the challenge of providing good system response during process scheduling, file access, and memory management in a wide variety of environments. This book will help you make the most of your Linux system.

The Darkroom Cookbook


Steve G. Anchell - 2000
    Master darkroom specialist Steve Anchell is back to prove it in this long-awaited third edition of his enormously successful Darkroom Cookbook. Packed with over 200 "recipes," some common and others rare gems, you'll discover something new every time you open this guide, whether you're new to the darkroom or have been making your own prints for years. In addition to the formulas, you'll find tons of useful information on developers, push-processing, where to get darkroom equipment, how to set up your own darkroom, how to work and play in your darkroom safely, and much more. This handy guide will become a constant companion for every darkroom enthusiast creating prints at home or in the studio.In addition to complete updates throughout to reflect changes in the availability of chemicals and equipment, this third edition contains all new information on:• Reversal processing• Enlarged negatives• Pyro formulas• Plus expanded sections on printing, pyro, and toning printsAlso included for the first time are special technique contributions as well as stunning black and white imagery by Bruce Barnbaum, Rod Dresser, Jay Dusard, Patrick Gainer, Richard Garrod, Henry Gilpin, Gordon Hutchings, Sandy King, Les McLean, Saïd Nuseibeh, France Scully Osterman, Mark Osterman, Tim Rudman, Ryuijie, John Sexton, and John Wimberly.Be sure to visit www.darkroomcookbook.com to find useful links, an interactive user forum, and more!Steve Anchell is a photographer and author of The Variable Contrast Printing Manual, and co-author of The Film Developing Cookbook. He has been teaching darkroom and photography workshops since 1979. Steve is a member of the Freestyle Advisory Board of Photographic Professionals.“With its unrivalled collection of photographic formulae and easy to understand explanations of photographic processes, The Darkroom Cookbook has long been a favorite with darkroom workers everywhere. Now, with further additions to its formulary, more topics, and contributions by renowned darkroom experts, this new edition promises to be an indispensable Aladdin’s Cave resource to darkroom enthusiasts of all levels.”-Tim Rudman, photographer and author“The Darkroom Cookbook is an essential compendium of photographic information for anyone interested in high-quality darkroom work.” -John Sexton, photographer• Packed with rare techniques for silver-based processing clearly explained by a darkroom master so you can create your own stunning prints at home or in the studio • Contains over 200 formulas - follow along step-by-step, or experiment with your own variations to develop new recipes!• Includes a brand-new chapter on analog variable contrast printing • Visit the new supplemental website to find useful links and an interactive user forum

Electrical and Electronic Principles and Technology


John O. Bird - 2000
    No previous background in engineering is assumed, making this an ideal text for vocational courses and introductory courses for undergraduates. This new edition of Electrical and Electronic Principles and Technology has been brought fully in line with the new BTEC National specifications in the U.K. for the units: Electrical and Electronic Principles and Further Electrical and Electronic Principles, and the corresponding AVCE units. It is also designed to cover the requirements of Intermediate GNVQ and the new BTEC First specifications. At intervals through the text assessment papers are provided, which are ideal for tests or homeworks. These are the only problems where answers are not provided in the book, but fully worked solutions are available to lecturers only as a free download from the password-protected tutor's area of newnespress.com. * A student-friendly text that does not assume any background in engineering* Learn through examples: over 600 problems, 400 worked examples and assessment papers* Includes assessment papers - worked solutions in free lecturer's manual

Illustrated Sourcebook of Mechanical Components


Robert O. Parmley - 2000
    Parmley'sIllustrated Sourcebook of Mechanical Components istestimony to centuries of engineering genius that produced the components that make modern mechanical wonders possible. Designed to stimulate new ideas, thisunique, lavishly illustrated and conveniently indexedreference shows you many designs and unique contributions hidden from technical literature for decades. This kaleidoscopic display of thousands of applications helps you find the perfect device quickly, including: *Power transmission � gears and gearing...chains, sprockets and ratchets...belts and belting...shafts and couplings...clutches*Connections - seals and packings...tube and pipe connections...bushings and bearings...locking and clamping...wire and cable*Single components - washers...retaining rings... o-rings...grommets, spacers and inserts...balls..springs...pins...cams...threaded components*Assemblies: fastening and joining...design hints...mechansims...linkage...fabrication tips...innovative valving...pumps...creative assembliesYou'll also find design formulas, structural data, nomograms, charts and unusual tables rarely found inconventional technical sources.

Centrifugal Compressors: A Strategy for Aerodynamic Design and Analysis


Ronald H. Aungier - 2000
    This book describes the author's own centrifugal compressor aerodynamic design and analysis system, and the strategy he uses while applying it. He provides a description sufficiently complete that both new and experienced compressor aerodynamicists will fully understand the methods used. This includes the basic thermodynamic and fluid dynamic principles, empirical models, and key numerical methods, which form the basis of these design and analysis methods. This book provides a comprehensive aerodynamic design and analysis system for centrifugal compressors that has produced significant performance improvements in recent years. It uses practical and efficient methodology and requires minimal resources for its implementation. A personal computer of modest capability is adequate for implementing and using all of the procedures described in this book.

OSPF: Complete Implementation


John T. Moy - 2000
    It shows how the protocol's theory is realized in a real-time distributed software system, reveals many of the finer points of OSPF, and offers experienced-based optimization and porting techniques.The implementation described and examined in this book is written in C++ and designed with porting in mind. The book details the software architecture of the implementation and describes in-depth key OSPF functions, illustrated by numerous code samples. It also includes a guide to porting OSPF software to different environments, with an explanation of the software layer between the OSPF implementation and the operating system. In addition, two sample ports are included a routing daemon for Linux and an OSPF routing simulator for Linux and Windows.Key topics covered include:Implementation architecture, including I/O, data flow, and data structures Porting considerations, including handling different types of CPU chips AVL trees, Patricia trees, priority queues, timers, and logging messages The IP routing table Link-state database, including aging LSAs Neighbor discovery and the neighbor state machine Synchronization of link-state databases through the flooding algorithm Hierarchy Routing calculations, including intra-area, inter-area, and external routes An implementation of the Multicast Extensions to OSPF (MOSPF) Configuration and monitoring, including cryptographic authentication Host wiretapping Together, " OSPF: Anatomy of an Internet Routing Protocol " and "OSPF Complete Implementation" provide an in-depth view into the theory and inner workings of OSPF, and the knowledge you need to make full use of this important protocol in Internet-based applications."

Debugging Applications


John Robbins - 2000
    But with the upcoming publication of "Debugging Microsoft Windows Applications," developers finally get the practical, Windows-focused reference they need for finding and correcting costly coding errors. The book takes a holistic approach to debugging -- redefining "bugs" not just in terms of crashes and high-profile calamities, but including everything from user interface problems and performance issues to incomprehensible product manuals.The first section introduces the "Zen of Debugging, " outlining what developers need to know both before and during product development Section two demonstrates how to maximize the vastly under-utilized built-in debugging capabilities in the Visual Studio "RM" product family. The last section of the book steps readers through specific debugging situations and their solutions, covering such topics as multithreaded debugging, crash handlers, and automated regression testing. Throughout, the book focuses on practical, tested techniques -- ready for work -- in the tradition of the award-winning Microsoft Press "RM" Best Practices series.

Dynamics of Structures: Theory and Applications to Earthquake Engineering


Anil K. Chopra - 2000
    The new edition from Chopra includes many topics encompassing the theory of structural dynamics and the application of this theory regarding earthquake analysis, response, and design of structures. No prior knowledge of structural dynamics is assumed and the manner of presentation is sufficiently detailed and integrated, to make the book suitable for self-study by students and professional engineers.

Nelson to Vanguard: Warship Design and Development 1923–1945 (Chatham's Distinguished Design)


D.K. Brown - 2000
    Noted naval architect David Brown brings this crucial era into focus as he analyzes the principle pre-war developments, including the first purpose-built aircraft carriers and the growing perception of the threat of air attack to warships. In addition, all the wartime construction programs-such as the massive amphibious warfare fleet used on D-Day are covered, as well as the lessons learned from wartime damage and the top-secret pre- and postwar damage trials. This heavily illustrated sequel to Warrior to Dreadnought and The Grand Fleet completes Chatham's highly praised British Warship Design and Development trilogy. It is an essential reference and provides a wealth of information on British maritime history.

Soil Mechanics and Foundation Engineering ; In SI Units


K.R. Arora - 2000
    

Ogre Battle 64: Person of Lordly Caliber: Prima's Official Strategy Guide


Steve Honeywell - 2000
    Magnus Gallant, a young officer recently graduated from the military academy, witnesses the plight of the lower class, who are oppressed by the Empire and treated as expendable livestock. Magnus decides to raise the flag of revolution against the oppressive kingdom of Palatinus, hoping to rid the land of the Holy Lodis Empire and regain freedom for all people. To get the most out of their units, players must micromanage the characters, assign and use items, equip weapons, and more! There are 60 different classes- from soldiers to cerberi- that are sure to keep you on your feet! The Empire doesn't stand a chance with "Ogre Battle 64: Person of Lordly Caliber- Prima's Official Strategy Guide" in your hands because you'll have: - Strategies for creating effective battle teams from the many main characters and soldiers- Detailed maps of all Palantinus's scenarios- Statistics on all classes, spells, alignments, weapons, armor, and accessories- All hidden characters and items revealed- A complete walkthrough describing variations determined by character choices

Communication Networks: Fundamental Concepts and Key Architectures


Alberto León García - 2000
    The second half of the book can be used in more advanced courses. As pre-requisites the book assumes a general knowledge of computer systems and programming, and elementary calculus. The second edition expands on the success of the first edition by updating on technological changes in networks and responding to comprehensive market feedback.

Delphi in a Nutshell (In a Nutshell (O'Reilly))


Ray Lischner - 2000
    Not to rest on success, the latest version of Delphi, Version 5, includes further expansion and refinement of the 3-tier application framework introduced in Delphi 4 and has resulted in a prize-winning product. Delphi in a Nutshell is the first concise reference to Borland/Inprise Delphi available. It succinctly collects all the information you need in one easy-to-use, complete, and accurate volume that goes beyond the product documentation itself. Delphi in a Nutshell starts with the Delphi object model and how to use RTTI (Run Time Type Information) for efficient programming. The rest of the book is the most complete Delphi Pascal language reference available in print, detailing every language element with complete syntax, examples, and methods for use. The book concludes with a look at the compiler, discussing compiler directives in depth.

The Historical Development of Quantum Theory : Volume 6 - 1 The Probability Interpretation & the Statistical Transformation Theory, the Physical Interpretation, & the Empirical & Mathematical Foundations of Quantum Mechanics 1926-32


Jagdish Mehra - 2000
    The Historical Development of Quantum Theory is a definitive historical study of that scientific work and the human struggles that accompanied it from the beginning. Drawing upon such materials as the resources of the Archives for the History of Quantum Physics, the Niels Bohr Archives, and the archives and scientific correspondence of the principal quantum physicists, as well as Jagdish Mehra's personal discussions over many years with most of the architects of quantum theory, the authors have written a rigorous scientific history of quantum theory in a deeply human context. This multivolume work presents a rich account of an intellectual triumph: a unique analysis of the creative scientific process. The Historical Development of Quantum Theory is science, history, and biography, all wrapped in the story of a great human enterprise. Its lessons will be an aid to those working in the sciences and humanities alike.

Active Directory Bible [With CDROM]


Curt Simmons - 2000
    IT professionals are now responsible for designing a Windows 2000 Active Directory infrastructure, implementing it, maintaining it, and using Windows 2000 support technologies. This comprehensive Bible gives you all the knowledge necessary to successfully plan, deploy, and maintain an Active Directory network.

Theoretical Astrophysics: Volume 1, Astrophysical Processes


Thanu Padmanabhan - 2000
    This authoritative textbook helps readers develop the necessary toolkit of theory. The book is modular in design, allowing the reader to pick and chose a selection of chapters, if necessary. After reviewing the basics of dynamics, electromagnetic theory, and statistical physics, the book carefully develops a solid understanding of radiative processes, spectra, fluid mechanics, plasma physics and MHD, dynamics of gravitating systems, general relativity, nuclear physics, and other key concepts. Throughout, the reader's understanding is developed and tested with problems and helpful hints. This welcome volume provides graduate students with an indispensable introduction to and reference on all the physical processes they will need to successfully tackle cutting-edge research in astrophysics and cosmology. It can be used alone or in conjunction with two companion volumes, which cover stars and stellar systems, and galaxies and cosmology (both forthcoming).

Mixed-Effects Models in S and S-Plus


José C. Pinheiro - 2000
    The authors present a unified model-building strategy for both models and apply this to the analysis of over 20 real datasets from a wide variety of areas, including pharmacokinetics, agriculture, and manufacturing. Much emphasis is placed on the use of graphical displays at the various phases of the model-building process, starting with exploratory plots of the data and concluding with diagnostic plots to assess the adequacy of a fitted model. The NLME library for analyzing mixed-effects models in S and S-PLUS, developed by the authors, provides the underlying software for implementing the methods presented. This balanced mix of real data examples, modeling software, and theory makes the book a useful reference for practitioners who use, or intend to use, mixed-effects models in their data analyses. It can also be used as a text for a one-semester graduate-level applied course.

Tcp/IP Sockets in C: Practical Guide for Programmers


Michael J. Donahoo - 2000
    The book's focused, tutorial-based approach enables the reader to master the tasks and techniques essential to virtually all client-server projects using sockets in C. This edition has been expanded to include new advancements such as support for IPv6 as well as detailed defensive programming strategies.If you program using Java, be sure to check out this book's companion, TCP/IP Sockets in Java: Practical Guide for Programmers, 2nd Edition.

Fundamentals of Microsystems Packaging


Rao R. Tummala - 2000
    Rao Tummala's one-stop Fundamentals to Microsystems Packaging covers the field from wafer to systems, including every major contributing technology. It's the only book to do so. This much-needed tool features: *A comprehensive tutorial covering every major aspect of microelectronics, photonics, RF, packaging design, assembly, reliability, testing, manufacturing and its relevance to both semiconductors and systems.*Rigorous coverage of electrical, mechanical, chemical, and materials aspects of each technology*Easy-to-read schematics and block diagrams*Fundamental approaches to all system issues*Examples of all common configurations and technologies--wafer level packaging, single chip, multichip, RF, opto-electronic, microvia boards, thermal and others*Details on chip-to-board connections, sealing and encapsulation, and manufacturing processes*Basics of electrical and reliability testing*Hundreds of explanatory two-color illustrations*Self-test problems and solutions in every chapter*Glossary*The best way to learn microsystems packaging through self-study or in a classroom--and the most comprehensive on-the-job referenceMICROSystems PACKAGINGFROM THE GROUND UP

Exam Cram Windows 2000 Directory Services Design: Exam 70-219


Dennis Scheil - 2000
    -- Implementing and Administering a Windows 2000 Directory Services Design Infrastructure exam (70-219), is one of the required exams fulfilling the requirement as the fifth core option to complete MCSE certification credentials under the Windows 2000 certification program.-- Provides a complete practice exam featuring questions designed to assess the reader's readiness to take the exam, and the answers and explanations that reinforce the reasoning behind the correct answers.-- Contains sample questions and practice test much like the format of the actual exams.-- Features an exclusive Self-Assessment section that will help the reader evaluate their knowledge base against the requirements for MCSE certification under both ideal and real circumstances.-- Contains information on domain structures in an Active Directory environment, administering a network under Active Directory, and designing a directory service structure included.-- Provides coverage of directory services, the X.500 standard, and LDAP (Lightweight Directory Access Protocol).-- Contains security features under Windows 2000 directory service.-- Features sections on proven test-taking strategies, warnings on trick questions, time-saving study tips, multiple-part question strategies, and shortcuts.

Photoshop 5.5/ImageReady 2.0: Hands-On-Training (Lynda Weinman's Hands-On-Training)


Lynda Weinman - 2000
    It takes a process-oriented approach, with each exercise designed around a particular technique. In this way, the book teaches readers Photoshop principles, techniques, and tips in a format that enables them to apply the lessons to real-world situations. This latest release of Photoshop, the leading image-editing application, comes bundled with ImageReady 2, Adobe's program for preparing images for the Web. It provides the first integrated solution for both print and the Web, enabling professionals to design interactive Web graphics or prepare sophisticated images for print with the same ease.

Computable Structures and the Hyperarithmetical Hierarchy (Studies in Logic and the Foundations of Mathematics)


C.J. Ash - 2000
    The goal is to find definability conditions corresponding to bounds on complexity which persist under isomorphism. The results apply to familiar kinds of structures (groups, fields, vector spaces, linear orderings Boolean algebras, Abelian p-groups, models of arithmetic). There are many interesting results already, but there are also many natural questions still to be answered. The book is self-contained in that it includes necessary background material from recursion theory (ordinal notations, the hyperarithmetical hierarchy) and model theory (infinitary formulas, consistency properties).

MCSE Windows 2000 Network Design Exam Cram


Kim Simmons - 2000
    -- Provides all of the curriculum objectives of the Windows 2000 Network Design exam, and serves as a perfect complement to the Windows 2000 Network Design Exam Prep.-- Each book includes proven test-taking strategies, warnings on trick questions, timesaving study tips and shortcuts.-- Cram Fitness Assessments give readers a way to determine how to proceed with certification by analyzing their educational and experiential background and their subject knowledge level in order to make suggestions about preparation and study.-- Contains sample questions and practice tests much like the format of the actual exams.-- Teaches reader how to evaluate current hardware, planned upgrades and rollouts.-- Covers technical requirements for networking, evaluating network services, and analyzing existing and planned network environments.-- Provides technical requirements and elements of a Windows 2000 network infrastructure.-- Features information on end-user work needs and usage patterns.-- Includes an exclusive tear-out Cram Sheet with tips, acronyms, and memory joggers (mnemonics) to improve recall immediately before the exam.

Practical Oracle8i�: Building Efficient Databases


Jonathan Lewis - 2000
    This book will help you devise an appropriate strategy for database design that takes into account Oracles technical underpinnings, hardware and user limitations, and tradeoffs between simplicity and efficiency. It discusses selecting the Oracle features needed to perform specific functions and shows you how to structure code most effectively for the features being implemented. Practical Oracle8i presents an overview of Oracle that clearly explains the central functions that are key to Oracles operation. In addition, the book presents the fundamentals of the system, covering the way in which data is stored, packed, and made visible, as well as the dynamic features involved in transactions and calculations. Specific topics covered include: *A discussion of why Oracle projects fail *Leveraging tablespaces *Partitioning *LOBs *Autonomous transactions *Row-level security for virtual privat

Semiconductor Manufacturing Technology


Michael Quirk - 2000
     The book provides helpful, up-to-date technical information about semiconductor manufacturing and strikes an effective balance between the process and equipment technology found in wafer fabrications. Topics include copper interconnect; dual damascene additive process for metallization; deep UV sub-micron photolithography (.18 micron and below); low-k dielectric processing; chemical mechanical planarization; a comprehensive model of manufacturing process; chemical-mechanical polish (CMP); and maintenance and troubleshooting. For practicing semiconductor manufacturing technicians or those interested in semiconductor manufacturing technology and processes.

Programming Windows Security


Keith Brown - 2000
    Reilly, IIS Performance Lead, Microsoft Windows security has often been considered a dry and unapproachable topic. For years, the main examples of programming security were simply exercises in ACL manipulation. Programming Windows Security is a revelation providing developers with insight into the way Windows security really works. This book shows developers the essentials of security in Windows 2000, including coverage of Kerberos, SSL, job objects, the new ACL model, COM+ and IIS 5.0. Also included are highlights of the differences between security in Windows 2000 and in Windows NT 4.0. Programming Windows Security is written by an experienced developer specifically for use by other developers. It focuses on the issues of most concern to developers today: the design and implementation of secure distributed systems using the networking infrastructure provided by Windows, the file server, the web server, RPC servers, and COM(+) servers. Topics covered include: *COM(+) security, from the ground up *IIS security *How the file system redirector works and why developers should care *The RPC security model *Kerberos, NTLM, and SSL authentication protocols and SSPI *Services

Microsoft Windows Server 2003 Delta Guide


Don Jones - 2000
    It focuses on delivering core information in a brief, easily understood style.

Mastering SQL Server 7


Mike Gunderloy - 2000
    Authoritative. Practical. The only SQL Server book you need. Mastering SQL Server 2000 is the one indispensable resource for anyone working with the latest version of SQL Server. Whether you build or administer SQL Server databases or write applications that communicate with them, you'll find the background knowledge and the practical instruction you need to accomplish any task, from the most basic to the most advanced. Coverage includes:Understanding SQL Server architecture Designing an efficient normalized database Writing Transact-SQL statements and batches Creating databases Creating tables and views Creating stored procedures and triggers Administering SQL Server Managing SQL Server security Designing applications using ADO, SQL-DMO, and SQL-NS Using Data Transformation Services Integrating SQL Server with the Internet Optimizing SQL Server performance Understanding and managing replication Using Analysis Services to analyze data Using Microsoft English Query Troubleshooting common problems

Advanced Transact-SQL for SQL Server 2000


Itzik Ben-Gan - 2000
    Ben-Gan and Moreau offer solutions to common problems encountered using all versions of SQL Server, with a focus on the latest version, SQL Server 2000.Expert tips and real code examples teach advanced database programmers to write more efficient and better-performing code that takes full advantage of T-SQL. The authors offer practical solutions to the everyday problems programmers face and include in-depth information on advanced T-SQL topics such as joins, subqueries, stored procedures, triggers, user-defined functions (UDFs), indexed views, cascading actions, federated views, hierarchical structures, cursors, and more.

Evolutionary Robotics: The Biology, Intelligence, and Technology of Self-Organizing Machines


Stefano Nolfi - 2000
    Inspired by the Darwinian principle of selective reproduction of the fittest, it views robots as autonomous artificial organisms that develop their own skills in close interaction with the environment and without human intervention. Drawing heavily on biology and ethology, it uses the tools of neural networks, genetic algorithms, dynamic systems, and biomorphic engineering. The resulting robots share with simple biological systems the characteristics of robustness, simplicity, small size, flexibility, and modularity.In evolutionary robotics, an initial population of artificial chromosomes, each encoding the control system of a robot, is randomly created and put into the environment. Each robot is then free to act (move, look around, manipulate) according to its genetically specified controller while its performance on various tasks is automatically evaluated. The fittest robots then reproduce by swapping parts of their genetic material with small random mutations. The process is repeated until the birth of a robot that satisfies the performance criteria.This book describes the basic concepts and methodologies of evolutionary robotics and the results achieved so far. An important feature is the clear presentation of a set of empirical experiments of increasing complexity. Software with a graphic interface, freely available on a Web page, will allow the reader to replicate and vary (in simulation and on real robots) most of the experiments.

Java 2 Programmer's Reference


Herbert Schildt - 2000
    It also includes tips on how to avoid programming pitfalls.

Introduction to Assembly Language Programming: From 8086 to Pentium Processors


Sivarama P. Dandamudi - 2000
    The author concentrates on covering the 8086 family of processors up to and including the Pentium. The aim of the book is to provide students with a firm grasp of the main features of assembly programming, and how it can be used to improve a computer's performance.

Creating Effective JavaHelp


Kevin Lewis - 2000
    Until now, Java application developers have been forced to develop their own help system. That's no longer necessary. With the release of JavaHelp™, there is a complete and standard online help system for the Java™ platform.Creating Effective JavaHelp covers the main features and options of JavaHelp. It shows how to create a basic JavaHelp system, prepare help topics, and deploy the help system in an application. Written for all levels of Java developers and technical writers, the book takes a chapter-by-chapter approach to building concepts. It imparts a complete understanding of how to create usable JavaHelp systems and integrate them into Java applications and applets.Topics covered include:Understanding JavaHelp Creating your first HelpSet Planning the JavaHelp project Preparing Help topics Creating HelpSet data and navigation files Enhancing the HelpSet Using the JavaHelp API for advanced presentation options Deploying the help system to your users Using third-party help-authoring tools

Schaum's Outline with C++


John R. Hubbard - 2000
    Essential for programmers, 280,000 computer science students taking first-level classes, and thousands of advanced placement students, this book is the perfect supplement to the leading textbooks in introductory and higher-level programming courses.

Strongly Elliptic Systems and Boundary Integral Equations


William McLean - 2000
    This book treats one class of such equations, concentrating on methods involving the use of surface potentials. William McLean provides the first detailed exposition of the mathematical theory of boundary integral equations of the first kind on non-smooth domains. Included are chapters on three specific examples: the Laplace equation, the Helmholtz equation and the equations of linear elasticity. The book affords an ideal background for studying the modern research literature on boundary element methods.

Science and Communication Circuits & Projects


Forrest M. Mims III - 2000
    This is a compilation of three of Mims's best-selling notebooks: Science Projects; Environmental Projects; and Communication projects.

Itil Service Support


Office of Government Commerce - 2000
    It covers: change management; configuration management; help desk management; problem management; software release and rollout; and an explanation of the links between the disciplines.

MCSE Windows 2000 Professional Exam Cram (Exam: 70-210)


Todd Logan - 2000
    Contains 100% exam-focused content for the Microsoft Windows 2000 Professional exam (70-210), providing readers the skills they need to upgrade their certification to the Windows 2000 track. Compares Windows 2000 Professional to its predecessor, Windows NT 4.0 Workstation. Windows 2000 has many new features that must be learned by both the new user and experienced user with the prior Windows operating systems 3.51 and 4.0.

Windows 2000 Network MCSE Exam Cram


Hank Carbeck - 2000
    Each book includes proven test-taking strategies, warnings on trick questions, timesaving study tips and shortcuts. Contains sample questions and practice tests much like the format of the actual exams. Cram Fitness Assessments give readers a way to determine how to proceed with certification by analyzing their educational and experiential background and their subject knowledge level in order to make suggestions about preparation and study.

The Practical Performance Analyst


Neil J. Gunther - 2000
    This book is the first to explain both theory and practical applications in an intuitive manner that computer professionals can understand and use to achieve higher systems performance.

Microsoft Access Developer's Guide to SQL Server


Mary Chipman - 2000
    Written by Access experts and Microsoft MVPs Mary Chipman and Andy Baron, this hands-on guide provides you with the practical knowledge you need to harness the enterprise-level power and scalability SQL Server offers, while using the Access tools you are familiar with. More than just a migration guide, you will benefit from the authors' expert discussions of topics including the new Microsoft Database Engine (MSDE), Transact SQL, building stored procedures and views, converting your applications to SQL Server, working with SQL Server security, and building Access interfaces to SQL Server databases.

[Incr-TCL/TK] from the Ground Up


Chad Smith - 2000
    (incr Tcl/Tk) from the Ground Up will serve as a programmer's guide to the (incr Tcl/Tk) language. Whether the reader is a seasoned (incr Tcl/Tk) programmer, a Tcl programmer wanting to learn this extension, or a newcomer, the approach of this book will address each individual's needs. Through ample useful examples, the reader will be taught not only how to accomplish a task but also why the task would be needed in the real world. Each chapter will build on the previous one like building blocks.Support of the Community. The author, Chad Smith, and this book will be supported by the Tcl community: -- Cover quote and foreword by Michael McLennan, inventor of (incr Tcl)-- Cover quote by John Ousterhout, inventor of Tcl-- Book information will be posted on the Scriptics web site, scriptics.com -- the most popular Tel spot on the net.

Robotic Explorations: A Hands-On Introduction to Engineering


Fred G. Martin - 2000
     Covers sensors; motors, gears, and mechanism; control; handy board design; construction techniques; DC Motor; and more. Ideal as an introduction to electrical engineering or capstone design. Also appropriate for readers interested in electrical technology robotics.

Delphi Com Programming


Eric Harmon - 2000
    To build applications which interface with Windows systems, programmers must understand and learn to use COM. This book includes coverage of DCOM, Microsofts distributed architecture that is based on COM. It will also covers the latest developments in Delphi 5. This book will teach COM programming to Delphi 4 and 5 programmers. After providing an understanding of the COM framework, it offers a practical exploration of COM to enable Delphi developers to program component-based applications. Typical real-world scenarios, such as Windows Shell programming, automating Microsoft Agent, and creating and using ActiveX controls, will be explored. Discussion of each topic will be illustrated with detailed examples.

Oracle8i DBA Bible [With CDROM and CD]


Jonathan Gennick - 2000
    Some of the new features covered include an embedded Java Virtual Machine, expanded data warehousing capabilities, and enhanced DBA tools. You'll discover SQL* Plus basics and tools on your way to finding out more about fine-tuning performance and WebDB strategies. The CD-ROM includes a sample Oracle 8i database, sample scripts, and SQL*Plus references.

MFC Development Using Microsoft Visual C++ 6.0 (Dv-Dlt Mastering)


Microsoft Corporation - 2000
    Assumes familiarity with object-oriented programming terminology and concepts, and Microsoft Windows architecture concepts, plus basic C++ programming skills. The accompanying CD-ROM contains exercises, multimedia demonstrations, sample code, sample applications, and software for viewing files.

Perl Developer's Guide (Book/CD-ROM package)


Ed Peschko - 2000
    Perl Developers Guide has hundreds of examples showing solution to real-world problems to reinforce learning.-- Professional development guide with 300 diagrams showing Peri concepts.-- CD-ROM -- Install Perl, source code for book, and on-line Perl documentation with the included installer.-- Keep constantly up to date - install via online connection or via snapshot on compact disc.-- Website -- Get in-depth development guidance, full support via email and the book's website.

Customer Relationship Management: Emerging Concepts, Tools and Applications


Jagdish N. Sheth - 2000
    Will take 25-35 days

Apache Server Unleashed


Rich Bowen - 2000
    Apache Server Unleashed teaches you how to extend the base server through CGI scripts and modules, with extensive advanced coverage on modules. This book teaches the system administrator how to fine-tune the server for specific traffic use. Some topics include how to start, stop and restart the server in order to update, retune, and address any general or disaster recovery issues. Learn underlying architecture of Apache Server, specifically security and authentication, as well as newer topics such as running Apache on Windows NT.

Telephone Switching Systems (Communications engineering library)


Richard A. Thompson - 2000
    It describes the hardware and software of five different systems in detail, offering communications professionals the information they need to understand switching systems in historical context and in relation to regulatory frameworks. The book also examines how factors such as customer services and modern computer applications have affected switching systems, and it provides background discussions on relevant theory and boundary conditions - such as transmission systems, telephone operation, and the human element.

Creating High-Performance Software Development Teams


Frank P. Ginac - 2000
    Ginac brings together world-class techniques for building and leading high-performance software development teams. Ideal for the first-line manager - especially managers transitioning from developer roles - this book offers start-to-finish guidance for delivering superior products, on time and on budget. Ginac focuses on the two most important elements of successful team building - people and leadership. He demonstrates exactly how to: * Clearly outline your software projects business and technical goals * Choose the right people for your team - and avoid the wrong ones * Organize your software development team for success * Fill gaps in your teams skills and experience * Appraise individual and team performance * Incorporate todays software quality best practices Ginac shows you how to be a leader, not just a manager - and how to avoid the barriers to leadership, including politics, bureaucracy, and corporate popularity contests. Youll learn how to plan successfully - and how to build a team that executes your plans with passion.

Essential ASP for Web Professionals


Elijah Lovejoy - 2000
    Endorsed by the World Organization of Webmasters, Essential ASP for Web Professionals offers no-nonsense, practical coverage built around real-world examples on a live sample Web site. Every chapter includes real-world overviews of key ASP and JavaScript features, reinforcing what youve learned and demonstrating how to adapt it quickly to your own applications. From the basics of embedding ASP code in HTML pages to full-blown database application development, this book delivers practical answers, usable code, and real solutions - fast! Use ASP and JavaScript to do all this, and more! *Deliver dynamic content on any Web or intranet site *Create database applications that publish content and enabl

Powerbuilder 7.0 Unleashed


Simon Herbert - 2000
    These features include DBMS development, SQL Painter, the new interface of 7.0, new controls, new menu property, using UML with PowerBuilder, ClearCase, the new functionality of PowerBuilder 7 and Transaction Servers, new Internet capabilities, and new functionality in Lotus Notes. This version also contains real-world case studies and code examples for you to learn from and employ.

Fundamentals of Electric Circuit Analysis


Clayton R. Paul - 2000
    Focusing on the development of fundamental skills, this text covers the important topics within a sound pedagogical organization, while minimizing unnecessary detail so that the student can develop a lasting and sound set of analysis skills.

Mechanism Design: Enumeration of Kinematic Structures According to Function


Lung-Wen Tsai - 2000
    However, such an ad hoc approach cannot ensure the identification of all possible design alternatives, nor does it necessarily lead to optimum design. Mechanism Design: Enumeration of Kinematic Structures According to Function introduces a methodology for systematic creation and classification of mechanisms.With a partly analytical and partly algorithmic approach, the author uses graph theory, combinatorial analysis, and computer algorithms to create kinematic structures of the same nature in a systematic and unbiased manner. He sketches mechanism structures, evaluating them with respect to the remaining functional requirements, and provides numerous atlases of mechanisms that can be used as a source of ideas for mechanism and machine design.He bases the book on the idea that some of the functional requirements of a desired mechanism can be transformed into structural characteristics that can be used for the enumeration of mechanisms. The most difficult problem most mechanical designers face at the conceptual design phase is the creation of design alternatives. Mechanism Design: Enumeration of Kinematic Structures According to Function presents you with a methodology that is not available in any other resource.

Turbulent Flows


Stephen B. Pope - 2000
    The book consists of two parts: Part I provides a general introduction to turbulent flows, how they behave, how they can be described quantitatively, and their fundamental physical processes. Part II is concerned with different approaches for modeling, or simulating, turbulent flows. Key appendices present the necessary mathematical techniques. While primarily intended for engineering graduate students, this book will also be valuable to students in applied mathematics, physics, oceanography and atmospheric sciences, as well as to researchers and practicing engineers.

Who Is the Dreamer, Who Dreams the Dream?: A Study of Psychic Presences


James S. Grotstein - 2000
    He explores two quintessential and interrelated psychoanalytic problems: the nature of the unconscious mind and the meaning and inner structure of human subjectivity. To this end, he teases apart the complex, tangled threads that constitute self-experience, delineating psychic presences and mystifying dualities, subjects with varying perspectives and functions, and objects with different, often phantasmagoric properties.Whether he is expounding on the Unconscious as a range of dimensions understandable in terms of nonlinear concepts of chaos, complexity, and emergence theory; modifying the psychoanalytic concept of psychic determinism by joining it to the concept of autochthony; comparing Melanie Klein's notion of the archaic Oedipus complex with the ancient Greek myth of the labyrinth and the Minotaur; or examining the relationship between the stories of Oedipus and Christ, Grotstein emerges as an analyst whose clinical sensibility has been profoundly deepened by his scholarly use of mythology, classical thought, and contemporary philosophy. The result is both an important synthesis of major currents of contemporary psychoanalytic thought and a moving exploration of the nature of human suffering and spirituality.

MCSE Windows 2000 Directory Services Exam Cram


Will Willis - 2000
    -- Implementing and Administering a Windows 2000 Directory Service Infrastructure exam (70-217) is one of the required exams to establish MCSE certification credentials under the Windows 2000 certification program.-- Provides two complete practice exams featuring questions designed to assess the reader's readiness to take the exam, and the answers and explanations that reinforce the reasoning behind the correct answers.-- Features an exclusive Self-Assessment section that will help the reader evaluate their knowledge base against the requirements for MCSE certification under both ideal and real circumstances.-- Contains sample questions and practice tests much like the format of the actual exams.-- Explains the structure of Active Directory service and how it works in an enterprise environment.-- Outlines the administration of Active Directory by managing objects and delegating administrative control of Active Directory objects.-- Covers the planning and implementation of naming strategies and domain structures.-- Features sections on proven test-taking strategies, warnings on trick questions, time-saving study tips, multiple-part question strategies, and shortcuts.