ПРОГРАММИРОВАНИЕ » Страница 1398
Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Modern Perl (2016)
/ Комментариев: 0/


Название: Modern Perl
Автор: Chromatic
Издательство: Shanen Warden
Год: 2016
Формат: pdf
Страниц: 205
Размер: 0.7 mb.
Язык: English

El lenguaje Perl tiene ya la friolera edad de 23 a?os. Durante este tiempo, ha pasado de ser una simple herramienta para los administradores de sistemas a medio camino entre el shell y C hasta convertirse en un poderoso lenguaje, de uso general, coherente, cosistente y moderno.


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


Название: Learning to Program With Perl
Автор: Simon Andrews
Издательство: Babraham Bioinformatics
Год: 2014
Формат: pdf
Страниц: 76
Размер: 0.5 mb.
Язык: English

Durante mucho tiempo, Perl ha sido un lenguaje muy popular entre aquellos que se inician en la programaci?n.

A pesar de que es un poderoso lenguaje, muchas de sus caracter?sticas hacen que sea especialmente adecuado para los m?s noveles ya que reduce la complejidad que podemos encontrar abordando otros lenguajes considerados de iniciaci?n como C o C++. Adem?s, como los anteriores, Perl cuenta con una alt?sima popularidad en la actualidad lo que significa que hay una gran cantidad de recursos disponibles en la red para quienes tengan deseos de aprender.


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


Название: Impatient Perl
Автор: Greg London
Издательство: Autoedici?n
Год: 2013
Формат: pdf
Страниц: 157
Размер: 0.4 mb.
Язык: English

Perl es un lenguaje de programaci?n dise?ado por Larry Wall en 1987. Perl toma caracter?sticas del lenguaje C, del lenguaje interpretado shell (sh), AWK, sed, Lisp y, en un grado inferior, de muchos otros lenguajes de programaci?n.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
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.