ПРОГРАММИРОВАНИЕ » Страница 1421
Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
C++ Programming in easy steps, 4 edition
/ Комментариев: 0/

Название: C++ Programming in easy steps, 4 edition
Автор: Mike McGrath
Издательство: In Easy Steps Limited
Год: 2011
Формат: PDF
Страниц: 192
Для сайта: mirlib.ru
Размер: 4 Mb
Язык: English
C++ Programming in Easy Steps instructs you how to program in the powerful C++ language, giving complete examples that illustrate each aspect.

C++ Programming in Easy Steps begins by explaining how to download and install a free C++ compiler so you can quickly begin to create your own executable programs by copying the book's examples. It demonstrates all the C++ language basics before moving on to provide examples of Object Oriented Programming. The book concludes by demonstrating how you can use your acquired knowledge to create programs graphically in the free Microsoft Visual C++ Express Integrated Development Environment (IDE).


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Data Structures and Algorithm Analysis. C++ Version
/ Комментариев: 0/


Название: Data Structures and Algorithm Analysis. C++ Version
Автор: Clifford A- Shaffer
Издательство: Department of Computer Science Virginia Tech
Год: 2012
Формат: pdf
Страниц: 613
Размер: 2,2 mb.
Язык: English

En programaci?n, una estructura de datos es una forma de organizar un conjunto de datos elementales con el objetivo de facilitar su manipulaci?n. Un dato elemental es la m?nima informaci?n que se tiene en un sistema.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
GNU Coding Standards
/ Комментариев: 0/


Название: GNU Coding Standards
Автор: Richard Stallman
Издательство: Free Software Foundation
Год: 2008
Формат: pdf
Страниц: 82
Размер: 0,32 mb.
Язык: English

El GNU Coding Standard (La gu?a de codificaci?n est?ndar GNU) es un proyecto redactado por Richard Stallman y otros voluntarios del proyecto GNU con el objetivo de hacer el sistema GNU m?s limpio, consistente y f?cil de instalar.

Este documento tambi?n puede ser le?do como una gu?a para escribir aplicaciones y programas m?s robustos. Esta enfocado a la programaci?n en C, pero muchas de sus reglas y principios pueden resultar valiosas para otros lenguajes de programaci?n, especialmente aquellos que derivan directamente de esta familia: javascript, PHP, etc...


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Computing in C ++. An introduction to C
/ Комментариев: 0/


Название: Computing in C ++. An introduction to C
Автор: Robert N?rnberg
Издательство: Imperial College London
Год: 2014
Формат: pdf
Страниц: 52
Размер: 0,5 mb.
Язык: English

This course will give an intro duction to the programming language C. It runs in the autumn term and is addressed to students with no or little programming e xp erience in C. Attending this course will enable you to write simple C/C ++ programs and complete possible practical assignments of other courses that run alongside this course. In this term, there will be no separate coursework assignments for the course “Computing in C ++”.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
C++ Annotations
/ Комментариев: 0/


Название: C++ Annotations
Автор: C++ Annotations
Издательство: University of Groningen
Год: 2012
Формат: pdf
Страниц: 790
Размер: 3,9 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.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
C / C++ programming language notes
/ Комментариев: 0/

turbobit.netnitroflare.com
Название: C / C++ programming language notes
Автор: Dennis Yurichev
Издательство: Autoedici?n
Год: 2013
Формат: pdf
Страниц: 68
Размер: 0,548 mb.
Язык: English

Today, if one wants to write as fast program as possible; or as compact as possible for embedded systems or low-cost microcontrollers, the choice is very limited: C, C++ or assembly language. And as it seems in the near future, there are no alternative to these old but popular programming languages.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Exam Ref 70-483: Programming in C#, 1 edition
/ Комментариев: 0/

Название: Exam Ref 70-483: Programming in C#, 1 edition
Автор: Wouter de Kort
Издательство: Microsoft Press
Год: 2013
Формат: PDF
Страниц: 384
Для сайта: mirlib.ru
Размер: 8 Mb
Язык: English
Prepare for Microsoft Exam 70-483—and help demonstrate your real-world mastery of programming in C#. Designed for experienced software developers ready to advance their status, Exam Ref focuses on the critical-thinking and decision-making acumen needed for success at the Microsoft Specialist level.
Focus on the expertise measured by these objectives:
Manage Program Flow
Create and Use Types
Debug Applications and Implement Security
Implement Data Access


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Binary Trees
/ Комментариев: 0/


Название: Binary Trees
Автор: Nick Parlante
Издательство: Stanford CS Education
Год: 2010
Формат: pdf
Страниц: 27
Размер: 0,38 mb.
Язык: English

En ciencias de la computaci?n, un ?rbol binario es una estructura de datos en la cual cada nodo siempre tiene un hijo izquierdo y un hijo derecho.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Software Engineering 9th Edition
/ Комментариев: 0/

Название: Software Engineering 9th Edition
Автор: Ian Sommerville
Издательство: Pearson
Год: 2010
Формат: PDF
Страниц: 792
Для сайта: mirlib.ru
Размер: 4 Mb
Язык: English

Intended for introductory and advanced courses in software engineering.

The ninth edition of Software Engineering presents a broad perspective of software engineering, focusing on the processes and techniques fundamental to the creation of reliable, software systems. Increased coverage of agile methods and software reuse, along with coverage of 'traditional' plan-driven software engineering, gives readers the most up-to-date view of the field currently available. Practical case studies, a full set of easy-to-access supplements, and extensive web resources make teaching the course easier than ever.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Kotlin for Android App Development (Rough cuts)
/ Комментариев: 1/

Название: Kotlin for Android App Development (Rough cuts)
Автор: Peter Sommerhoff
Издательство: Addison-Wesley Professional
ISBN:0134854195
Год: 2018
Страниц: 419
Язык: английский
Формат: pdf
Размер: 14.2 MB

Write More Robust and Scalable Android Apps with Kotlin "Peter Sommerhoff takes a practical approach to teaching Kotlin by providing a larger set of code listings that demonstrate language features and by guiding readers through the development of two Android apps step by step. . . . Peter finds a good balance between what is essential and what can be left to readers, so this book is an efficient yet comprehensible source for starting programming with Kotlin." -Bernhard Rumpe, Professor of Software Engineering, Aachen University Google's Kotlin language brings state-of-the-art programming techniques and constructs to Android development. Kotlin for Android App Development will help you rapidly understand Kotlin's principles and techniques, apply Kotlin in production app development, integrate Kotlin with existing Java code, and plan a complete migration to Kotlin, if you choose.