Libros UCLV { BETA }

Gran cantidad de libros a nuestro alcance

Tenemos :
1413 libros,
262755 descargas y
1106 contribuyentes !

Se han encontrado 16 Coincidencias

Algorithms 4th Edition

Computing Algorithms


171 Visitas | 313 Descargas | 2013-09-17 12:51:31 | dpr

This book is intended to survey the most important computer algorithms in use today, and to teach fundamental techniques to the growing number of people in need of knowing them. It is intended for use as a textbook for a second course in computer science, after students have acquired basic programming skills and familiarity with computer systems. The book also may be useful for self-study or as a reference for people engaged in the development of computer systems or applications programs, since it contains implementations of useful algorithms and detailed information on performance characteristics and clients. The broad perspective taken makes the book an appropriate introduction to the field.

The Python Standard Library by Example

Programación


133 Visitas | 215 Descargas | 2013-09-27 19:27:46 | eancedeg

Distributed with every copy of Python, the standard library contains hundreds of modules that provide tools for interacting with the operating system, interpreter, and Internet. All of them are tested and ready to be used to jump start the development of your applications. This book presents selected examples demonstrating how to use the most commonly used features of the modules that give Python its “batteries included” slogan, taken from the popular Python Module of the Week (PyMOTW) blog series.

Refactoring Ruby Edition

Ruby, refactoring


46 Visitas | 103 Descargas | 2013-10-03 13:27:11 | alvarojs

This book is a guide to refactoring; it is written for a professional Ruby programmer. Our aim is to show you how to do refactoring in a controlled and efficient manner. You learn to refactor in such a way that you don’t introduce bugs into the code but instead methodically improve the structure.

Statistics and Data with R. An applied approach through examples


102 Visitas | 168 Descargas | 2013-10-29 21:40:59 | rmartinez

The book is intended for students, researchers and practitioners both in and out of academia. However, no prior knowledge of statistics is assumed. Consequently, the presentation moves from very basic (but not simple) to sophisticated. Even if you know statistics and R, you may find the many many examples with a variety of real world data, graphics and analyses useful. You may use the book as a reference and, to that end, we include two extensive indices. The book includes (almost) parallel discussions of analyses with the normal density, proportions (binomial), counts (Poisson) and bootstrap methods.

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


65 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)


78 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!!!!!!!!!.

CUDA by Examples

GPU Programming


58 Visitas | 104 Descargas | 2014-02-24 22:16:02 | eancedeg

CUDA by Example addresses the heart of the software development challenge by leveraging one of the most innovative and powerful solutions to the problem of programming the massively parallel accelerators in recent years. This book introduces you to programming in CUDA C by providing examples and insight into the process of constructing and effectively using NVIDIA GPUs. It presents introductory concepts of parallel computing from simple examples to debugging (both logical and performance), as well as covers advanced topics and issues related to using and building many applications. Throughout the book, programming examples reinforce the concepts that have been presented.

How Google Tests Software

pruebas de software


44 Visitas | 72 Descargas | 2015-03-20 13:24:16 | javierd

Software development is hard. Testing that software is hard, too. And when you talk about development and testing at the scale of the entire web, you are talking about Google. If you are interested in how one of the biggest names in the Internet handles such large-scale testing, then you have found the right book. Google tests and releases hundreds of millions of lines of code distributed across millions of source files daily. Billions of build actions prompt millions of automated tests to run across hundreds of thousands of browser instances daily. Operating systems are built, tested, and released within the bounds of a single calendar year. Browsers are built daily. Web applications are released at near continuous pace. In 2011, 100 features of Google+ were released over a 100-day period.

The LATEX Companion

LaTeX


46 Visitas | 54 Descargas | 2015-10-29 13:08:27 | eancedeg

LaTEX is not just a system for typesetting mathematics. Its applications span the one-page memorandum, business and personal letters, newsletters, articles, and books covering the whole range of the sciences and humanities, . . . right up to full-scale expository texts and reference works on all topics. Nowadays, versions of L a TEX exist for practically every type of computer and operating system. This book provides a wealth of information about its many present-day uses but first provides some background information. The first section of this chapter looks back at the origins and subsequent development of L a TEX. 1 The second section gives an overview of the file types used by a typical current L a TEX system and the rôle played by each. Finally, the chapter offers some guidance on how to use the book.

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.

Software Engineering for Students

Software Engineering for Students. A Programming Approach


84 Visitas | 108 Descargas | 2016-01-29 15:54:47 | josedaniel

This book explains the different principles, techniques and tools that are used in software development. These are the mainstream methods that are currently used throughout the industrialized world. This book doesn’t present easy answers about the value of these techniques. Indeed, it asks the reader to make an assessment of the techniques. This is what the software engineer has to do – now and in the future – choose the appropriate techniques for the project in hand from the multiplicity of techniques that are on offer.

The C++ Programming Language


108 Visitas | 123 Descargas | 2016-12-12 18:44:26 | stescobedo

The use of C++ has changed dramatically over the years and so has the language itself. From the point of view of a programmer, most of the changes have been improvements. The current ISO standard C++ (ISO/IEC 14882-2011, usually called C++11) is simply a far better tool for writing quality software than were previous versions. How is it a better tool? What kinds of programming styles and techniques does modern C++ support? What language and standard-library features support those techniques? What are the basic building blocks of elegant, correct, maintainable, and efficient C++ code? Those are the key questions answered by this book. Many answers are not the same as you would find with 1985, 1995, or 2005 vintage C++: progress happens.

C++ by Dissection

Programación


9 Visitas | 4 Descargas | 2021-04-04 14:19:28 | dhera

C++ by Dissection presents a thorough introduction to the programming process by carefully developing working programs to illuminate key features of the C++ program?ming language. Program code is explained in an easy-to-follow, careful manner through?out. The code has been tested on several platforms and is found on the bundled CD?rom accompanying this text. The code in C++ By Dissection can be used with most C++ systems, including those found in operating systems such as MacOS, MS-DOS, OS/2, UNIX, and Windows.

CUDA for Engineers

CUDA


13 Visitas | 11 Descargas | 2023-11-20 20:54:09 | ediaz

The goal of this book is to give you direct, hands-on engagement with personal high-performance computing. If you follow along on our foray into the CUDA world, you will gain the benefit of massive parallelism and be able to perform computations on a basic gaming computer that until very recently required a supercomputer. The material presented in this book will help you make sense of more sophisticated CUDA literature and pursue your own CUDA projects.