Программирование на Objective-C 2.0

Автор: umkaS от 24-06-2023, 21:42, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Программирование на Objective-C 2.0
Автор: Кочан С.
Издательство: М.: ЭKOM Пaблишepз
Год: 2010
Cтраниц: 608
Формат: pdf
Размер: 18 мб
Язык: русский

Полный вводный курс по языку Objective-C для разработки приложений на Mac OS X и iPhone. Objective-C стал стандартным языком программирования для разработки приложений на платформах Mac OS X и iPhone. Этот мощный и вместе с тем простой язык объектно-ориентированного программирования, базирующийся на языке С, широко распространен не только в OS X, но и во многих операционных системах, поддерживающих компилятор gcc, в том числе Linux, Unix и Windows.
 

Conquering jаvascript: D3.js

Автор: literator от 24-06-2023, 02:52, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Conquering JavaScript: D3.jsНазвание: Conquering jаvascript: D3.js
Автор: Sufyan bin Uzayr
Издательство: CRC Press
Год: 2024
Страниц: 222
Язык: английский
Формат: pdf (true)
Размер: 10.96 MB

jаvascript has become the de facto standard when it comes to both web and cross-platform development. D3.js is an extremely popular JS framework, meant for rapid web and application development. Conquering jаvascript: D3.js helps the reader master the D3.js framework for faster and more robust development. This book is a detailed guide that will help developers and coders do more with D3.js. It discusses the basics in brief, and then moves on to more advanced and detailed exercises to help readers quickly gain the required knowledge. Interactive visualizations can spice up even the most monotonous information. A primary feature of interactive data is its ability to function as a single package. Allows users to select individual data points from which to illustrate the event. One of the most effective methods of doing this is using jаvascript, specifically the D3.js framework.

 

Learning Modern C++ for Finance (Fifth Early Release)

Автор: literator от 23-06-2023, 18:54, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Learning Modern C++ for Finance (Fifth Early Release)Название: Learning Modern C++ for Finance (Fifth Early Release)
Автор: Daniel Hanson
Издательство: O’Reilly Media, Inc.
Год: 2023-06-22
Страниц: 250
Язык: английский
Формат: pdf, epub (true), mobi
Размер: 10.2 MB

A lot of financial modeling has gravitated toward Python, R, and VBA, but many developers hit a wall with these languages when it comes to performance. This practical book demonstrates why C++ is still one of the dominant production-quality languages for financial applications and systems. Many programmers believe that C++ is too difficult to learn. Author Daniel Hanson demonstrates that this is no longer the case. Financial programmers coming from Python or another interpreted language will discover how to leverage C++ abstractions that enable safer and quicker implementation of financial models. You'll also explore how popular open source libraries provide additional weapons for attacking mathematical problems. C++ programmers unfamiliar with financial applications will also benefit from this handy guide.

 

Pro iPhone Development with SwiftUI: Design and Manage Top-Quality Apps, 4th Edition

Автор: literator от 23-06-2023, 05:36, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Pro iPhone Development with SwiftUI: Design and Manage Top-Quality Apps, 4th EditionНазвание: Pro iPhone Development with SwiftUI: Design and Manage Top-Quality Apps, 4th Edition
Автор: Wallace Wang
Издательство: Apress
Год: 2023
Страниц: 401
Язык: английский
Формат: pdf
Размер: 34.2 MB

You know the basics. Your Swift code flows with logic and ease. This isn't your first time building a workable app for iOS platforms. Now, it's time to build a magical app for iOS platforms! Move beyond what you mastered in the best-selling Beginning iPhone Development with SwiftUI. This revised and expanded Fourth Edition enlightens you to the world of rich design, solid code, and thoughtful processing needed to make apps that wow. Integrate all these extraordinary iOS features and embrace the world of possibilities in the Swift programming language with SwiftUI. New chapters cover customizing grids, using ViewThatFits, adding search and share links, using SpriteKit, and Developing Tests. For aspiring iOS app developers familiar with the Apple Swift programming language and/or the iOS SDK, but ready to move to the next level.

 

