Libros UCLV { BETA }

Gran cantidad de libros a nuestro alcance

Tenemos :
1413 libros,
262657 descargas y
1106 contribuyentes !

Se han encontrado 14 Coincidencias

Advanced Error Control Techniques for Data Storage Systems


67 Visitas | 160 Descargas | 2013-09-27 14:30:19 | moliver

With the massive amount of data produced and stored each year, reliable storage and retrieval of information is more crucial than ever. Robust coding and decoding techniques are critical for correcting errors and maintaining data integrity. Comprising chapters thoughtfully selected from the highly popular Coding and Signal Processing for Magnetic Recording Systems, Advanced Error Control Techniques for Data Storage Systems is a finely focused reference to the state-of-the-art error control and modulation techniques used in storage devices. The book begins with an introduction to error control codes, explaining the theory and basic concepts underlying the codes. Building on these concepts, the discussion turns to modulation codes, paying special attention to run-length limited sequences, followed by maximum transition run (MTR) and spectrum shaping codes. It examines the relationship between constrained codes and error control and correction systems from both code-design and architectural perspectives as well as techniques based on convolution codes. With a focus on increasing data density, the book also explores multi-track systems, soft decision decoding, and iteratively decodable codes such as Low-Density Parity-Check (LDPC) Codes, Turbo codes, and Turbo Product Codes. Advanced Error Control Techniques for Data Storage Systems offers a comprehensive collection of theory and techniques that is ideal for specialists working in the field of data storage systems.

MIT.Press.Introduction.to.Algorithms.2nd.Edition.eBook-LinG

Computer Algorithms


84 Visitas | 118 Descargas | 2014-02-17 16:27:51 | ycid

This book provides a comprehensive introduction to the modern study of computer algorithms. It presents many algorithms and covers them in considerable depth, yet makes their design and analysis accessible to all levels of readers. It is used as the basic text book in almost all american universities.

Programming Challenges

Knowledge iS POWER


75 Visitas | 120 Descargas | 2014-02-17 16:32:23 | ycid

This book cover a series of programming techniques used in sport programming competitions, such as ACM-ICPC, IOI, etc. It is incredible useful in practice because it contains the solution and the code of the problems.

Data Structures and Algorithm in Java


94 Visitas | 177 Descargas | 2014-02-17 16:39:40 | ycid

For those who love Java and Computer Science complicated stuffs. This book contains all basic data structures implemented in Java and "good" algorithms.

Algorithms for programmers

Algorithms


79 Visitas | 216 Descargas | 2014-02-17 16:42:57 | ycid

This is a draft of a book about selected algorithms. The audience in mind are programmers who are interested in the treated algorithms and actually want to create and understand working and reasonably optimized code.

The Art of Computer Programming


81 Visitas | 412 Descargas | 2014-02-17 16:51:10 | ycid

Donald E. Knuth is famous because of his pioneering work in the field of algorithms and programming techniques, "If you think you are a good programmer ... read Knuth Art of Computer Programming. .. If you read the whole book, send me your CV necessarily "- Bill Gates said this, so if you want to work in Microsoft, you should read the four books of Art of Computer Programming, remark that is no easy task!!!!!!!!!.

Art of Computer Programming Knuth vol v2


64 Visitas | 287 Descargas | 2014-02-17 16:52:31 | ycid

Donald E. Knuth is famous because of his pioneering work in the field of algorithms and programming techniques, "If you think you are a good programmer ... read Knuth Art of Computer Programming. .. If you read the whole book, send me your CV necessarily "- Bill Gates said this, so if you want to work in Microsoft, you should read the four books of Art of Computer Programming, remark that is no easy task!!!!!!!!!.

The Art of Computer Programming vol 3


69 Visitas | 181 Descargas | 2014-02-17 16:53:45 | ycid

Donald E. Knuth is famous because of his pioneering work in the field of algorithms and programming techniques, "If you think you are a good programmer ... read Knuth Art of Computer Programming. .. If you read the whole book, send me your CV necessarily "- Bill Gates said this, so if you want to work in Microsoft, you should read the four books of Art of Computer Programming, remark that is no easy task!!!!!!!!!.

Art of Computer Programming - Volume 4a (Knuth)


77 Visitas | 168 Descargas | 2014-02-17 16:54:21 | ycid

Donald E. Knuth is famous because of his pioneering work in the field of algorithms and programming techniques, "If you think you are a good programmer ... read Knuth Art of Computer Programming. .. If you read the whole book, send me your CV necessarily "- Bill Gates said this, so if you want to work in Microsoft, you should read the four books of Art of Computer Programming, remark that is no easy task!!!!!!!!!.

Algorithms

Mathematics computer science


74 Visitas | 131 Descargas | 2014-02-17 16:59:20 | ycid

This book is intended to survey the most important algorithms in use on computers today and to teach fundamental techniques to the growing number of people who are interested in becoming serious computer users.

Algorithms (Papadimitriou)


78 Visitas | 128 Descargas | 2014-02-17 17:01:06 | ycid

This book evolved over the past ten years from a set of lecture notes developed while teaching the undergraduate Algorithms course at Berkeley and U.C. San Diego.

An Introduction to the Analysis of Algorithms

Análisis de algoritmos


98 Visitas | 143 Descargas | 2015-12-14 14:04:12 | josedaniel

This book is intended to be a thorough overview of the primary techniques used in the mathematical analysis of algorithms. The material covered draws from classical mathematical topics, including discrete mathematics, elementary real analysis, and combinatorics, as well as from classical computer science topics, including algorithms and data structures. The focus is on “average-case” or “probabilistic” analysis, though the basic mathematical tools required for “worst-case” or “complexity” analysis are covered as well.

Competitive Programming

Competitive Programming


91 Visitas | 98 Descargas | 2016-02-08 21:01:58 | josedaniel

This book is a must have for every competitive programmer. Mastering the contents of this book is a necessary (but maybe not sufficient) condition if one wishes to take a leap forward from being just another ordinary coder to being among one of the world’s finest programmers. Typical readers of this book would include: 1. University students who are competing in the annual ACM International Collegiate Programming Contest (ICPC) [66] Regional Contests (including the World Finals), 2. Secondary or High School Students who are competing in the annual International Olympiad in Informatics (IOI) (including the National or Provincial Olympiads), 3. Coaches who are looking for comprehensive training materials for their students, 4. Anyone who loves solving problems through computer programs. There are numerous programming contests for those who are no longer eligible for ICPC, including TopCoder Open, Google CodeJam, Internet Problem Solving Contest (IPSC), etc.

Fundamentals of computer algorithms

computer algorithms


82 Visitas | 144 Descargas | 2016-02-15 21:53:36 | josedaniel

Fundamentals of Computer Algorithms is a comprehensive book for undergraduate students of Computer Science Engineering. The book comprises chapters on elementary data structures, dynamic programming, backtracking, algebraic problems, lower bound theory, pram algorithms, mesh algorithms, and hypercube algorithms. In addition, the book consists of several real-world examples to understand the concepts better. This book is indispensable for computer engineers preparing for competitive examinations like GATE and IES.