Libros UCLV { BETA }

Gran cantidad de libros a nuestro alcance

Tenemos :
1413 libros,
262637 descargas y
1106 contribuyentes !

Se han encontrado 7 Coincidencias

Head-First C


174 Visitas | 235 Descargas | 2013-09-16 17:03:17 | rmillo

Ever wished you could learn C from a book? Head First C provides a complete learning experience for C and structured imperative programming. With a unique method that goes beyond syntax and how-to manuals, this guide not only teaches you the language, it helps you understand how to be a great programmer. You'll learn key areas such as language basics, pointers and pointer arithmetic, and dynamic memory management. Advanced topics include multi-threading and network programming - topics typically covered on a college-level course. This book also features labs: in-depth projects intended to stretch your abilities, test your new skills, and build confidence. Head First C mimics the style of college-level C courses, making it ideal as an accessible textbook for students. We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First C uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.

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.

Practical C Programming

Programación en el lenguaje C.


89 Visitas | 119 Descargas | 2014-05-12 17:50:18 | yeiniel

Libro práctico para aprender a programar en el lenguaje C de la editorial O’Reilly. Además de la mecánica de la programación hace énfasis en las buenas prácticas de desarrollo de software.

The C Programming Language

Programación en el lenguaje C.


63 Visitas | 114 Descargas | 2014-05-12 17:55:51 | yeiniel

Este es el libro escrito por los creadores del lenguaje. En su primera edición sirvió como referencia para el lenguaje mismo y es la base del estándar C del año 89.

Advanced Programming in the UNIX Environment

Programación en C en sistemas compatibles con el estándar POSIX.


46 Visitas | 104 Descargas | 2014-05-12 18:09:24 | yeiniel

Ofrece una detallada descripción de las API de los sistemas compatibles con el estándar POSIX.1003 así como ejemplos de uso y aplicaciones.

Thinking in C++, Vol 1

Programación en C/C++


60 Visitas | 84 Descargas | 2016-02-29 21:25:10 | cgalgora

Like any human language, C++ provides a way to express concepts. If successful, this medium of expression will be significantly easier and more flexible than the alternatives as problems grow larger and more complex. You can’t just look at C++ as a collection of features; some of the features make no sense in isolation. You can only use the sum of the parts if you are thinking about design, not simply coding. And to understand C++ this way, you must understand the problems with C and with programming in general. This book discusses programming problems, why they are problems, and the approach C++ has taken to solve such problems. Thus, the set of features I explain in each chapter will be based on the way that I see a particular type of problem being solved with the language. In this way I hope to move you, a little at a time, from understanding C to the point where the C++ mindset becomes your native tongue. Throughout, I’ll be taking the attitude that you want to build a model in your head that allows you to understand the language all the way down to the bare metal; if you encounter a puzzle, you’ll be able to feed it to your model and deduce the answer. I will try to convey to you the insights that have rearranged my brain to make me start “thinking in C++.”

Thinking in C++, Vol 2

Programación en C/C++


58 Visitas | 77 Descargas | 2016-02-29 21:28:13 | cgalgora

Like any human language, C++ provides a way to express concepts. If successful, this medium of expression will be significantly easier and more flexible than the alternatives as problems grow larger and more complex. You can’t just look at C++ as a collection of features; some of the features make no sense in isolation. You can only use the sum of the parts if you are thinking about design, not simply coding. And to understand C++ this way, you must understand the problems with C and with programming in general. This book discusses programming problems, why they are problems, and the approach C++ has taken to solve such problems. Thus, the set of features I explain in each chapter will be based on the way that I see a particular type of problem being solved with the language. In this way I hope to move you, a little at a time, from understanding C to the point where the C++ mindset becomes your native tongue. Throughout, I’ll be taking the attitude that you want to build a model in your head that allows you to understand the language all the way down to the bare metal; if you encounter a puzzle, you’ll be able to feed it to your model and deduce the answer. I will try to convey to you the insights that have rearranged my brain to make me start “thinking in C++.”