Beginning iPhone Development with SwiftUI: Exploring the iOS SDK, 7th Edition

Автор: literator от 23-06-2023, 05:20, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Beginning iPhone Development with SwiftUI: Exploring the iOS SDK, 7th EditionНазвание: Beginning iPhone Development with SwiftUI: Exploring the iOS SDK, 7th Edition
Автор: Wallace Wang
Издательство: Apress
Год: 2023
Страниц: 586
Язык: английский
Формат: pdf
Размер: 47.0 MB

Tame the power of Apple’s new user interface toolkit, SwiftUI. This revised and expanded Seventh Edition covers the basic information you need to get up and running quickly to turn your great ideas into working iOS apps with stunningly interactive interfaces using SwiftUI. New chapters cover expandable text fields, multidate pickers, using gauges, progress views and variable SF symbol icons, creating chats, and using the navigation stack and split view. You’ll start with basic designs and then explore more sophisticated ones. Assuming little or no working knowledge of the Swift programming language, and written in a friendly, easy-to-follow style, this book offers a comprehensive course in iPhone and iPad programming. The book provides a gentle introduction to using Xcode and then guides you though the creation of your first simple application. For aspiring iOS app developers new to the Apple Swift programming language and/or the iOS SDK.

 

Essential Guide to RenderMan Shading Plugin Development: Understanding Bxdfs

Автор: literator от 23-06-2023, 05:01, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Essential Guide to RenderMan Shading Plugin Development: Understanding BxdfsНазвание: Essential Guide to RenderMan Shading Plugin Development: Understanding Bxdfs
Автор: Brad E. Hollister
Издательство: Apress
Год: 2023
Страниц: 145
Язык: английский
Формат: pdf, epub
Размер: 28.2 MB

Understand the fundamentals of Bxdf plugins for RenderMan 21+, both the technical details and API architecture. The main goal of the book is to enable technical artists, hobbyists, and students in using the noncommercial (NCR), free RenderMan edition. RenderMan is an industry standard for rendering software. It has been used for every Pixar film to date and numerous other projects. RenderMan 21, and all subsequent versions, use Monte Carlo path tracing. This change has necessitated the use of C++ plugins in place of the RenderMan Shader Language (RSL). Because of this, writing Bxdfs now requires knowledge of Monte Carlo integration, probability density functions, and the RenderMan C++ API. Essential Guide to RenderMan Shading Plugin Development specifically addresses writing RenderMan C++ materials. It explores the mathematical models of representative Bxdfs while drawing parallels, when helpful, to earlier RSL implementations. It also includes an overview of Integrators, providing further context for modern RenderMan® programmable shading.

 

Conquering jаvascript: Three.js

Автор: literator от 23-06-2023, 04:47, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Conquering JavaScript: Three.jsНазвание: Conquering jаvascript: Three.js
Автор: Sufyan bin Uzayr
Издательство: CRC Press
Год: 2024
Страниц: 212
Язык: английский
Формат: pdf (true)
Размер: 11.7 MB

Have you ever considered how these visuals and games are shown in a web browser? What technology is at the heart of it? Of course, employing HTML and CSS alone will not be sufficient. Three.js is a free jаvascript toolkit for displaying images, 3D, and 2D objects in web browsers. Behind the scenes, it leverages WebGL API. Three.js enables you to render graphics and 3D objects on a canvas in the web browser using your GPU. We can also interact with other HTML components because we are utilizing jаvascript. This book is a valuable reference for Three.js developers as well as those involved in game development, mobile apps, progressive applications, and now even desktop apps.

 

What AI Can Do: Strengths and Limitations of Artificial Intelligence

Автор: literator от 23-06-2023, 04:00, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

