Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

Handbook of Cost Management
  • Language: en
  • Pages: 866

Handbook of Cost Management

Handbook of Cost Management, Second Edition covers all of the essential topics in cost management and accounting. It includes conventional topics, such as job costing and cost allocation, as well as such current topics as balanced scorecard, economic value added, logistics and marketing cost, theory of constraints, inter-organizational costing, and the cost of quality.

The Innovators
  • Language: en
  • Pages: 560

The Innovators

Chronicles the lives and careers of the men and women responsible for the creation of the digital age, including Doug Englebart, Robert Noyce, Bill Gates, Steve Jobs and more.

The Dream Machine
  • Language: en
  • Pages: 583

The Dream Machine

  • Type: Book
  • -
  • Published: 2018-09-25
  • -
  • Publisher: Stripe Press

The story of the man who instigated the work that led to the internet—and shifted our understanding of what computers could be. Behind every great revolution is a vision and behind perhaps the greatest revolution of our time, personal computing, is the vision of J.C.R. Licklider. He did not design the first personal computers or write the software that ran on them, nor was he involved in the legendary early companies that brought them to the forefront of our everyday experience. He was instead a relentless visionary that saw the potential of the way individuals could interact with computers and software. At a time when computers were a short step removed from mechanical data processors, Li...

Visions
  • Language: en
  • Pages: 637

Visions

  • Type: Book
  • -
  • Published: 1999-03-04
  • -
  • Publisher: OUP Oxford

New in paperback, from the bestselling author of Hyperspace, this spellbinding book brings together the cutting-edge research of today's foremost scientists to explore the science of tomorrow. Michio Kaku describes the development of computers and artificial intelligence, reveals how the decoding of the genetic structure of DNA will allow us to alter and reshape our genetic inheritance, and observes how quantum physicists are perfecting new ways of harnessing the matter and energy of the Universe. Visions is an exhilarating adventure into the future of our planet and ourselves.

Design and Analysis of Algorithms
  • Language: en
  • Pages: 836

Design and Analysis of Algorithms

"All aspects pertaining to algorithm design and algorithm analysis have been discussed over the chapters in this book-- Design and Analysis of Algorithms"--Resource description page.

Professional Automated Trading
  • Language: en
  • Pages: 388

Professional Automated Trading

An insider's view of how to develop and operate an automated proprietary trading network Reflecting author Eugene Durenard's extensive experience in this field, Professional Automated Trading offers valuable insights you won't find anywhere else. It reveals how a series of concepts and techniques coming from current research in artificial life and modern control theory can be applied to the design of effective trading systems that outperform the majority of published trading systems. It also skillfully provides you with essential information on the practical coding and implementation of a scalable systematic trading architecture. Based on years of practical experience in building successful ...

Computing for Ordinary Mortals
  • Language: en
  • Pages: 257

Computing for Ordinary Mortals

In Computing for Ordinary Mortals, cognitive scientist and AI expert Robert St. Amant explains what he calls, "the really interesting part" of computing, which are the ideas behind the technology. They're powerful ideas, and the foundations for everything that computers do, but they are little discussed. This book will not tell you how to use your computer, but it will give you a conceptual tour of how it works. Some of the ideas, like modularity which are so embedded in what we do as humans, can also give us insight into our own daily activities, how we interact with other people, and in some cases even what's going on in our heads. Computing is all around us, and, to quote Richard Hamming, the influential mathematician and computer scientist, "The purpose of computing is insight, not numbers," and it is this insight that informs the entire book.

The Golden Ticket
  • Language: en
  • Pages: 188

The Golden Ticket

The computer science problem whose solution could transform life as we know it The P-NP problem is the most important open problem in computer science, if not all of mathematics. Simply stated, it asks whether every problem whose solution can be quickly checked by computer can also be quickly solved by computer. The Golden Ticket provides a nontechnical introduction to P-NP, its rich history, and its algorithmic implications for everything we do with computers and beyond. Lance Fortnow traces the history and development of P-NP, giving examples from a variety of disciplines, including economics, physics, and biology. He explores problems that capture the full difficulty of the P-NP dilemma, from discovering the shortest route through all the rides at Disney World to finding large groups of friends on Facebook. The Golden Ticket explores what we truly can and cannot achieve computationally, describing the benefits and unexpected challenges of this compelling problem.

Shaping a Digital World
  • Language: en
  • Pages: 145

Shaping a Digital World

Building on the work of Jacques Ellul, Marshall McLuhan and Neil Postman, as well as a wide range of Reformed thinkers, Derek Schuurman provides a brief theology of technology—rooted in the Reformed tradition and oriented around the grand themes of creation, fall, redemption and new creation.

Efficient Polymorphic Calls
  • Language: en
  • Pages: 248

Efficient Polymorphic Calls

The implementation of object-oriented languages has been an active topic of research since the 1960s when the first Simula compiler was written. The topic received renewed interest in the early 1980s with the growing popularity of object-oriented programming languages such as c++ and Smalltalk, and got another boost with the advent of Java. Polymorphic calls are at the heart of object-oriented languages, and even the first implementation of Simula-67 contained their classic implementation via virtual function tables. In fact, virtual function tables predate even Simula-for example, Ivan Sutherland's Sketchpad drawing editor employed very similar structures in 1960. Similarly, during the 1970...