Libros UCLV { BETA }

Gran cantidad de libros a nuestro alcance

Tenemos :
1413 libros,
340245 descargas y
1123 contribuyentes !

Se han encontrado 163 Coincidencias

Python Algorithms

Python Algorithms, Second Edition explains the Python approach to algorithm analysis and design.


134 Visitas | 108 Descargas | 2018-03-14 11:53:58 | moliver

Python Algorithms, Second Edition explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical algorithms, but it also gives a solid understanding of fundamental algorithmic problem-solving techniques. The book deals with some of the most important and challenging areas of programming and computer science in a highly readable manner. It covers both algorithmic theory and programming practice, demonstrating how theory is reflected in real Python programs. Well-known algorithms and data structures that are built into the Python language are explained, and the user is shown how to implement and evaluate others.What youll learnHow to transform new problems to well-known algorithmic problems with efficient solutions, or show that the problems belong to classes of problems thought not to be efficiently solvableHow to analyze algorithms and Python programs using both mathematical tools and basic experiments and benchmarksHow to understand several classical algorithms and data structures in depth, and be able to implement these efficiently in PythonHow to design and implement new algorithms for new problems, using time-tested design principles and techniquesHow to speed up implementations, using a plethora of tools for high-performance computing in PythonWho this book is for The book is intended for Python programmers who need to learn about algorithmic problem-solving, or who need a refresher. Data and computational scientists employed to do big data analytic analysis should find this book useful. Game programmers and financial analysts/engineers may find this book applicable too. And, students of computer science, or similar programming-related topics, such as bioinformatics, may also find the book to be quite useful. Table of Contents1. Introduction2. The Basics3. Counting 1014. Induction and Recursion and Reduction5. Traversal: The Skeleton Key of Algorithmics6. Divide, Combine, and Conquer7. Greed Is Good? Prove It!8. Tangled Dependencies and Memoization9. From A to B with Edsger and Friends10. Matchings, Cuts, and Flows11. Hard Problems and (Limited) Sloppiness12. Pedal to the Metal: Accelerating Python13. List of Problems and Algorithms14. Graph Terminology!15. Hints for Exercises

Learning Perl 7th Edition

Perl Programming Language


120 Visitas | 114 Descargas | 2018-03-20 14:36:50 | osmanir

If you're just getting started with Perl, this is the book you want --whether you're a programmer, system administrator, or web hacker. Nicknamed "the Llama" by two generations of users, this bestseller colsely follows the popular introductory Perl course tauhgt by the authors since 1991. This seventh edition covers recent changes to the language up to version 5.24. Perl is suitable for almost any task on almost any platform, from short fixes to complete web applications. Learning Perl teaches you the basics and shows you how to write programs up 128 lines long --roughly the size of 90% of Perl programs in use today. Each chapter include exercises to help you practice what you've just learned. Other books may teach you to program in Perl, but this book will turn you into a Perl programmer.

Learning Perl 6th Edition

Perl Programming Language


118 Visitas | 54 Descargas | 2018-03-20 14:42:26 | osmanir

If you're just getting started with Perl, this is the book you want --whether you're a programmer, system administrator, or web hacker. Nicknamed "the Llama" by two generations of users, this bestseller colsely follows the popular introductory Perl course tauhgt by the authors since 1991. This sixth edition covers recent changes to the language up to version 5.14. Perl is suitable for almost any task on almost any platform, from short fixes to complete web applications. Learning Perl teaches you the basics and shows you how to write programs up 128 lines long --roughly the size of 90% of Perl programs in use today. Each chapter include exercises to help you practice what you've just learned. Other books may teach you to program in Perl, but this book will turn you into a Perl programmer.

Kotlin for Android developers

Learn Kotlin the easy way while developing an Android App


168 Visitas | 141 Descargas | 2018-03-28 20:17:54 | josedaniel

In this book, I’ll be creating an Android app from ground up using Kotlin as the main language. The idea is to learn the language by example, instead of following a regular reference book structure. I’ll be stopping to explain the most interesting concepts and ideas about Kotlin, comparing them to Java 6. This way, you can see what the differences are and which parts of the language will help you speed up your work. This book is not meant to be a language reference, but a tool for Android developers to learn Kotlin and be able to continue with their own projects by themselves. I’ll be solving many of the most recurring problems we have to face in our daily lives as App developers, by making use of Kotlin expressiveness and some other really interesting tools and libraries. However, this text covers most Kotlin features, so by the end of the reading you will have a deep knowledge about the language. The content is very practical, so I recommend you to follow the examples and the code in front of a computer and try everything it’s suggested. You could, however, take a first read to get a broad idea and then dive into practice. Even though this book now finished, I will review it from time to time to keep it up to date with new Kotlin versions. So feel free to write and tell me what you think about the book, or what could be improved. I want this book to be the perfect tool for Android developers, and as such, help and ideas will be welcomed. If you are reading a printed copy and want to receive the latest updates, please feel free to write me back to contact@antonioleiva.com with a proof of purchase, and I’ll give you access to the digital copy. That way, you’ll keep receiving the updates. Thanks for becoming part of this exciting project!

Kibana Essentials

Kibana Temas basicos para usar con Elasticsearch


104 Visitas | 83 Descargas | 2018-06-29 16:41:20 | moliver

With the increasing interest in data analytics and visualization of large data around the globe, Kibana offers the best features to analyze data and create attractive visualizations and dashboards through simple-to-use web pages. The variety of visualizations provided, combined with the powerful underlying elasticsearch capabilities will help professionals improve their skills with this technology.

Practical PHP 7,MySQL 8, and MariaDB Website Databases

A Simplified Approach to Developing Database-Driven Websites


120 Visitas | 97 Descargas | 2018-12-11 15:18:31 | ylvb

The code and instructions in the first edition of this book (written in 2012) were made obsolete by new and very different versions of XAMPP, EasyPHP, phpMyAdmin, PHP, and MySQL/MariaDB. This second edition contains new code and instructions to match the latest versions of the software.With the massive increase in cybercrime and other cyber threats, this new edition has been fortified with a much stronger emphasis on security. This book takes the approach of sanitizing any data that has been accepted from any outside source and, additionally, sanitizing any data before it is displayed on a web page. Most of the examples use prepared statements that ensure that any externally accepted data cannot be executed and therefore cannot cause security vulnerabilities.We have chosen Bootstrap to provide responsive web design (RWD) for each of the book’s example websites. While Bootstrap provides the CSS and JavaScript to format the examples in this book for any size device, you can easily reformat these examples with your own CSS code if you desire.This new edition also takes a brief look at Oracle’s MySQL 8. A comparison is provided of the tools available in each version. Step-by-step procedures provide you with the ability to upgrade to MySQL 8.

Python Pocket Reference


93 Visitas | 86 Descargas | 2019-05-21 15:25:15 | Airowlly

referencia de python util para programadores o estudiantes,el mejor lenguage que existe hasta elmomento para comenzar a aprender.

Artificial-Intelligence A Modern Approach

IA


122 Visitas | 93 Descargas | 2019-05-21 22:54:12 | Airowlly

Artificial Intelligence (AI) is a big field, and this is a big book. We have tried to explore the full breadth of the field, which encompasses logic, probability, and continuous mathematics; perception, reasoning, learning, and action; and everything from microelectronic devices to robotic planetary explorers. The book is also big because we go into some depth. The subtitle of this book is “A Modern Approach.” The intended meaning of this rather empty phrase is that we have tried to synthesize what is now known into a common framework, rather than trying to explain each subfield of AI in its own historical context. We apologize to those whose subfields are, as a result, less recognizable

programacion logica con prolog

IA


77 Visitas | 78 Descargas | 2019-05-22 00:05:41 | Airowlly

En este trabajo presentamos el lenguaje de programación lógica Prolog con un doble objetivo: como una aplicación de la deducción automática estudiada en la asignatura de “Lógica informá- tica” y como soporte de la asignatura de “Programación declarativa”.

Competitive Programmer’s Handbook

Programación avanzada para competencias


91 Visitas | 231 Descargas | 2019-10-30 17:16:44 | moliver

The purpose of this book is to give you a thorough introduction to competitive programming. It is assumed that you already know the basics of programming, but previous background on competitive programming is not needed. The book is especially intended for students who want to learn algorithms and possibly participate in the International Olympiad in Informatics (IOI) or in the International Collegiate Programming Contest (ICPC). Of course, the book is also suitable for anybody else interested in competitive programming. It takes a long time to become a good competitive programmer, but it is also an opportunity to learn a lot. You can be sure that you will get a good general understanding of algorithms if you spend time reading the book, solving problems and taking part in contests. The book is under continuous development. You can always send feedback on the book to ahslaaks@cs.helsinki.fi.

MATLAB Para Ingenieros


186 Visitas | 505 Descargas | 2019-12-03 15:04:43 | mmartin

Acerca de este libro Este libro se desarrolló conforme enseñaba MATLAB y otros lenguajes de computación a es-tudiantes nuevos de ingeniería en la Salt Lake community College. Me sentía frustrada por la falta de un texto que "comenzara desde el principio”. Aunque había muchos libros de referencia muy abarcadores, todos suponían un nivel elevado de matemáticas y conocimientos de computación que mis estudiantes no tenían. Además, debido a que MATLAB fue adoptado en sus orígenes por profesionales de los campos de procesamiento de señales e ingeniería eléctrica, la mayoría de dichos textos daban ejemplos principalmente de dichas áreas, enfoque que no se adaptaba a un currículo general de ingeniería. Este texto comienza con álgebra básica y muestra cómo se puede usar MATLAB para resolver problemas de ingeniería de un rango amplio de disciplinas. Los ejemplos proceden de conceptos que se introducen en las primeras clases de química y física, y de las clases de ingeniería de los primeros semestres. Se utiliza de manera consistente una metodología estándar para resolver problemas.

Guide to Competitive Programming

Guide to Competitive Programming


113 Visitas | 108 Descargas | 2020-05-24 23:19:14 | moliver

Guide to Competitive Programming Learning and Improving Algorithms Through Contests The purpose of this book is to give you a comprehensive introduction to modern competitive programming. It is assumed that you already know the basics of pro- gramming, but previous background in algorithm design or programming contests is not necessary. Since the book covers a wide range of topics of various difficulty, it suits both for beginners and more experienced readers.

Modern Data Mining Algorithms in Cpp and CUDA C

Discover a variety of data-mining algorithms that are useful for selecting small sets of important features from among unwieldy masses of candidates, or extracting useful features from measured variables.


76 Visitas | 54 Descargas | 2020-10-04 12:14:01 | moliver

As a serious data miner you will often be faced with thousands of candidate features for your prediction or classification application, with most of the features being of little or no value. You’ll know that many of these features may be useful only in combination with certain other features while being practically worthless alone or in combination with most others. Some features may have enormous predictive power, but only within a small, specialized area of the feature space. The problems that plague modern data miners are endless. This book helps you solve this problem by presenting modern feature selection techniques and the code to implement them.

Qt5 Python GUI Programming Cookbook


104 Visitas | 82 Descargas | 2021-05-10 02:10:08 | jose.muina

Esta es una guia para el desarrollo de interfaces graficas con Pyqt. A veces se hace dificil encontrar bibliografia sobre este tema y este libro, aunque esta muy limitado toca aspectos importantes en el desarrollo de aplicaciones graficas. Ademas cuenta con ejemplos practicos y si se dirige a la pagina del autor podra descargar dichos ejemplos y probarlos usted.

Python GUI Programming with Tkinter

GUI


95 Visitas | 61 Descargas | 2021-05-10 02:23:54 | jose.muina

Programacion de aplicaciones con interfaces de usuario con tkinter. Contiene ejemplos practicos y aborda con bastante amplitud el tema

Documentación de python-telegram-bot

Python telegram bot


136 Visitas | 83 Descargas | 2021-05-10 02:36:07 | jose.muina

Esta es la documentacion del modulo python-telegram-bot. Este modulo contiene lo necesario para crear un bot de telegram funcional y de calidad

Filtrado de imagenes

Filtrado de imagenes


86 Visitas | 50 Descargas | 2021-05-10 02:40:45 | jose.muina

Transformada de furier y su aplicacion en el filtrado de imagenes. Procesamiente dijital de imagenes

C++ How to program

Programación en C++


146 Visitas | 122 Descargas | 2021-06-16 21:24:16 | josedaniel

We believe that this book and its support materials will give you an informative, challenging and entertaining introduction to C++. The book presents leading-edge computing technologies in a friendly manner appropriate for introductory college course sequences, based on the curriculum recommendations of two key professional organizations— the ACM and the IEEE.

modern PyQt

GUI con Python


123 Visitas | 75 Descargas | 2021-06-17 21:46:27 | jose.muina

Descripción: Dive into GUI application development and create useful applications for practical and relevant topics in the fields of business, computer science, and research. This book uses a realistic approach to help get you started designing and building the applications you need while learning new tools along the way. PyQt has a vast collection of tools that you can use to create GUIs, many of which seem to go unexplored. In Modern PyQt, you will go beyond some of the fundamental topics of GUI development in order to begin building useful desktop applications. Through extensive examples and hands-on projects, you will explore how to make applications for data analysis and visualization using graphs, computer vision with OpenCV and PyQt, the basics of networking, handling databases with SQL, and more!

Learn cuda programming


95 Visitas | 51 Descargas | 2023-11-20 13:40:13 | ediaz

A beginner's guide to GPU programming and parallel computing with CUDA 10.x and C/C++. This book is designed to be an entry point for any newcomer or novice developer. But by the end of it, you will be able to write optimized CUDA code for different domains, including artificial intelligence.