What AI Can Do: Strengths and Limitations of Artificial IntelligenceНазвание: What AI Can Do: Strengths and Limitations of Artificial Intelligence
Автор: Manuel Cebral-Loureda, Elvira G. Rincon-Flores, Gildardo Sanchez-Ante
Издательство: CRC Press
Год: 2024
Страниц: 459
Язык: английский
Формат: pdf (true)
Размер: 17.6 MB

Most recent Artificial Intelligence (AI) advances have revolved around Machine Learning (ML) methods. Such methods can learn from data and create models that represent a problem (e.g., regression, classification). Traditional ML techniques are useful when working with structured data (i.e., tabular or grid data). During the process of ML, one essential step is to extract features from data, which are then used to learn and improve the model. This is generally done by manually designing the data to look for relationships across independent variables. However, when dealing with unstructured data (e.g., images, text, and sound), ML techniques struggle with extracting effective features from the data. This is due to the complexity of the data, which does not permit to extract sufficiently meaningful and powerful representations to feed and train the underlying ML models. Recent strides in AI have happened thanks to a series of factors that have enabled Deep Learning (DL) models come to the fore of ML research. In particular, DL models have shown an astounding capability for extracting highly efficient features and to learn very complex functions of the features for a great variety of talks, in an endto-end and automatic manner.

 

Mastering Bitcoin, 3rd Edition (Fourth Early Release)

Автор: literator от 23-06-2023, 03:40, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Mastering Bitcoin, 3rd Edition (Fourth Early Release)Название: Mastering Bitcoin: Programming the Open Blockchain, 3rd Edition (Fourth Early Release)
Автор: Andreas M. Antonopoulos, David A. Harding
Издательство: O’Reilly Media, Inc.
Год: 2023-06-22
Страниц: 167
Язык: английский
Формат: epub (true), mobi
Размер: 10.2 MB

Join the technological revolution that's taking the financial world by storm. Mastering Bitcoin is your guide through the seemingly complex world of Bitcoin, providing the knowledge you need to participate in the internet of money. Whether you're building the next killer app, investing in a startup, or simply curious about the technology, this revised and expanded third edition provides essential detail to get you started. Bitcoin, the first successful decentralized digital currency, has already spawned a multibillion-dollar global economy open to anyone with the knowledge and passion to participate. Mastering Bitcoin provides the knowledge. You supply the passion. Bitcoin is a collection of concepts and technologies that form the basis of a digital money ecosystem. Units of currency called bitcoin are used to store and transmit value among participants in the Bitcoin network.

 

Evolution and Applications of Quantum Computing

Автор: literator от 22-06-2023, 21:31, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Evolution and Applications of Quantum ComputingНазвание: Evolution and Applications of Quantum Computing
Автор: Sachi Nandan Mohanty, Rajanikanth Aluvalu, Sarita Mohanty
Издательство: Wiley-Scrivener
Год: 2023
Страниц: 352
Язык: английский
Формат: pdf (true), epub
Размер: 45.6 MB

The book is about the Quantum Model replacing traditional computing’s classical model and gives a state-of-the-art technical overview of the current efforts to develop quantum computing and applications for Industry 4.0. A holistic approach to the revolutionary world of quantum computing is presented in this book, which reveals valuable insights into this rapidly emerging technology. The book reflects the dependence of quantum computing on the physical phenomenon of superposition, entanglement, teleportation, and interference to simplify difficult mathematical problems which would have otherwise taken years to derive a definite solution for. An amalgamation of the information provided in the multiple chapters will elucidate the revolutionary and riveting research being carried out in the brand-new domain encompassing quantum computation, quantum information and quantum mechanics. Each chapter gives a concise introduction to the topic. The book comprises 18 chapters and describes the pioneering work on the interaction between Artificial Intelligence, Machine Learning, and quantum computing along with their applications and potential role in the world of Big Data. Subjects Audience The book will be very useful for researchers in Computer Science, Artificial Intelligence and quantum physics as well as students who want to understand the history of quantum computing along with its applications and have a technical state-of-the-art overview.