| Search | About | Preferences | Interact | Help | |
| 150 million books. 1 search engine. | ||

› Find signed collectible books: '100 Instant Children's Talks: Just Add Faith and Serve'
More editions of 100 Instant Children's Talks: Just Add Faith and Serve:

› Find signed collectible books: '360/370 Programing in Assembly Language'
More editions of 360/370 Programing in Assembly Language:

› Find signed collectible books: '80386 Assembly Language: A Complete Tutorial and Subroutine Library'
More editions of 80386 Assembly Language: A Complete Tutorial and Subroutine Library:
› Find signed collectible books: 'The 8088 and 8086 Microprocessors: Programming, Interfacing, Software, Hardware, and Applications'
This thorough study of the most widely used architecture in modern personal computer systems explores the circuitry use in the design of the microcomputer of the original IBM PC. [via]
More editions of The 8088 and 8086 Microprocessors: Programming, Interfacing, Software, Hardware, and Applications:

› Find signed collectible books: 'The 80X86 IBM & Compatible Computers: Assembly Language Programming on the IBM Pc, PS and Compatibles'
More editions of The 80X86 IBM & Compatible Computers: Assembly Language Programming on the IBM Pc, PS and Compatibles:

› Find signed collectible books: 'Advanced Assembly Language'
More editions of Advanced Assembly Language:

› Find signed collectible books: 'Advanced Assembly Language'
More editions of Advanced Assembly Language:

› Find signed collectible books: 'Advanced MS-DOS Programming: The Microsoft Guide for Assembly Language and C Programmers'
More editions of Advanced MS-DOS Programming: The Microsoft Guide for Assembly Language and C Programmers:

› Find signed collectible books: 'Advanced MS-DOS: The Microsoft Guide for Assembly Language and C Programmers'
More editions of Advanced MS-DOS: The Microsoft Guide for Assembly Language and C Programmers:
› Find signed collectible books: 'Advanced Programming in the Unix Environment'
"Stephen Rago's update is a long overdue benefit to the community of professionals using the versatile family of UNIX and UNIX-like operating environments. It removes obsolescence and includes newer developments. It also thoroughly updates the context of all topics, examples, and applications to recent releases of popular implementations of UNIX and UNIX-like environments. And yet, it does all this while retaining the style and taste of the original classic."
--Mukesh Kacker, cofounder and former CTO of Pronto Networks, Inc.
"One of the essential classics of UNIX programming."
--Eric S. Raymond, author of The Art of UNIX Programming
"This is the definitive reference book for any serious or professional UNIX systems programmer. Rago has updated and extended the classic Stevens text while keeping true to the original. The APIs are illuminated by clear examples of their use. He also mentions many of the pitfalls to look out for when programming across different UNIX system implementations and points out how to avoid these pitfalls using relevant standards such as POSIX 1003.1, 2004 edition and the Single UNIX Specification, Version 3."
--Andrew Josey, Director, Certification, The Open Group, and Chair of the POSIX 1003.1 Working Group
"Advanced Programming in the UNIX Environment, Second Edition, is an essential reference for anyone writing programs for a UNIX system. It's the first book I turn to when I want to understand or re-learn any of the various system interfaces. Stephen Rago has successfully revised this book to incorporate newer operating systems such as GNU/Linux and Apple's OS X while keeping true to the first edition in terms of both readability and usefulness. It will always have a place right next to my computer."
--Dr. [via]
More editions of Advanced Programming in the Unix Environment:
› Find signed collectible books: 'Advanced Programming in the Unix Environment'
Bestselling UNIX author W. Richard Stevens offers application developers and system programmers his professional, experience-based guidance on using the system call interface with C. In the first half of the book, Stevens describes more than 200 system calls and functions with a brief example program following each description. Having provided the basics, Stevens moves on to chapter-long examples. The book is applicable to all major UNIX releases, especially System V Release 4-including Solaris 2-and 4.4 BSD, including 386 BSD. [via]
More editions of Advanced Programming in the Unix Environment:
› Find signed collectible books: 'Art of Computer Programming'
Third Edition now available!Volume 2 provides a comprehensive interface between computer programming and numerical analysis. It includes a substantial amount of complexity theory, number theory, and statistics. 0201038226B04062001 [via]
More editions of Art of Computer Programming:
› Find signed collectible books: 'The Art of Computer Programming: Fundamental Algorithms'
This magnificent tour de force presents a comprehensive overview of a wide variety of algorithms and the analysis of them. Now in its third edition, The Art of Computer Programming, Volume I: Fundamental Algorithms contains substantial revisions by the author and includes numerous new exercises.
Although this book was conceived several decades ago, it is still a timeless classic. One of the book's greatest strengths is the wonderful collection of problems that accompany each chapter. The author has chosen problems carefully and indexed them according to difficulty. Solving a substantial number of these problems will help you gain a solid understanding of the issues surrounding the given topic. Furthermore, the exercises feature a variety of classic problems.
Fundamental Algorithms begins with mathematical preliminaries. The first section offers a good grounding in a variety of useful mathematical tools: proof techniques, combinatorics, and elementary number theory. Knuth then details the MIX processor, a virtual machine architecture that serves as the programming target for subsequent discussions. This wonderful section comprehensively covers the principles of simple machine architecture, beginning with a register-level discussion of the instruction set. A later discussion of a simulator for this machine includes an excellent description of the principles underlying the implementation of subroutines and co-routines. Implementing such a simulator is an excellent introduction to computer design.
In the second section, Knuth covers data structures--stacks, queues, lists, arrays, and trees--and presents implementations (in MIX assembly) along with techniques for manipulating these structures. Knuth follows many of the algorithms with careful time and space analysis. In the section on tree structures, the discussion includes a series of interesting problems concerning the combinatorics of trees (counting distinct trees of a particular form, for example) and some particularly interesting applications. Also featured is a discussion of Huffmann encoding and, in the section on lists, an excellent introduction to garbage collection algorithms and the difficult challenges associated with such a task. The book closes with a discussion of dynamic allocation algorithms.
The clear writing in Fundamental Algorithms is enhanced by Knuth's dry humor and the historical discussions that accompany the technical matter. Overall, this text is one of the great classics of computer programming literature--it's not an easy book to grasp, but one that any true programmer will study with pleasure. [via]
More editions of The Art of Computer Programming: Fundamental Algorithms:
› Find signed collectible books: 'The Art of Computer Programming: Seminumerical Algorithms'
Volume 2 of Donald Knuth's classic series The Art of Computer Programming covers seminumerical algorithms, with topics ranging from random number generators to floating point operations and other optimized arithmetic algorithms. Truly comprehensive and meticulously written, this book (and series) is that rarest of all creatures--a work of authoritative scholarship in classical computer science, but one that can be read and used profitably by virtually all working programmers.
The book begins with fundamental questions regarding random numbers and how to use algorithms to generate them. Subsequent chapters demonstrate efficient computation of single-precision and double-precision arithmetic calculations and modular arithmetic. The text then presents prime factorization (which can be used in cryptography, for instance) and algorithms for calculating fractions. This volume ends with algorithms for polynomial arithmetic and manipulation of power-series topics, which will benefit those with some knowledge of calculus.
Throughout this beautifully presented edition, Knuth incorporates hundreds of useful exercises for trying out the algorithms. These range from simple problems to larger research project topics. (The book provides answers, where appropriate, at the end of the book.) The result is a text that's suitable for college or graduate-level computer science courses or individual study by programmers. Volume 2 is an indispensable part of any working programmer's library. [via]
More editions of The Art of Computer Programming: Seminumerical Algorithms:
› Find signed collectible books: 'The Art of Computer Programming: Sorting and Searching'
Finally, after a wait of more than thirty-five years, the first part of Volume 4 is at last ready for publication. Check out the boxed set that brings together Volumes 1 - 4A in one elegant case, and offers the purchaser a $50 discount off the price of buying the four volumes individually.
The Art of Computer Programming, Volumes 1-4A Boxed Set, 3/e ISBN: 0321751043 [via]More editions of The Art of Computer Programming: Sorting and Searching:
› Find signed collectible books: 'The Art Of Computer Programming, Fascicle 1: MMIX -- A RISC Computer For The New Millennium'
Finally, after a wait of more than thirty-five years, the first part of Volume 4 is at last ready for publication. Check out the boxed set that brings together Volumes 1 - 4A in one elegant case, and offers the purchaser a $50 discount off the price of buying the four volumes individually.
The Art of Computer Programming, Volumes 1-4A Boxed Set, 3/e
ISBN: 0321751043
Art of Computer Programming, Volume 1, Fascicle 1, The: MMIX -- A RISC Computer for the New Millennium
This multivolume work on the analysis of algorithms has long been recognized as the definitive description of classical computer science. The three complete volumes published to date already comprise a unique and invaluable resource in programming theory and practice. Countless readers have spoken about the profound personal influence of Knuth's writings. Scientists have marveled at the beauty and elegance of his analysis, while practicing programmers have successfully applied his "cookbook" solutions to their day-to-day problems. All have admired Knuth for the breadth, clarity, accuracy, and good humor found in his books.
To begin the fourth and later volumes of the set, and to update parts of the existing three, Knuth has created a series of small books called fascicles, which will be published t regular intervals. Each fascicle will encompass a section or more of wholly new or evised material. Ultimately, the content of these fascicles will be rolled up into the comprehensive, final versions of each volume, and the enormous undertaking that began in 1962 will be complete.
Volume 1, Fascicle 1
This first fascicle updates The Art of Computer Programming, Volume 1, Third Edition: Fundamental Algorithms, and ultimately will become part of the fourth edition of that book. Specifically, it provides a programmer's introduction to the long-awaited MMIX, a RISC-based computer that replaces the original MIX, and describes the MMIX assembly language. The fascicle also presents new material on subroutines, coroutines, and interpretive routines.
More editions of The Art Of Computer Programming, Fascicle 1: MMIX -- A RISC Computer For The New Millennium:
› Find signed collectible books: 'Art of Computer Programming/Sorting and Searching.'
The first revision of this third volume is a survey of classical computer techniques for sorting and searching. It extends the treatment of data structures in Volume 1 to consider both large and small databases and internal and external memories. [via]
More editions of Art of Computer Programming/Sorting and Searching.:

› Find signed collectible books: 'Assembly Language and Systems Programming for the M68000 Family'
More editions of Assembly Language and Systems Programming for the M68000 Family:

› Find signed collectible books: 'Assembly Language for Intel-Based Computers'
More editions of Assembly Language for Intel-Based Computers:

› Find signed collectible books: 'Assembly Language: For Real Programmers Only!/Disk Contains Programming Examples, Sets of Data Files, Interfaces for the 8086 and 80386/486 and Exec'
More editions of Assembly Language: For Real Programmers Only!/Disk Contains Programming Examples, Sets of Data Files, Interfaces for the 8086 and 80386/486 and Exec:

› Find signed collectible books: 'Assembly Language for the Applesoft Programmer'
More editions of Assembly Language for the Applesoft Programmer:

› Find signed collectible books: 'Assembly Language for the IBM PC Family'
More editions of Assembly Language for the IBM PC Family:

› Find signed collectible books: 'Assembly Language for the IBM-PC'
More editions of Assembly Language for the IBM-PC:

› Find signed collectible books: 'Assembly Language from Square One: For the PC at and Compatibles'
More editions of Assembly Language from Square One: For the PC at and Compatibles:

› Find signed collectible books: 'Assembly Language Magic: Programming for the 8088-80386'
More editions of Assembly Language Magic: Programming for the 8088-80386:

› Find signed collectible books: 'Assembly Language Master Class'
More editions of Assembly Language Master Class:

› Find signed collectible books: 'Assembly Language Programming on the IBM PC'
More editions of Assembly Language Programming on the IBM PC:
› Find signed collectible books: 'Assembly Language: Step-By-Step'
Begins with the most fundamental, plain-English concepts and everyday analogies progressing to very sophisticated assembly principles and practices. Examples are based on the 8086/8088 chips but all code is usable with the entire Intel 80X86 family of microprocessors. Covers both TASM and MASM. Gives readers the foundation necessary to create their own executable assembly language programs. [via]
More editions of Assembly Language: Step-By-Step:

› Find signed collectible books: 'Assembly Language Subroutines for MS-DOS Computers'
More editions of Assembly Language Subroutines for MS-DOS Computers:

› Find signed collectible books: 'Bluebook of Assembly Routines for the IBM PC & XT'
More editions of Bluebook of Assembly Routines for the IBM PC & XT:

› Find signed collectible books: 'Bodies of Worship: Explorations in Theory and Practice'
More editions of Bodies of Worship: Explorations in Theory and Practice:

› Find signed collectible books: 'The Book of God'

› Find signed collectible books: 'Called To Participate: Theological, Ritual, And Social Perspectives'
More editions of Called To Participate: Theological, Ritual, And Social Perspectives:
![[???]: Cbios for IBM Ps/2 Computers and Compatibles: The Complete Guide to Rom-Based System Software for DOS [???]: Cbios for IBM Ps/2 Computers and Compatibles: The Complete Guide to Rom-Based System Software for DOS](http://ecx.images-amazon.com/images/P/020151804X.01._SL160_SCLZZZZZZZ__.jpg)
More editions of Cbios for IBM Ps/2 Computers and Compatibles: The Complete Guide to Rom-Based System Software for DOS:

› Find signed collectible books: 'Code: The Hidden Language of Computer Hardware and Software'
More editions of Code: The Hidden Language of Computer Hardware and Software:

› Find signed collectible books: 'Computer Organization and Assembly Language Programming : For IBM PC's and Compatibles'
More editions of Computer Organization and Assembly Language Programming : For IBM PC's and Compatibles:
› Find signed collectible books: 'Computer Organization and Design: The Hardware/Software Interface'
The authors provide a comprehensive, detailed, and highly technical overview of computer design, going right to the hardware/software interface where data and instructions have their physical representation. While much of the book centers on processor architectures and memory design, it also offers strong background sections on computer arithmetic, machine instructions, performance measurement, and the historical development of computer systems. A natural for any electrical engineer interested in the field of computer architecture and design, this volume will also prove highly valuable for computer scientists and programmers in any low- or high-level language. [via]
More editions of Computer Organization and Design: The Hardware/Software Interface:

› Find signed collectible books: 'Elementary Assembly Language for the Apple IIGS and the 65816'
More editions of Elementary Assembly Language for the Apple IIGS and the 65816:

› Find signed collectible books: 'Forged Architectural Metalwork'
More editions of Forged Architectural Metalwork:

› Find signed collectible books: 'Fundamentals of Assembler Language Programming for the IBM PC and XT'
More editions of Fundamentals of Assembler Language Programming for the IBM PC and XT:

› Find signed collectible books: 'Hyderabad: Memoirs of a City'
More editions of Hyderabad: Memoirs of a City:

› Find signed collectible books: 'IBM Rom Bios'
More editions of IBM Rom Bios:

› Find signed collectible books: 'Ideas For Assemblies'
More editions of Ideas For Assemblies:
› Find signed collectible books: 'Introduction to 80X86 Assembly Language and Computer Architecture'
Computer Science [via]
More editions of Introduction to 80X86 Assembly Language and Computer Architecture:

› Find signed collectible books: 'Introduction to Computing Systems: From Bits and Gates to C and Beyond'
More editions of Introduction to Computing Systems: From Bits and Gates to C and Beyond:
› Find signed collectible books: 'Introduction to RISC Assembly Language Programming'
This is a straightforward text on RISC assembly language programming for MIPS computers - the microprocessor gaining popularity due to its compact and elegant instruction set. Enabling students to understand the internal working of a computer, courses in RISC are an increasingly popular option in assembly language programming.
More editions of Introduction to RISC Assembly Language Programming:
› Find signed collectible books: 'Mastering Turbo Assembler'
Written by nationally known, best-selling author Tom Swan, this book provides a complete introduction to programming as well as thorough coverage of intermediate and advanced topics. [via]
More editions of Mastering Turbo Assembler:
› Find signed collectible books: 'Michael Abrash's Zen of Graphics Programming/Book and Disk'
Includes easy-to-follow techniques for programming leading-edge graphics including texture mapping, 3D animation, hidden surface removal, antialiasing, 3D shading, color modeling, and much more. Features a complete 3D, 256-color animation library you can use today to create amazing applications from games to virtual worlds to anything else your imagination will lead you to. Provides thousands of lines of C and assembly source code ready to drop into applications. Gives you the best high-level and low-level graphics programming advice and tips from the acknowledged master of PC graphics. Includes secrets of VGA programming you won't find anywhere else--ModeX, page flipping, color DACs, memory maps, palette animation, and 256-color modes. [via]
More editions of Michael Abrash's Zen of Graphics Programming/Book and Disk:
![[???]: Microprocessors, 1993 [???]: Microprocessors, 1993](http://ecx.images-amazon.com/images/P/1555121691.01._SL160_SCLZZZZZZZ__.jpg)
More editions of Microprocessors, 1993:
![[???]: Microsoft Mouse Programmer's Reference [???]: Microsoft Mouse Programmer's Reference](http://ecx.images-amazon.com/images/P/1556153368.01._SL160_SCLZZZZZZZ__.jpg)
More editions of Microsoft Mouse Programmer's Reference:

› Find signed collectible books: 'Microsoft Mouse Programmer's Reference'
More editions of Microsoft Mouse Programmer's Reference:

› Find signed collectible books: 'More Christian Assemblies for Primary Schools: Linking Worship to National Curriculum Class Activities'
More editions of More Christian Assemblies for Primary Schools: Linking Worship to National Curriculum Class Activities:

› Find signed collectible books: 'The Nocturnal Court: Darbaar-E-Durbaar - The Life of a Prince of Hyderabad'
More editions of The Nocturnal Court: Darbaar-E-Durbaar - The Life of a Prince of Hyderabad:

› Find signed collectible books: 'PC Architecture & Assembly Language'
More editions of PC Architecture & Assembly Language:

› Find signed collectible books: 'PC Assembly Language: Step by Step'
More editions of PC Assembly Language: Step by Step:
› Find signed collectible books: 'PC Intern: The Encyclopedia of System Programming'
Already used by 600,000 programmers in its previous editions, this encyclopedia presents up-to-date technical information on virtually every aspect of the PC--from its architecture and make-up to its built-in components and add-on peripherals. The authors clearly explain system level programming, illustrating their solutions in C++, assembly language, Pascal, and Visual Basic. The CD-ROM includes every program from the book. [via]
More editions of PC Intern: The Encyclopedia of System Programming:

› Find signed collectible books: 'Peter Norton's Assembly Language Book for the IBM PC'
More editions of Peter Norton's Assembly Language Book for the IBM PC:

› Find signed collectible books: 'Power Graphics Programming'
More editions of Power Graphics Programming:

› Find signed collectible books: 'Powerpc Programming Pocket Book'
More editions of Powerpc Programming Pocket Book:

› Find signed collectible books: 'Professional Assembly Language'
More editions of Professional Assembly Language:

› Find signed collectible books: 'The Ps/2-PC Assembly Language'
More editions of The Ps/2-PC Assembly Language:

› Find signed collectible books: 'Rcia: Renewing the Church As an Initiating Assembly'
More editions of Rcia: Renewing the Church As an Initiating Assembly:

› Find signed collectible books: 'Revolutionary Guide to Assembly Language'
More editions of Revolutionary Guide to Assembly Language:

› Find signed collectible books: 'Schaum's Outline of Theory and Problems of Assembly Language'
More editions of Schaum's Outline of Theory and Problems of Assembly Language:
› Find signed collectible books: 'Security Warrior'
When it comes to network security, many users and administrators are running scared, and justifiably so. The sophistication of attacks against computer systems increases with each new Internet worm.
What's the worst an attacker can do to you? You'd better find out, right? That's what Security Warrior teaches you. Based on the principle that the only way to defend yourself is to understand your attacker in depth, Security Warrior reveals how your systems can be attacked. Covering everything from reverse engineering to SQL attacks, and including topics like social engineering, antiforensics, and common attacks against UNIX and Windows systems, this book teaches you to know your enemy and how to be prepared to do battle.
Security Warrior places particular emphasis on reverse engineering. RE is a fundamental skill for the administrator, who must be aware of all kinds of malware that can be installed on his machines -- trojaned binaries, "spyware" that looks innocuous but that sends private data back to its creator, and more. This is the only book to discuss reverse engineering for Linux or Windows CE. It's also the only book that shows you how SQL injection works, enabling you to inspect your database and web applications for vulnerability.
Security Warrior is the most comprehensive and up-to-date book covering the art of computer war: attacks against computer systems and their defenses. It's often scary, and never comforting. If you're on the front lines, defending your site against attackers, you need this book. On your shelf--and in your hands.
More editions of Security Warrior:

› Find signed collectible books: 'Sparc Architecture, Assembly Language Programming, and C'
More editions of Sparc Architecture, Assembly Language Programming, and C:
› Find signed collectible books: 'The Undocumented PC: A Programmer's Guide to I/O, Cpus, and Fixed Memory Areas'
"The ultimate source for low-level details on the PC." Mike Schmit, author of Pentium Processor Optimization Tools "...a category-killer for PC-hardware junkies...hard-core technical information."Circuit Cellar INK "...a bible for system-level programmers."PC Magazine The best-selling first edition of The Undocumented PC revealed hidden programming features of PC hardware that allowed programmers to solve tricky problems and dramatically speed up the execution time of their programs. Thoroughly revised and updated, this new edition contains even more undocumented and hard-to-find information. The Undocumented PC includes comprehensive coverage of Pentium, Pentium Pro, and MMX functions, AMD's 5K86 processor, 5x86 and 6x86 CPUs from Cyrix, the Windows(R) 95 keyboard functions, and more. You will find each major subsystem of the PC explained in detail, followed by extensive reference sections that show and explain both documented and undocumented BIOS functions.Going into a level of detail available nowhere else, The Undocumented PC covers all the major system architectures and is still the only available reference to input/output ports, undocumented CPU instructions, fixed memory areas, and much more. Frank van Gilluwe is President of V Communications, Inc., developers of DOS and Windows programming tools, including the bestselling Sourcer disassembler. 0201479508B04062001 [via]
More editions of The Undocumented PC: A Programmer's Guide to I/O, Cpus, and Fixed Memory Areas:
› Find signed collectible books: 'Using Assembly Language'
The revised edition to cover the most recent releases of both Microsoft's Macros Assembler and Borland's Turbo Assembler. Written from a programmer's perspective, this power-packed text explains how to use the most popular assemblers, linkers, and debuggers. Includes a comprehensive reference section. [via]
› Find signed collectible books: 'Write Great Code: Thinking Low-level, Writing High-level'
The second volume in the Write Great Code series supplies the critical information that today's computer science students don't often get from college and university courses: How to carefully choose their high-level language statements to produce efficient code. Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level, teaches software engineers how compilers translate high-level language statements and data structures into machine code. Armed with this knowledge, a software engineer can make an informed choice concerning the use of those high-level structures to help the compiler produce far better machine code--all without having to give up the productivity and portability benefits of using a high-level language.
More editions of Write Great Code: Thinking Low-level, Writing High-level:

› Find signed collectible books: 'Write Tsrs Now With Borland's Turbo Assembler, Turbo C/C++, Turbo Pascal/Book and Disk'
More editions of Write Tsrs Now With Borland's Turbo Assembler, Turbo C/C++, Turbo Pascal/Book and Disk:

› Find signed collectible books: 'Young Children and Worship'
More editions of Young Children and Worship:

› Find signed collectible books: 'Z80, Assembly Language Programming'
More editions of Z80, Assembly Language Programming:
› Find signed collectible books: 'Zen of Assembly Language: Knowledge'
More editions of Zen of Assembly Language: Knowledge:
› Find signed collectible books: 'Zen of Code Optimization'
Provides unique coverage of Intel's Pentium chip. Explores hardware programming aspects that affect code performance. Features innovative optimization techniques not found in any other book. Includes the useful Zen timer-a hands-on software tool for measuring code performance. Presents creative "right-brain" Zen approaches to the art of writing PC software. [via]
More editions of Zen of Code Optimization:
