Ebook download: classic book of computer science (41 books in total) (Part 1)

Source: Internet
Author: User

The following is a dedicated download link for eMule. You must install eMule before clicking download.

Bytes

Bytes

Bytes

Bytes

Bytes

Bytes

[Classic book on computer science]. Addison. Wesley.-. Valid tive... More. Valid tive. c ++. [emule.ppcn.net]. CHM

Bytes

Bytes

Bytes

Bytes

[] ]]].John.lions.unix.v6.commentary,.typescript.1977.[emule.ppcn.net].pdf .pdf

[Classical Books on Computer Science]. The. design. And. Implementation. Of. the.4.4bsd. Operating. system. [emule.ppcn.net]. CHM

Bytes

Bytes

[Classical Books on Computer Science]. mspress.-. Running. MS-DOS.Version.6.22,. 20th. anniversary. Edition (van. Wolverton). [emule.ppcn.net]. CHM

Bytes

[Classical Books on Computer Science]. Addison. Wesley.-. Exceptional. c ++. [emule.ppcn.net]. CHM

[Classic book on computer science]. Addison. Wesley... More. Exceptional. c ++. [emule.ppcn.net]. CHM

[ ]]]]].Operating_system_concepts_6ed.[emule.ppcn.net].pdf .pdf

Bytes

Bytes

Bytes

Bytes

Bytes

[ ]]].Templates.-.the.complete.guide.[emule.ppcn.net].pdf .pdf

[] ]]].Richard.steven s.tcp-ip.illustrated.vol.1.[emule.ppcn.net].pdf .pdf

[] ]]]].Richard_steven s_tcp-ip_illustrated_vol_2.[emule.ppcn.net].pdf .pdf

Bytes

Bytes

Bytes

Bytes

Bytes

Bytes

[ ].Operating.systems.design.and.implementation.2ed.pdf

[ ].Programming.pearls.(complete.pdf

Bytes

[ ].The.art.of.unix.programming.pdf

[ ].Computer.graphics,.c.version.(2nd.ed.).pdf

[ .Tricks.of.the.windows.game.programming.gurus.examples.examples.exe.zip

[ ].Updatelog.txt

Introduction:
1. The art of computer programming

Author: Donald. E. knuth
Web site: http://www-cs-faculty.stanford.edu /~ Knuth/taocp.html
Book info: This book is hailed as one of the 20 most important books in the 20th century. It is in parallel with Einstein's <Theory of Relativity> and is an authoritative book in the field of computer science. the book is divided into seven volumes and has published three volumes. It is known as "the homic of computer programming theory ", "it is comparable to Newton's <Natural Science's mathematical principles> ". the author's mathematical skills have created a rigorous style in this book. Although this book is not described in today's popular programming languages, it does not damage its position as a "programming epic. the principle is simple. The design concept of its connotation will never be outdated. the art of computer programming originally planned to produce seven books, but currently only three books have been completed. this book is available in Japanese, Russian, Spanish, and many other countries. the Chinese version is published by the National Defense University Press.
Book reviews:
Countless readers are talking about the profound impact of knuth's book. scientists are amazed at the thorough and rigorous analysis logic, and ordinary programmers have successfully applied the solutions listed in the book to their daily problems. everyone appreciates knuth's precision and humor in this book and is delighted with its clarity and wide coverage.
I cannot express to you the excitement and excitement this set of books bring to me in terms of learning and creativity. I have brought them into my life, just like my cars, restaurants, work, family ...... Ubiquitous.
---- Charles long
Regardless of your background, if you are working on complex computer programming, you should read every book in this set of books to supplement your professional knowledge.
It is always a pleasant thing to solve a problem that must be solved by using the Book of knuth. I found that using these books on computers has amazing results.
---- Jonathan laventhol
If you think you are a really good programmer ...... Read knuth's <computer programming art>. If you can read the entire set of books, please send me your resume.
---- Bill Gates

The art of computer programming, Volume 1: fundamental algorithms (3rd edition)

Author: Donald. E. knuth
Publisher: Prentice Hall
Amazon reviews: Amazon.com
Book info: Volume 1 is the basic algorithm. This book starts with the basic programming concepts and technologies and then describes the information structure-the Information Representation in the computer, the structural relationship between data elements and effective methods for processing them. it is mainly used in simulation, digital method, symbol calculation, software and system design. many simple and important calculation rules and technologies have been added to the previous version, and the precise preliminary calculation has been modified to adapt to the current trend.
The art of computer programming, Volume 2: seminumerical algorithms (3rd edition)

Author: Donald. E. knuth
Publisher: Prentice Hall
Amazon reviews: Amazon.com
Book info: a comprehensive introduction to the field of semi-numeric algorithms in volume 2nd, which consists of two chapters: "random number" and "arithmetic. this paper summarizes the main algorithm examples and the basic theories of these algorithms, and extensively analyzes the relationship between computer programming and numerical analysis. in version 3rd, it is worth noting that knuth re-processes the random number generator program and discusses the calculation of the formal idempotence.
The art of computer programming, Volume 3: sorting and searching (2nd edition)

Author: Donald E. knuth
Publisher: Prentice Hall
Amazon reviews: Amazon.com
Book info: Volume 3 is sorting and searching. This is the 1st revision of this book. It is the most comprehensive research on first-class computer sorting and searching technologies, it expands the data structure processing method in volume 1 and includes large and small databases, as well as memory and external storage. this book includes a careful check of computer methods and a large amount of analysis on its efficiency. this version of this book is unique in the optimized sorting, as well as a new theoretical discussion of general hash and arrangement methods.
Author profile:
Donald. e. knuth (Donald. e. knut (Chinese name) is a pioneer in algorithm and programming technology. It is the inventor of the latex file format and metafont of the Computer typographical system, he has earned a worldwide reputation for these achievements and a large number of creative far-reaching books (19 books and 160 papers). He enjoys a lofty prestige in the field of computer science and is recognized by the computer scientific community as a master. as an honorary retired professor in the art of computer programming at Stanford University, he is currently concentrating on completing his seven-volume collection of historical poetry about computer science. this great project started in 1962 when he was a graduate student at the California Institute of Technology. professor knuth received many awards and honors, including ACM Turing Award and Medal of Science from former US President Carter ), AMS Steele prize and kyotoprize awarded in November 1996 for the invention of advanced technologies ). jill lives with his wife on Stanford campus.
Donald E. knuth spent the most brilliant time in his life in the computer department of Stanford University. He won the American Computer Association Tuling award and became a well-deserved competition in his field.
----------------------------------------------------------------
2. Introduction to Algorithms

Author: Thomas H. cormen, Charles E. leiserson, Ronald L. Rivest, Clifford Stein
Amazon reviews: Amazon.com
CLRS for short <Introduction to algorithms> is called "The Bible of computer algorithms ".
This book is mainly written by Ronald L, one of the authors of computer science at the Massachusetts Institute of Technology. rivest received the Turing Award for its contribution to the public key cryptography algorithm RSA. It is currently a standard algorithm textbook and is used by many computer departments in the United States, some colleges in China also use this book as a textbook for algorithm courses. in addition, many professionals often reference it. since taocp only published three volumes, CLRS is more comprehensive than the former, basically including all the classic algorithms. the programs in this book are all implemented by pseudocode, which adds the versatility of this book, so that programmers who use various programming languages can serve as a reference. it is popular in terms of language and is suitable for algorithm teaching materials and self-learning algorithms. many domestic works are called data structures, which are out of context in this book and confuse the data structures with algorithms, making the authors confused themselves. this is also the reason why I am reluctant to recommend domestic works to you. you will find that basically all data structures and algorithms books now use this book as one of the references. This book is the best choice for readers to learn algorithms. as a supplement to this book, I would like to recommend the following learning materials: you can find all the exercises in this book through this address answer: http://www.itu.dk/people/beetle. to better learn the content of this book, the best guidance is of course from the author's own book. Readers can obtain a video of the course through http: // 18.89.1.101/SMA/5503fall2001/index5503fall2001.html.
----------------------------------------------------------------
3. Data Structure & algorithm analysis in C second edition (currently only the first version published in 1992)

Author: Mark Allen Weiss
Published: September 1996
Web site: http://www.cs.fiu.edu /~ Weiss/
Amazon reviews: Amazon.com
Book info: This book was named one of the top 30 computer books in the 20th century. The author Mark Allen Weiss has made remarkable achievements in data structure and algorithm analysis. his data structure and algorithm analysis work is particularly popular and well received. it has been used as teaching materials by more than 500 universities in the world.
----------------------------------------------------------------
4. Concrete mathematics a foundation for computer science (second edition)

Author: Donald. E. knuth & Ronald L. Graham
Web site: http://www-cs-faculty.stanford.edu /~ Knuth/gkp.html
Amazon reviews: Amazon.com
It is excited that the main author of this book is tdoount Donald. e. knuth and his colleague Ronald L. graham. the books were written based on the postgraduate course they taught in computer science in 1970. the content is the first extension of knuth's major taocp, which is much deeper than taocp. the focus is on advanced computer programming and algorithm analysis, involving almost all possible mathematical knowledge in the computer science field. the specific mathematics is the synthesis of Discrete Mathematics and continuous mathematics. This is an excellent job in the book. The content introduced involves answers to many classic questions in the book, which is easier to understand than the widely-spread solutions. it is of great help to improve your computing mathematics cultivation. the reason why taocp readers sometimes do not understand it is because the foundation of computational mathematics is not very solid, but with my personal experience, if I can have a better understanding of the content in this book, it will bring you a lot of convenience to read such great achievements as taocp.
----------------------------------------------------------------
5. Discrete Mathematics and its applications, Fourth Edition
Author: kenth H. Rosen
Amazon reviews: Amazon.com
The value of this book has been confirmed by hundreds of universities around the world. As a classic teaching material in the Discrete Mathematics field, almost all well-known schools around the world have used this book as a teaching material. in my opinion, this book can be called the Encyclopedia of discrete mathematics. the book not only introduces the theory and method of discrete mathematics, but also rich historical materials and related learning website resources. what's even more exciting is that this book rarely combines Discrete Mathematical theories with applications so well. you can see examples of Discrete Mathematics Theory in logic circuits, programming, commerce, Internet, and many other fields. the English version of this book (fifth edition) adds the biography of a considerable number of mathematical and computer scientists. It is a rare reference for the history of computer science. as a textbook, this book has a considerable number of exercises. each chapter is followed by a set of topics that combine the computing and discrete mathematics that students have learned to train. this book is also the only English teaching material that I personally read when studying discrete mathematics. It is actually a good book worth recommending.

Author: Brian W. kernighan and Dennis M. Ritchie
Publisher: Prentice Hall
Published: 1988.
Page: 294
Amazon reviews: Amazon.com
Book info: Brian W. kernighan and Dennis M. the story of Ritchie. every page of the Bible is the secret of value. no matter which page of email you start from, you will eventually find yourself stuck in it and cannot extricate yourself.

7. The C ++ Programming Language

Author: Bjarne strou.pdf
Amazon reviews: Amazon.com
Book info: written by the father of C ++ <The C ++ programming language> is an unshakable guide for every programmer-although the official standard is another document issued by ISO, published by ISO/IEC JTC1/sc22/wg21. tcpl is the most authoritative C ++ reference manual in addition to the C ++ standard documentation. unlike most people, I think Bjarne's text language is not inferior to the programming language he created. At least I like this kind of school-style work. this book's description of the C ++ language is clear and straightforward. it looks at C ++ from the perspective of the C ++ language creator. This is something other authors and books cannot do. No one knows how to use C ++ better than Bjarne.
----------------------------------------------------------------
8. The design and evolution of C ++

Author: Bjarne stroustrup
Amazon reviews: Amazon.com
Book info: D & E is a monograph on C ++ language design principles, design decisions, and design philosophy. it clearly answers why C ++ is like today rather than another language. as the creator of the C ++ language, Bjarne presented his unique and profound insights. in addition to the widely acclaimed language features, Bjarne did not shy away from the controversial and even denied C ++ features. He gave a well-rounded and convincing explanation. the content covers C ++ prehistoric times, Class C and C ++ design rules, standardization, library, memory management, multi-inheritance, templates, and so on, including exception mechanisms, important new features including runtime type information and namespace are discussed in depth. every C ++ programmer should be able to deepen his understanding of this language from the interpretation of Bjarne. this book is knowledgeable and informative. Do not miss every seemingly casual sentence of Bjarne.

9. Valid tive C ++: 50 specific ways to improve your programs and design (2nd edition)
More effective tive C ++: 35 new ways to improve your programs and designs

Author: Scott Meyers
Publisher: Prentice Hall
Amazon reviews: Amazon.com
Amazon.com
Book info: first develop good C ++ design habits, this is the infinite benefit that Scott Meyers's <strong tive C ++> and <more strong tive C ++> bring us. These two books are the true classics, the author's familiarity with C ++ makes the style of the language seem as sweet as it is, just as he is standing opposite to you to give a lecture. if you have a deep understanding of <strong tive C ++> and <more strong tive C ++>, you can find that, you are a crane in the crowd.
If <strong tive C ++> focuses on some basic concepts and skills in C ++, then, <more effective C ++> focuses on a series of advanced technologies including exception handling. compared with the former, the latter has two major differences: First, it contains many new standard C ++ content; second, the topic of the discussion tends to be "strategic" rather than "tactical", and the discussion is more in-depth and thorough. in particular, the depth of discussions on technologies and modes such as virtual destructor, smart pointers, reference counts, and proxy Classe, it is hard to imagine that such a small book appears.

Limited space, please refer to this article

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.