LATEST UPDATES

FREE E-BOOKS

Search our Blog

Loading

Sunday, April 26, 2009

Science Of Everyday Things: Real-Life Chemistry. Volume 1



Description



"This 4-vol. set illustrates the importance of scientific and mathematical principles through their use in everyday life. Each volume focuses on a specific scientific discipline -- biology, chemistry, earth sciences and physics -- offering students an in-depth understanding of each discipline and its theories. Creating a sense of real-life relevance for students, the Science of Everyday Things expands on the explanations of scientific principles and concepts using a straightforward, step-by-step approach, and presents theories in their everyday applications. Some of the entries covered include: how osmosis is used in dehydrating fruit; how the principles of aerodynamics are applied to cars; Charles' law and the chemical reaction that sets off an airbag; how algorithms are used to figure out the NCAA playoff tournaments; and more. Each volume the Science of Everyday Things presents approximately 40-50 entries and includes photos, diagrams, sidebars containing short glossaries and interesting facts and details relating to each principle."



"This is sure to be a useful set because it emphasizes the practical side of science. The text uses clear, concise prose so that non-scientists can comprehend the material. It is a good reference tool for high schools to consider purchasing. It has a place in both public and academic libraries."

-- Catholic Library World (June --August 2002)


Download links:




Read more...

Collins English Dictionary and Thesaurus




Collins English Dictionary and Thesaurus (Dictionary/Thesaurus) 
Publisher: Collins | 2003-04-07 | CD ROM | ISBN: 0007142358 | 21.34 MB | Rapidshare&Megaupload


Read more...

Philip Wexler “Encyclopedia of Toxicology"




Philip Wexler “Encyclopedia of Toxicology (4 Volume Set)"

Academic Press | 2005-06-02 | ISBN: 0127453547 | 2000 pages | PDF | 34,9 MB


Read more...

Physics of Semiconductor Devices


P. Colinge / C.A. Colinge, ?Physics of Semiconductor Devices?
Springer | ISBN: 0387285237 | 1 edition (October 3, 2005) | 436 pages | PDF | 18 Mb

Physics of Semiconductor Devices covers both basic classic topics such as energy band theory and the gradual-channel model of the MOSFET as well as advanced concepts and devices such as MOSFET short-channel effects, low-dimensional devices and single-electron transistors. Concepts are introduced to the reader in a simple way, often using comparisons to everyday-life experiences such as simple fluid mechanics. They are then explained in depth and mathematical developments are fully described. 
Physics of Semiconductor Devices contains a list of problems that can be used as homework assignments or can be solved in class to exemplify the theory. Many of these problems make use of Matlab and are aimed at illustrating theoretical concepts in a graphical manner.
Thanks to the original uploader!


DOWNLOAD FROM RAPIDSHARE:

HERE

Read more...

Saturday, April 25, 2009

Fundamentals of Physics-E-book

Fundamentals of Physics by David Halliday (Author), Robert Resnick (Author), Jearl Walker (Author)
Publisher: Wiley; 7 Sub edition (June 14, 2004) | ISBN-10: 0471216437 | PDF | 25 Mb | 1136 pages

No other book on the market today can match the 30-year success of Halliday, Resnick and Walker's Fundamentals of Physics! In a breezy, easy-to-understand style the book offers a solid understanding of fundamental physics concepts, and helps readers apply this conceptual understanding to quantitative problem solving. This book offers a unique combination of authoritative content and stimulating applications.

Download from Depositfiles.com
or
Download from Rapidshare.com

If book's file not have extension then add extension from description (chm or pdf), please.

Read more...

Free download of Analytical Chemistry


Dean's Analytical Chemistry Handbook
McGraw Hill | 1114 Pages | 2004 | ISBN:0071410600 | PDF | 9 MB

This essential on-the-job resource for the analytical chemist has been revised and updated with 40% new material. Readers will find all the conventional wet and instrumental techniques in one exhaustive reference along with all the critical data needed to apply them. Worked examples, troubleshooting tips, and numerous tables and charts are provided for easy access to the data.
- The most up-to-date and complete guide to analytical chemistry available today
- NEW: 3 major chapters on Analysis of Indoor Air, Analysis of Pesticides, Analysis of Trace Metals

Download links :
Download | Mirror | Mirror | Mirror

Read more...

Free download of Organosilicon Chemistry


Auner, "Organosilicon Chemistry: From Molecules to Materials: v. 1"
Wiley VCH | 1993 | ISBN: 3527290613 | 371 pages | PDF | 11,8 MB




Read more...

Free download of C Programming Language, 2nd Ed

C Programming Language, 2nd Ed

Book cover for C Programming Language 2nd Ed

Author: Brian W. Kernighan, Dennis M. Ritchie

Date: May, 1988

ISBN: 0131103709

Publisher: Prentice Hall



Description


--------------------------------------------------------------------------------

The C programming Language
By Brian W. Kernighan and Dennis M. Ritchie.
Published by Prentice-Hall in 1988

ISBN 0-13-110362-8 (paperback)
ISBN 0-13-110370-9

Contents
Preface
Preface to the first edition
Introduction
Chapter 1: A Tutorial Introduction
Getting Started
Variables and Arithmetic Expressions
The for statement
Symbolic Constants
Character Input and Output
File Copying
Character Counting
Line Counting
Word Counting
Arrays
Functions
Arguments - Call by Value
Character Arrays
External Variables and Scope

Chapter 2: Types, Operators and Expressions
Variable Names
Data Types and Sizes
Constants
Declarations
Arithmetic Operators
Relational and Logical Operators
Type Conversions
Increment and Decrement Operators
Bitwise Operators
Assignment Operators and Expressions
Conditional Expressions
Precedence and Order of Evaluation

Chapter 3: Control Flow
Statements and Blocks
If-Else
Else-If
Switch
Loops - While and For
Loops - Do-While
Break and Continue
Goto and labels

Chapter 4: Functions and Program Structure
Basics of Functions
Functions Returning Non-integers
External Variables
Scope Rules
Header Files
Static Variables
Register Variables
Block Structure
Initialization
Recursion
The C Preprocessor
File Inclusion
Macro Substitution
Conditional Inclusion

Chapter 5: Pointers and Arrays
Pointers and Addresses
Pointers and Function Arguments
Pointers and Arrays
Address Arithmetic
Character Pointers and Functions
Pointer Arrays; Pointers to Pointers
Multi-dimensional Arrays
Initialization of Pointer Arrays
Pointers vs. Multi-dimensional Arrays
Command-line Arguments
Pointers to Functions
Complicated Declarations

Chapter 6: Structures
Basics of Structures
Structures and Functions
Arrays of Structures
Pointers to Structures
Self-referential Structures
Table Lookup
Typedef
Unions
Bit-fields

Chapter 7: Input and Output
Standard Input and Output
Formatted Output - printf
Variable-length Argument Lists
Formatted Input - Scanf
File Access
Error Handling - Stderr and Exit
Line Input and Output
Miscellaneous Functions
String Operations
Character Class Testing and Conversion
Ungetc
Command Execution
Storage Management
Mathematical Functions
Random Number generation

Chapter 8: The UNIX System Interface
File Descriptors
Low Level I/O - Read and Write
Open, Creat, Close, Unlink
Random Access - Lseek
Example - An implementation of Fopen and Getc
Example - Listing Directories
Example - A Storage Allocator
Appendix A: Reference Manual
Introduction
Lexical Conventions
Syntax Notation
Meaning of Identifiers
Objects and Lvalues
Conversions
Expressions
Declarations
Statements
External Declarations
Scope and Linkage
Preprocessor
Grammar

Appendix B: Standard Library
Input and Output:
File Operations
Formatted Output
Formatted Input
Character Input and Output Functions
Direct Input and Output Functions
File Positioning Functions
Error Functions
Character Class Tests:
String Functions:
Mathematical Functions:
Utility Functions:
Diagnostics:
Variable Argument Lists:
Non-local Jumps:
Signals:
Date and Time Functions:
Implementation-defined Limits: and

Appendix C: Summary of Changes


Download link:

http://www.friendlyduck.com/AF_TA/rel/index.cfm?RST=UNXCOM&TAD=405280&dl=am

Read more...

Free download of Karl Marx's Das Kapital

http://ecx.images-amazon.com/images/I/41WTWT8GHPL._SL500_.jpg

DOWNLOAD LINKS:

PART-1


PART-2


PART-3

Read more...

DISCLAIMER

This site does not store any files on its server. We only index and link to content provided by other sites.

Links: rapidshare.com | rapidshare.de | megaupload | mihd.net | depositfiles etc.

  © Free Blogger Templates Spain by Ourblogtemplates.com 2008

Back to TOP