Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама



Название: Programming Fundamentals - A Modular Structured Approach using C++
Автор: Kenneth Leroy Busbee
Издательство: Rice University
Год: 2015
Формат: pdf
Страниц: 337
Размер: 4,8 mb.
Язык: English

C++ es un lenguaje de programaci?n dise?ado a mediados de los a?os 1980 por Bjarne Stroustrup. La intenci?n de su creaci?n fue el extender al exitoso lenguaje de programaci?n C con mecanismos que permitan la manipulaci?n de objetos. En ese sentido, desde el punto de vista de los lenguajes orientados a objetos, el C++ es un lenguaje h?brido.
Разместил: Semka 1-02-2019, 11:11 | Комментарии: 0 | Подробнее

Название: PC Assembly Language
Автор: Paul A. Carter
Издательство: Autoedici?n
Год: 2006
Формат: pdf
Страниц: 195
Размер: 0,7 mb.
Язык: English

The purpose of this book is to give the reader a better understanding of how computers really work at a lower level than in programming languages like Pascal. By gaining a deeper understanding of how computers work, the reader can often be much more productive developing software in higher level languages such as C and C++. Learning to program in assembly language is an excellent way to achieve this goal.
Разместил: Semka 1-02-2019, 11:11 | Комментарии: 0 | Подробнее

Название: Open Data Structures: An Introduction
Автор: Pat Morin
Издательство: AU PRESS
Год: 2013
Формат: pdf
Страниц: 336
Размер: 1,4 mb.
Язык: English

Every computer science curriculum in the world includes a course on data structures and algorithms. Data structures are that important; they improve our quality of life and even save lives on a regular basis. Many multi-million and several multi-billion dollar companies have been built around data structures.
Разместил: Semka 1-02-2019, 11:11 | Комментарии: 0 | Подробнее

Название: Object-Oriented Programming in C++, Fourth Edition
Автор: Robert Lafore
Издательство: Sams Publishing
Год: 2002
Формат: pdf
Страниц: 1038
Размер: 4,6 mb.
Язык: English

This book teaches you how to write programs in a the C++ programming language. However, it does more than that. In the past few years, several major innovations in software development have appeared on the scene. This book teaches C++ in the context of these new developments.
Разместил: Semka 1-02-2019, 11:11 | Комментарии: 0 | Подробнее

Название: Industrial Strength C++
Автор: Mats Henricson , Erik Nyquist
Издательство: Prentice Hall
Год: 1997
Формат: pdf
Страниц: 244
Размер: 0,7 mb.
Язык: English

Hace mucho tiempo en un peque?o pa?s del norte ... Bueno, esa es una manera como otra cualquiera de empezar este libro... Mats y yo hab?amos escrito un peque?o documento como parte de nuestro trabajo en Ellemtel (una empresa propiedad de Ericsson y Telia) que colgamos en Internet. Este documento r?pidamente comenz? a recomendarse en diversas empresas de todo el mundo y algunos editores se interesaron en que escribi?ramos un libro sobre el tema. Nos llev? mucho tiempo entender qu? tipo de libro quer?amos realmente escribir o qu? asunto quer?an los lectores que abord?ramos, pero finalmente, despu?s de muchos a?os de trabajo el libro fue publicado.
Разместил: Semka 1-02-2019, 11:11 | Комментарии: 0 | Подробнее

Название: How to Think like a Computer Scientist, C++ Version
Автор: Allen B. Downey
Издательство: Green Tea Press
Год: 1999
Формат: pdf
Страниц: 189
Размер: 0,6 mb.
Язык: English

Continuando con su serie de manuales para Aprender a Pensar como un Inform?tico, Allen Downey aborda en esta ocasi?n el lenguaje de programaci?n C++. Con ?l, prentende iniciar a los estudiantes dentro del mundo de las Ciencias de Computaci?n desde una perspectiva no meramente acad?mica sino completamente profesional.
Разместил: Semka 1-02-2019, 11:11 | Комментарии: 0 | Подробнее

Название: Fuzzy Logic Tools
Автор: Antonio Javier Barrag?n Pi?a , Jos? Manuel And?jar M?rquez
Издательство: Universidad de Huelva
Год: 2012
Формат: pdf
Страниц: 239
Размер: 3,8 mb.
Язык: English

This manual documents the use of Fuzzy Logic Tools (FLT), a C++ framework for storage, analysis and design of fully general multiple-input multiple-output (MIMO) Takagi-Sugeno fuzzy control systems, without constraints in the order of either the inputs or the output vectors.
Разместил: Semka 1-02-2019, 11:10 | Комментарии: 0 | Подробнее

Название: Fundamentos de Programaci?n con el Lenguaje de Programaci?n C++ (Ed. 2013)
Автор: Vicente Benjumea , Manuel Rold?n
Издательство: Universidad de M?laga
Год: 2013
Формат: pdf
Страниц: 175
Размер: 0,8 mb.
Язык: spanish

Este manual pretende ser una gu?a de referencia para la utilizaci?n del lenguaje de programaci?n C++ en el desarrollo de programas. Est? orientada a alumnos de primer curso de programaci?n de Ingenier?a Inform?tica y est? concebido como un libro de apoyo a la docencia, siendo interesante que su seguimiento se complemente con las pertinentes explicaciones impartidas en clase por el profesor o con otros manuales.
Разместил: Semka 1-02-2019, 11:10 | Комментарии: 0 | Подробнее
Название: Problem Solving in Data Structures & Algorithms Using C#, Second Edition
Автор: Hemant Jain
Издательство: Amazon Digital Services LLC
ASIN: B07J38493L
Год: 2018
Страниц: 626
Язык: английский
Формат: pdf
Размер: 10.1 MB

This book introduces you to the world of data structures and algorithms. Data structures defines the way in which data is arranged in memory for fast and efficient access while algorithms are a set of instruction to solve problems by manipulating these data structures. "Problem Solving in Data Structures & Algorithms" is a series of books about the usage of Data Structures and Algorithms in computer programming. The book is easy to follow and is written for interview preparation point of view. In these books, the examples are solved in various languages like Go, C, C++, Java, C#, Python, VB, javascript and PHP.
This book introduces you to the world of data structures and algorithms. Data structures defines the way in which data is arranged in memory for fast and efficient access while algorithms are a set of instruction to solve problems by manipulating these data structures.
Разместил: Ingvar16 1-02-2019, 09:21 | Комментарии: 0 | Подробнее
Название: Python Programming for Raspberry Pi
Автор: Richard Blum
Издательство: Sams Publishing
Год: 2016
Формат: EPUB, PDF
Размер: 45 Мб
Язык: английский

In just 24 sessions of one hour or less, Sams Teach Yourself Python Programming for Raspberry Pi in 24 Hours teaches you Python programming on Raspberry Pi, so you can start creating awesome projects for home automation, home theater, gaming, and more. Using this book’s straightforward, step-by-step approach, you’ll move from the absolute basics all the way through network and web connections, multimedia, and even connecting with electronic circuits for sensing and robotics. Every lesson and case study application builds on what you’ve already learned, giving you a rock-solid foundation for real-world success!
Разместил: black 31-01-2019, 19:51 | Комментарии: 0 | Подробнее



 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности