Sunday, January 18, 2009

Vedic Mathematics



Author : Bharati Krsna Tirthaji
Publisher:
Motilal Banarsidass
ISBN:
8120801644 , 978-8120801646

This epich-making and monumental work on Vedic Mathematics unfolds a new method of approach. It relates to the truth of numbers and magnitudes equally applicable to all sciences and arts. The book brings to light how great and true knowledge is born of intuition, quite different from modern Western method. The ancient Indian method and its secret techniques are examined and shown to be capable of solving various problems of mathematics. The universe we live in has a basic mathematical structure obeying the rules of mathematical measures and relations. All the subjects in mathematics--Multiplication, Division, Factorization, Equations, Calculus, Analytical Conics, etc.--are dealt with in forty chapters, vividly working out all problems, in the easiest ever method discovered so far.

Google ebook : http://books.google.co.in/books?id=CONPBPWB8HsC&pg=PR34&dq=vedic+mathematics#PPP1,M1

Download Link as 1st comment

Please report as comments if the links are broken.

Saturday, January 3, 2009

Data Structures and Algorithm Analysis in C



Author : Mark ,Allen ,Weiss
Publisher:
Addison Wesley;
ISBN:
0201498405 , 978-0201498400


Mark Allen Weiss' successful book provides a modern approach to algorithms and data structures using the C programming language. The book's conceptual presentation focuses on ADTs and the analysis of algorithms for efficiency, with a particular concentration on performance and running time. The second edition contains a new chapter that examines advanced data structures such as red black trees, top down splay trees, treaps, k-d trees, and pairing heaps among others. All code examples now conform to ANSI C and coverage of the formal proofs underpinning several key data structures has been strengthened.

Download Link as 1st comment

Please report as comments if the links are broken.


..

Introduction to Automata Theory, Languages, and Computation


Author : Hopcroft, Motwani and Ullman
Publisher:
Addison Wesley
ISBN:
0321462254 , 978-0321462251


Amazon Review:

This classic book on formal languages, automata theory, and computational complexity has been updated to present theoretical concepts in a concise and straightforward manner with the increase of hands-on, practical applications. This new edition comes with Gradiance, an online assessment tool developed for computer science.

Gradiance is the most advanced online assessment tool developed for the computer science discipline. With its innovative underlying technology, Gradiance turns basic homework assignments and programming labs into an interactive learning experience for students. By using a series of “root questions” and hints, it not only tests a student’s capability, but actually simulates a one-on-one teacher-student tutorial that allows for the student to more easily learn the material. Through the programming labs, instructors are capable of testing, tracking, and honing their students’ skills, both in terms of syntax and semantics, with an unprecedented level of assessment never before offered.


Solutions : http://infolab.stanford.edu/~ullman/ialcsols/sols.html

Errata and other info : http://infolab.stanford.edu/~ullman/ialc.html


Download Link as 1st comment

Please report as comments if the links are broken

..

Thursday, December 25, 2008

Computer Networks


Author : Andrew s Tanenbaum
Publisher:
Prentice Hall PTR;
ISBN:
0130661023 , 978-0130661029


Tanenbaum's Computer Networks is a good, solid introductory textbook on networking. People with basic knowledge can learn the basic networking. It can also be used for reference. from it five years ago and have been using it as a reference ever since.

It uses a layer-based approach, starting at the bottom and working upwards. A very a wide range of material is covered; there is even an appendix on queueing theory.

It starts with an explanation of the physical layer, continues with the data link layer, then the medium access control sublayer, the network layer, the transport layer, the application layer and last a very interesting chapter about network security.

It covers subjects such as emai, the domain name system, the World Wide Web and multimedia (including voice over IP).

Download Link as 1st comment

Please report as comments if the links are broken.


Google eBook

http://books.google.co.in/books?id=Pd-z64SJRBAC&dq=tanenbaum+computer+networks&printsec=frontcover&source=bn&hl=en&sa=X&oi=book_result&resnum=4&ct=result

..

Operating System Concepts‎


Author : Galvin , Silberschatz , Gagne
Publisher:
Wiley; 6th edition
ISBN: 0471417432 , 978-0471417439


Operating systems are large and complex, and yet must function with near-absolute reliability--that's why they're a class unto themselves in the field of software development. Since its first release 20 years ago, "the dinosaur book"--Operating System Concepts by Abraham Silberschatz, Peter Baer Galvin, and Greg Gagne--has been a valuable reference for designers and implementers of operating systems. The newly released sixth edition of this book maintains the volume's authority with new sections on thread management, distributed processes, and the Java Virtual Machine (JVM). There's also information on the workings of the latest crop of operating systems, including Microsoft Windows 2000, Linux, FreeBSD, and compact operating systems for handheld devices.

This book is concerned with the design of operating systems, which is to say it enumerates the problems that pop up in the creation of efficient systems and explores alternative ways of dealing with them, detailing the advantages and shortcomings of each. For example, in their chapter on scheduling CPU activity, the authors explain several algorithms (first-come, first-served, and round-robin scheduling, among others) for allocating the capacity of single and multiple processors among jobs. They highlight the relative advantages of each, and explain how several real-life operating systems solve the problem. They then present the reader with exercises (this book is essentially a university textbook) that inspire thought and discussion.


Solutions to this book is also available.

Download Link as 1st comment

Please report as comments if the links are broken.

..

Monday, December 22, 2008

How to Solve It



Author : George Polya
Publisher:
Princeton University Press
ISBN:
0691023565 , 978-0691023564


A perennial bestseller by eminent mathematician G. Polya, How to Solve It will show anyone in any field how to think straight.

In lucid and appealing prose, Polya reveals how the mathematical method of demonstrating a proof or finding an unknown can be of help in attacking any problem that can be "reasoned" out--from building a bridge to winning a game of anagrams. Generations of readers have relished Polya's deft--indeed, brilliant--instructions on stripping away irrelevancies and going straight to the heart of the problem.

In this best-selling classic, George Pólya revealed how the mathematical method of demonstrating a proof or finding an unknown can be of help in attacking any problem that can be "reasoned" out--from building a bridge to winning a game of anagrams. Generations of readers have relished Pólya's deft instructions on stripping away irrelevancies and going straight to the heart of a problem. How to Solve It popularized heuristics, the art and science of discovery and invention. It has been in print continuously since 1945 and has been translated into twenty-three different languages.

Download Link as 1st comment

Please report as comments if the links are broken.

..


Tuesday, December 16, 2008

Beginning.SQL.Server.2005.Programming



Publisher: Wrox; 1 edition
ISBN-10:
0764584332, 978-0764584336


This book is for Microsoft database developers of all levels who are looking for an authoritative resource for core syntax, systems, and strategies for the 2005 release of SQL Server.

  • After a quick primer on database design basics and the SQL query language (for those programmers who may be building their first database application), this book provides an overview of SQL Server itself, which has been dramatically redesigned with the 2005 release
  • Once readers have grasped the fundamentals of database design and SQL concepts, they will then learn how to implement those concepts with Microsoft SQL Server 2005
  • Addresses creating and changing tables, managing keys, database normalization, writing scripts, working with stored procedures, programming with XML, and using SQL Server reporting and data transformation services
  • The companion Web site provides all of the code found in the book
Covering all the fundamentals of SQL Server 2005, this developer-oriented guide begins with an exploration of the foundation objects of SQL. Each chapter builds on the previous one, gradually progressing to increasingly advanced topics. By the time you've completed this book, you will be prepared to perform as an efficient SQL Server 2005 programmer, and, when ready, move on to the more advanced Professional title

Download Link as 1st comment

Please report as comments if the links are broken.


Google eBook:
http://books.google.com/books?hl=en&id=wUSwY6JQhzwC&dq=Beginning.SQL.Server.2005.Programming&printsec=frontcover&source=web&ots=uWpa6GtI3X&sig=xG7Z9gAl8BfoI0QzelHX71ZCG5A&sa=X&oi=book_result&resnum=4&ct=result

Wrox site to buy this:
http://www.wrox.com/WileyCDA/WroxTitle/Beginning-SQL-Server-2005-Programming.productCd-0764584332.html


..

Sunday, December 14, 2008

SQL The Complete Reference


Author : James R Groff, Paul N. Weinberg
ISBN : 0072225599 / 9780072225594
Publisher : McGraw-Hill


Get in-depth details on all the powerful features and capabilities of SQL inside this one-stop guide. Featuring broad coverage of every aspect of this leading database language, this book provides you with an overview of SQL then shows you how to retrieve and update data, program with SQL, use stored procedures, and much more. Covering emerging standards and new related technologies including XML, Web services, EJB, J2EE, and JDBC, this book will help you gain the knowledge and essential skills you need to effectively work with SQL. Comprehensive, organized, and practical, this is the ultimate guide to understanding and using SQL.

  • Master SQL basics and use simple, multi-table, and summary queries
  • Understand key concepts and the latest developments in relational database technology
  • Set up and manage SQL-based databases and write programs to access them
  • Create and use the sample database to run the SQL query examples in the book
  • Find out about Xpath, Xquery, and other XML-based database query standards
  • Discover how J2EE-based applications relate to data management
  • Use and program SQL databases with application servers to create powerful Web applications
  • Preview the future of SQL--including MySQL and the impact of XML and Web Services


Download Link as 1st comment

Please report as comments if the links are broken.


Free SQL TUTORIAL :
http://www.dbbm.fiocruz.br/class/Lecture/d17/sql/jhoffman/sqltut.html

Google ebook:
http://books.google.com/books?hl=en&id=OgkmmR7-XxUC&dq=sql+complete+reference&printsec=frontcover&source=web&ots=OUkvzi1lQC&sig=Qgc0zTDq4L1setn8CeaDu1Hqjw8&sa=X&oi=book_result&resnum=12&ct=result

For More Details: http://www.mhprofessional.com/product.php?isbn=0072225599


.. for books on Business & Management click here

Test Your C Skills


Author : Yashavant Kanetkar
Publisher: BPB Publications
ISBN-10:
8170298016
ISBN-13:
978-8170298014


C language appears to be simple it has a number of features which can challenge the best in the field. Unless you fully understand what these features are and how they are used you would not be able to answer these tests confidently. Instead of taking the regular approach of discussing each of these features one by one, this book takes a different route. It highlights these features through questions, about 1000 of them. Answers are furnished for each question which illustrates the key points lucidly.



Download Link as 1st comment

Please report as comments if the links are broken.

Google e-book
http://books.google.com/books?id=yEOnm-GCCPwC&printsec=frontcover&dq=test+your+c+skills&ei=MBtFSaShKYbokASp8JXWDg#PPP1,M1

Errata (Test Your C Skills)
http://avsharath.googlepages.com/TestYourCSkillsErrata.htm

..

Saturday, December 13, 2008

Let Us C

Author: Yashavant Kanetkar
Publisher: BPB Publications
ISBN-10: 8176566217


Let Us C by Yashavant Kanetkar is a cute companion for learning the C language.
This book helps you to firstly understand the fundamentals of C programming and then master the advanced features that C offers. Each chapter is designed to impart a deep and lasting appreciation of the different features of C language.


Download Link as 1st comment

Please report as comments if the links are broken.


..

Monday, December 8, 2008

Fundamentals of relational database ... Schaum's Outlines



Author : Pauline Cushman
ISBN : 007136188x
Publisher:McGraw-Hill/Osborne



More than 200 completely solved problems and an equal number of supplementary problems facilitate the understanding of database technology Complete scripts allow students to create and populate all databases used in the book Syntax and database technology employed by the most important database developers are featured, including Oracle, Microsoft Access, and DB2 Lab and practice tests similar to the tests currently used in the database certification exams for database developers are included to help students master database problems


Download Link as 1st comment

Google Book:
http://books.google.com/books?hl=en&id=B0uYGCRzK48C&dq=Schaum%27s+Outline+of+Fundamentals+of+relational+database&printsec=frontcover&source=web&ots=wuYaTGXg83&sig=t0vtaUdwBSwO63b8iMPGJGP8ua4&sa=X&oi=book_result&resnum=2&ct=result

Please report as comments if the links are broken.

..

Friday, December 5, 2008

Database management systems




Title: Database Management Systems
Author : Raghu Ramakrishnan , Johannes Gehrke
ISBN:0072465638
Publisher: Mcgraw Hill


This book covers the fundamentals of modern database management systems, in particular relational database systems. It is intended as a text that can be used in an introductory database course for undergraduates, and in a second database course at the undergraduate and graduate levels. Basic concepts and widely-used, industry-standard techniques are emphasized. Up-to-date coverage in the second edition includes chapters on physical database design and tuning, internet databases, decision support, data mining, object-databases, spatial data management, and deductive databases.

Rapidshare link as 1st comment

Google books link : http://books.google.com/books?id=JSVhe-WLGZ0C&dq=database+management+systems&pg=PP1&ots=Lldh4UyrK8&source=bn&sig=tkt0evGdzq41z-0rFzjgbTuTdRI&hl=en&sa=X&oi=book_result&resnum=8&ct=result


Slides links:

Raghu Ramakrishnan
http://pages.cs.wisc.edu/~dbbook/openAccess/thirdEdition/slides/slides3ed.html

Navathe slides
http://www.cc.gatech.edu/classes/AY2009/cs6400_fall/book_chapter_notes.html


Please report as comment if the links are broken.