ПРОГРАММИРОВАНИЕ » Страница 1388
Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Introduction to Numerical Methods and Matlab Programming for Engineers
/ Комментариев: 0/


Название: Introduction to Numerical Methods and Matlab Programming for Engineers
Автор: Todd Young , Martin J. Mohlenkamp
Издательство: Ohio University
Год: 2017
Формат: pdf
Страниц: 182
Размер: 0.8 mb.
Язык: English

These notes were developed by the first author in the process of teaching a course on applied numerical methods for Civil Engineering majors during 2002-2004 and was modified to include Mechanical Engineering in 2005. The materials have been periodically updated since then and underwent a major revision by the second author in 2006-2007.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Refactoring: Improving the Design of Existing Code, 2nd Edition
/ Комментариев: 0/


Название: Refactoring: Improving the Design of Existing Code, 2nd Edition
Автор: Martin Fowler
Издательство: Addison-Wesley Professional
Год: 2019
Страниц: 448
Формат: PDF
Размер: 13 Mb
Язык: English

For more than twenty years, experienced programmers worldwide have relied on Martin Fowler’s Refactoring to improve the design of existing code and to enhance software maintainability, as well as to make existing code easier to understand.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Learn R for Applied Statistics: With Data Visualizations, Regressions, and Statistics
/ Комментариев: 0/


Название: Learn R for Applied Statistics: With Data Visualizations, Regressions, and Statistics
Автор: Eric Goh Ming Hui
Издательство: Apress
Год: 2019
Страниц: 243
Формат: PDF, EPUB
Размер: 14 Mb
Язык: English

Gain the R programming language fundamentals for doing the applied statistics useful for data exploration and analysis in data science and data mining. This book covers topics ranging from R syntax basics, descriptive statistics, and data visualizations to inferential statistics and regressions. After learning R’s syntax, you will work through data visualizations such as histograms and boxplot charting, descriptive statistics, and inferential statistics such as t-test, chi-square test, ANOVA, non-parametric test, and linear regressions.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Essential Office 365 Third Edition
/ Комментариев: 0/

Название: Essential Office 365 Third Edition: The Illustrated Guide to Using Microsoft Office (Computer Essentials)
Автор: Kevin Wilson
Издательство: Amazon Digital Services LLC
Год: 2018
Формат: azw3
Размер: 63.8 Mb
Язык: English

The twenty-first century offers more technology than we have ever seen before, but with new updates, and apps coming out all the time, it's hard to keep up. Essential Office 365 is here to help. Along with easy to follow step-by-step instructions, illustrations, and photographs, this guide offers specifics in...


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
GNU Make. A Program for Directing Recompilation
/ Комментариев: 0/


Название: GNU Make. A Program for Directing Recompilation
Автор: Various
Издательство: Free Software Foundation
Год: 2014
Формат: pdf
Страниц: 212
Размер: 1.9 mb.
Язык: English

GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.

Make gets its knowledge of how to build your program from a file called the makefile, which lists each of the non-source files and how to compute it from other files. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
GNU Emacs Lisp Reference Manual
/ Комментариев: 4/


Название: GNU Emacs Lisp Reference Manual
Автор: Various
Издательство:Free Software Foundation
Год: 2015
Формат: pdf
Страниц: 868
Размер: 3.7 mb.
Язык: English

Most of the GNU Emacs text editor is written in the programming language called Emacs Lisp. You can write new code in Emacs Lisp and install it as an extension to the editor. However, Emacs Lisp is more than a mere “extension language”; it is a full computer programming language in its own right. You can use it as you would any other programming language.


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


Название: Efficient Learning Machines
Автор: Mariette Awad , Rahul Khanna
Издательство: Apress Open
Год: 2015
Формат: pdf
Страниц: 263
Размер: 8.1 mb.
Язык: English

Machine learning (ML) is a branch of artificial intelligence that systematically applies algorithms to synthesize the underlying relationships among data and information. For example, ML systems can be trained on automatic speech recognition systems (such as iPhone’s Siri) to convert acoustic information in a sequence of speech data into semantic structure expressed in the form of a string of words.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Agile Processes in Software Engineering and Extreme Programming
/ Комментариев: 0/


Название: Agile Processes in Software Engineering and Extreme Programming
Автор: Various
Издательство: Springer Open
Год: 2017
Формат: pdf
Страниц: 311
Размер: 20.9 mb.
Язык: English


This book contains the refereed proceedings of the 12th International Conference on Agile Software Development, XP 2011, held in Madrid, Spain, in May 2011.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Do You Speak Java ?: Java Language Fundamentals
/ Комментариев: 0/

Название: Do You Speak Java ?: Java Language Fundamentals
Автор: Aleks Rudenko
Издательство: CreateSpace Independent
Год: 2016
Формат: EPUB
Размер: 20 Мб
Язык: английский / English

This book focuses on Java fundamentals which are essential for building real-life applications. The goal is to create an overall understanding of how Java works. Topics covered: syntax, data types, operators, classes, interfaces, notations, threads, exceptions, collections, generics, lambda expressions, IO streams, NIO, Stream API, JavaFX, etc.


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

Название: Principles of Computer Science
Автор: Donald Franceschetti
Издательство: Grey House Publishing
Год: 2016
Формат: PDF
Размер: 34 Мб
Язык: английский / English

This book introduces the fundamentals of computer science using easy-to-understand language for a solid start and deeper understanding and appreciation of this complex subject. It covers related fields of study to illustrate the connections between the various branches of computer science including computer engineering, software engineering, biotechnology, security, robotics, gaming, and programming languages.