Vtome.ru - электронная библиотека

  • Добавил: TRex
  • Дата: 1-11-2020, 19:32
  • Комментариев: 0
Название: Algorithms and Data Structures: Foundations and Probabilistic Methods for Design and Analysis
Автор: Helmut Knebl
Издательство: Springer
Год: 2020
Формат: PDF
Страниц: 360
Размер: 10 Mb
Язык: English

This is a central topic in any computer science curriculum. To distinguish this textbook from others, the author considers probabilistic methods as being fundamental for the construction of simple and efficient algorithms, and in each chapter at least one problem is solved using a randomized algorithm. Data structures are discussed to the extent needed for the implementation of the algorithms. The specific algorithms examined were chosen because of their wide field of application.
  • Добавил: TRex
  • Дата: 1-11-2020, 19:09
  • Комментариев: 0
Название: MATLAB Report Generator User’s Guide 2020
Автор: The MathWorks
Издательство: The MathWorks
Год: 2020
Формат: PDF
Страниц: 1972
Размер: 13,5 Mb
Язык: English

MATLAB® Report Generator™ provides functions and APIs that integrate reporting capabilities into MATLAB applications. You can develop programs that generate reports in PDF, Microsoft® Word, Microsoft PowerPoint®, and HTML. MATLAB Report Generator enables you to dynamically capture results and figures from your MATLAB code and document those results in a single report that can be shared with others in your organization. You can use the prebuilt, customizable Word and HTML templates or design reports based on your organization’s templates and standards.
  • Добавил: TRex
  • Дата: 1-11-2020, 18:38
  • Комментариев: 0
Название: Simulink 3D Animation User’s Guide 2020
Автор: The MathWorks
Издательство: The MathWorks
Год: 2020
Формат: PDF
Страниц: 452
Размер: 10 Mb
Язык: English

Simulink 3D Animation provides apps for linking Simulink models and MATLAB® algorithms to 3D graphics objects. Objects can be represented in the standard 3D modeling languages X3D and VRML97. You can animate a 3D world by changing position, rotation, scale, and other object properties during desktop or real-time simulation. You can also sense collisions and other events in the virtual world and feed them back into your MATLAB and Simulink algorithms. Video from virtual cameras can be streamed to Simulink for processing.
  • Добавил: literator
  • Дата: 1-11-2020, 17:33
  • Комментариев: 0
Poems That Solve Puzzles: The History and Science of AlgorithmsНазвание: Poems That Solve Puzzles: The History and Science of Algorithms
Автор: Chris Bleakley
Издательство: Oxford University Press
Год: 2020
Страниц: 289
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Algorithms are the hidden methods that computers apply to process information and make decisions. Nowadays, our lives are run by algorithms. They determine what news we see. They influence which products we buy. They suggest our dating partners. They may even be determining the outcome of national elections. They are creating, and destroying, entire industries. Despite mounting concerns, few know what algorithms are, how they work, or who created them.
  • Добавил: TRex
  • Дата: 1-11-2020, 16:52
  • Комментариев: 0
Название: Computer Programming in C for Beginners
Автор: Gonzalez, Avelino
Издательство: Springer
Год: 2020
Формат: PDF, EPUB
Страниц: 199
Размер: 10 Mb
Язык: English

This textbook is an ideal introduction in college courses or self-study for learning computer programming using the C language. Written for those with minimal or no programming experience, Computer Programming in C for Beginners offers a heavily guided, hands-on approach that enables the reader to quickly start programming, and then progresses to cover the major concepts of C programming that are critical for an early stage programmer to know and understand..
  • Добавил: literator
  • Дата: 1-11-2020, 15:35
  • Комментариев: 0
C Programming Language - Always BeginnersНазвание: C Programming Language - Always Beginners
Автор: DP Publishing
Издательство: DP Publishing
Год: 2020
Язык: английский
Формат: pdf, azw3, epub
Размер: 10.1 MB

What is C? C is a general-purpose computer programming language developed by Dennis Ritchie in 1972 at the Bell Telephone Laboratories for use with the UNIX operating system. Today, C is running under a number of operating systems including MS-DOS (Microsoft Disk Operating System). The C compiler combines the compatibility of assembly language (low level language) with the feature of a high-level language therefore C is a higher level programming language. It is well suited for writing both system software and business package. C is a most robust language whose rich set of built in functions; operators can be used to write a complex program. C is highly portable. This means that C program written for one computer can be run on another computer without any modification or little modification. C is a procedure oriented (procedural) and structural programming language.
  • Добавил: umkaS
  • Дата: 1-11-2020, 14:55
  • Комментариев: 0
Название: Элегантный SciPy
Автор: Нуньес-Иглесиас Х., Уолт ван дер Ш., Дэшноу Х.
Издательство: ДМК Пресс
Год: 2018
Cтраниц: 266
Формат: pdf (ocr)
Размер: 25 мб
Язык: русский

Книга познакомит вас с основополагающими компонентами библиотеки SciPy языка Python. Вы научитесь писать элегантный, ясный, краткий и эффективный программный код благодаря примерам из обширной научной экосистемы Python. Кроме SciPy, вы узнаете много нового про сопутствующие библиотеки, такие как NumPy, Pandas, scikit-image. Издание будет полезно всем программистам на Python, желающим использовать научные библиотеки в своей работе.
  • Добавил: literator
  • Дата: 1-11-2020, 12:16
  • Комментариев: 0
Cryptography Basics & Practical Usage (IWC Labs Attack Book 1)Название: Cryptography Basics & Practical Usage
Автор: Jeremy Martin, Richard Medlin, Nitin Sharma et al.
Издательство: Information Warfare Center
Год: 2020
Страниц: 163
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Do you want to learn more about encryption with hands on labs for implementing cryptography? Do you want to learn about hacking password, hashes, and files? Are you studying for a cybersecurity certification and want to make sure you pass the "crypto" section of the test? Then, this book is for you. This book was designed to cover the basic coverage on commonly used encryption and encryption attacks along with some hands-on labs. Get a baseline understanding on encryption that used in our everyday lives in enterprise, government, and personal environments. With practical usage example, you can practice what you are reading.
  • Добавил: TRex
  • Дата: 1-11-2020, 11:50
  • Комментариев: 0
Название: ASP.NET Core in Action, Second Edition (MEAP V5)
Автор: Andrew Lock
Издательство: Manning Publications
Год: 2020
Формат: PDF
Страниц: 826
Размер: 33 Mb
Язык: English

Fully updated to ASP.NET 3.1, ASP.NET Core in Action, Second Edition is a hands-on primer to building cross-platform web applications with your C# and .NET skills. Even if you’ve never worked with ASP.NET you’ll start creating productive cross-platform web apps fast. And don’t worry about late-breaking changes to ASP.NET Core. With this Manning Early Access Program edition you’ll get updates right up until it ships to the printer, so you’re always working with the latest version of the technology.
  • Добавил: TRex
  • Дата: 1-11-2020, 11:41
  • Комментариев: 0
Название: Introduction to Applied Optimization, 3rd Edition
Автор: Diwekar, Urmila
Издательство: Springer
Год: 2020
Формат: EPUB
Страниц: 379
Размер: 20 Mb
Язык: English

Intended for advanced undergraduate/graduate students as well as scientists and engineers, this textbook presents a multi-disciplinary view of optimization, providing a thorough examination of algorithms, methods, techniques, and tools from diverse areas of optimization.