Free Computer Books Downloads and Reviews; from desktop to cloud computing...C++, C#, Java, ASP.NET, Silverlight, Cloud computing, Microsoft Expression Blend, Android, Unix, Operating Systems, PHP, Visual Basic, Mobile Phones...... Updated regularly....Keep visiting.....

Showing posts with label Computer Science. Show all posts
Showing posts with label Computer Science. Show all posts

Monday, 13 April 2015

Introduction to Computing: Explorations in Language, Logic, and Machines


In the past hundred years, computer science has changed the world more than any other field. Without computer science, humans would not have walked on the Moon, modern medicine would not exist, and Wal-Mart would be a small store in Arkansas. But this book is not just about the pragmatic impact of computer science; it is about how computer science changes the way we think and how we solve problems.

This book is a survey introduction to the most important ideas in computing. It focuses on how to describe information processes by defining procedures, how to analyze the costs required to carry out a procedure, and the fundamental limits of what can and cannot be computed mechanically.

Computer science is the study of information processes. Computer scientists study how to describe, predict properties of, and efficiently implement information processes. When confronted with a problem, computer scientists do not just attempt to solve it. Instead, they think about a problem as a mapping between its inputs and desired outputs, develop a systematic sequence of steps for solving the problem for any possible input, and consider how the number of steps required to solve the problem scales as the input size increases. Thinking about problems this way has practical value since it leads to programs computers can execute to solve problems remarkably quickly, but also impacts the way we think about defining and solving problems regardless of whether or not a computer is involved.

Title Introduction to Computing: Explorations in Language, Logic, and Machines
Authors David Evans
Publisher: CreateSpace Independent Publishing Platform (August 15, 2011)
Paperback: 266 pages
eBook: HTML, PDF (266 pages, 4.1 MB), and PDF files
Language: English
ISBN-10: 1463687478
ISBN-13: 978-1463687472
Download: http://www.computingbook.org/

Thursday, 9 April 2015

Computer Systems Companion


 Computer Systems Companion is a book to accompany the University of the People computer systems course. The course introduces modern digital computers and the von Neuman architectue through the cocepts of transistor gates, number representations, combinational logic circuits, sequential logic circuits, busses and control systems and definition of symbolic language to map to machine instructions and simple 2 pass assemblers.

Title Computer Systems Companion
Author(s) Daniel Taipala
Publisher: Smashwords (March 17, 2015)
Hardcover/Paperback N/A
eBook PDF, ePub, and Mobi (Kindle)
Language: English
ISBN-10/ASIN: N/A
ISBN-13: 978-1311117717
Download: http://www.smashwords.com/books/view/528318

Monday, 6 April 2015

Practical File System Design with the Be File System


This is the guide to the design and implementation of file systems in general, and the Be File System (BFS) in particular. This book covers all topics related to file systems, going into considerable depth where traditional operating systems books often stop. Advanced topics are covered in detail such as journaling, attributes, indexing and query processing. Built from scratch as a modern 64 bit, journaled file system, BFS is the primary file system for the Be Operating System (BeOS), which was designed for high performance multimedia applications.

You do not have to be a kernel architect or file system engineer to use Practical File System Design. Neither do you have to be a BeOS developer or user. Only basic knowledge of C is required. If you have ever wondered about how file systems work, how to implement one, or want to learn more about the Be File System, this book is all you will need.

Features:

    Review of other file systems, including Linux ext2, BSD FFS, Macintosh HFS, NTFS and SGI's XFS.
    Allocation policies for placing data on disks and discussion of on-disk data structures used by BFS
    How to implement journaling
    How a disk cache works, including cache interactions with the file system journal
    File system performance tuning and benchmarks comparing BFS, NTFS, XFS, and ext2
    A file system construction kit that allows the user to experiment and create their own file systems

Title Practical File System Design with the Be File System
Author(s) Dominic Giampaolo
Publisher: Morgan Kaufmann; Kindle edition (August 29, 2013); 1st edition (November 23, 1998)
Hardcover/Paperback: 256 pages
eBook: PDF (247 pages, 1.1 MB); Kindle (256 pages, 2846 KB)
Language: English
ASIN: B008I3ARBI
ISBN-10: 1558604979
ISBN-13: 9781558604971
Download: http://www.nobius.org/~dbg/practical-file-system-design.pdf
loading...

Search: