ПРОГРАММИРОВАНИЕ » Страница 1612
Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
C Programming: A Modern Approach, 2nd Edition (+code)
/ Комментариев: 0/

Название: C Programming: A Modern Approach, 2nd Edition
Автор: K. N. King
Издательство: W. W. Norton & Company
Год: 2008
ISBN: 9780393979503
Формат: pdf
Страниц: 832
Размер: 105,1 mb
Язык: English

A clear, complete, and engaging presentation of the C programming language — now with coverage of both C89 and C99


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Математические методы в программировании
/ Комментариев: 0/


Название: Математические методы в программировании
Автор: Агальцов В.П.
Издательство: М.: Форум
Год: 2015
Страниц: 240
ISBN: 978-5-8199-0410-7
Формат: PDF
Размер: 20.5 Мб
Язык: русский
Серия: Профессиональное образование

Рассматриваются прикладные математические методы и модели, в том числе методы математического программирования (поиск экстремума, линейное, нелинейное, динамическое программирование), системы массового обслуживания.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Pro JavaScript Development: Coding, Capabilities, and Tooling (+code)
/ Комментариев: 0/

Автор: Den Odell
Название: Pro javascript Development: Coding, Capabilities, and Tooling
Издательство: Apress
Год: 2014
ISBN: 9781430262688
Язык: English
Формат: pdf
Размер: 11,8 mb
Страниц: 472

Pro javascript Development is a practical guide for front-end web developers who are experienced at building web pages with HTML, CSS, and javascript, and now wish to advance their javascript skills to a higher level.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Программирование в ASP.NET AJAX (2008)
/ Комментариев: 0/


Название: Программирование в ASP.NET AJAX
Автор: Кристиан Венц
Издательство: Символ-Плюс
Год: 2008
Страниц: 510
ISBN: 978-5-93286-122-6
Формат: PDF
Размер: 10 Mб
Язык: русский

Книга Кристиана Венца «Программирование в ASP.NET AJAX» – полное практическое введение в новую платформу Microsoft ASP.NET AJAX 1.0, которая предоставляет большие преимущества при разработке Ajax приложений, схожие с теми, которые дает ASP.NET для разработки серверных сценариев.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Making Music with Computers: Creative Programming in Python
/ Комментариев: 0/

Название: Making Music with Computers: Creative Programming in Python
Автор: Bill Manaris, Andrew R. Brown
Издательство: Chapman and Hall/CRC
Серия: Chapman & Hall/CRC Textbooks in Computing
ISBN: 1439867917
Год: 2015
Страниц: 502
Язык: английский
Формат: pdf (true), djvu
Размер: 10.09 MB

Teach Your Students How to Use Computing to Explore Powerful and Creative Ideas. In the twenty-first century, computers have become indispensable in music making, distribution, performance, and consumption. Making Music with Computers: Creative Programming in Python introduces important concepts and skills necessary to generate music with computers. It interweaves computing pedagogy with musical concepts and creative activities, showing students how to integrate the creativity and design of the arts with the mathematical rigor and formality of computer science. The book provides an introduction to creative software development in the Python programming language.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Practical Machine Learning: Innovations in Recommendation
/ Комментариев: 0/

Название: Practical Machine Learning: Innovations in Recommendation
Автор: Ted Dunning, Ellen Friedman
Издательство: O'Reilly Media
Год: 2014
ISBN: 9781491915387
Формат: pdf
Страниц: 56
Размер: 10,1 mb
Язык: English

Building a simple but powerful recommendation system is much easier than you think. Approachable for all levels of expertise, this report explains innovations that make machine learning practical for business production settings—and demonstrates how even a small-scale development team can design an effective large-scale recommendation system.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
How to Use SPSS: A Step-By-Step Guide to Analysis and Interpretation, 10th Edition
/ Комментариев: 0/

Название: How to Use SPSS: A Step-By-Step Guide to Analysis and Interpretation, 10th Edition
Автор: Brian C. Cronk
Издательство: Routledge
Год: 2017
ISBN: 9781138308534
Формат: True pdf
Страниц: 178
Размер: 10,1 mb
Язык: English

How to Use SPSS is designed with the novice computer user in mind and for people who have no previous experience of using SPSS.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Accelerating MATLAB Performance: 1001 tips to speed up MATLAB programs
/ Комментариев: 0/


Название: Accelerating MATLAB Performance: 1001 tips to speed up MATLAB programs
Автор: Yair M. Altman
Издательство: Chapman and Hall/CRC
Год: 2014
Страниц: 785
Формат: True PDF
Размер: 144 Mb
Язык: English

The MATLAB® programming environment is often perceived as a platform suitable for prototyping and modeling but not for "serious" applications. One of the main complaints is that MATLAB is just too slow.
Accelerating MATLAB Performance aims to correct this perception by describing multiple ways to greatly improve MATLAB program speed. Packed with thousands of helpful tips, it leaves no stone unturned, discussing every aspect of MATLAB.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Concurrency in C# Cookbook: Asynchronous, Parallel, and Multithreaded Programming
/ Комментариев: 0/

Название: Concurrency in C# Cookbook: Asynchronous, Parallel, and Multithreaded Programming
Автор: Stephen Cleary
Издательство: O'Reilly Media
Год: 2014
ISBN: 9781449367565
Формат: pdf
Страниц: 207
Размер: 10,8 mb
Язык: English

If you're one of the many developers uncertain about concurrent and multithreaded development, this practical cookbook will change your mind. With more than 75 code-rich recipes, author Stephen Cleary demonstrates parallel processing and asynchronous programming techniques, using libraries and language features in .NET 4.5 and C# 5.0.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Language Implementation Patterns: Create Your Own Domain-Specific and General Programming Languages
/ Комментариев: 0/


Название: Language Implementation Patterns: Create Your Own Domain-Specific and General Programming Languages
Автор: Terence Parr
Издательство: Pragmatic Bookshelf
Год: 2010
Страниц: 374
Формат: True PDF
Размер: 10 Mb
Язык: English

Learn to build configuration file readers, data readers, model-driven code generators, source-to-source translators, source analyzers, and interpreters. You don't need a background in computer science--ANTLR creator Terence Parr demystifies language implementation by breaking it down into the most common design patterns. Pattern by pattern, you'll learn the key skills you need to implement your own computer languages.