Название: Решение научных и инженерных задач средствами Excel, VBA и C/C++ Автор: Гайдышев И.П. Издательство: СПб.: БXB-Пeтepбуpг Год: 2004 Cтраниц: 512 Формат: pdf Размер: 12 мб Язык: русский
Книга посвящена практическим вопросам программирования. Подробно рассматривается технология создания недорогого и максимально адаптированного для пользователей всех квалификаций программного обеспечения для анализа данных и математического моделирования. Изложение ведется как в применении к официальным, так и - впервые в литературе - альтернативным средствам разработки, причем последним уделяется большое внимание.
Название: React from Scratch: A friendly guide for absolute beginners (Update 2023) Автор: Ajdin Imsirovic Издательство: Leanpub Год: 2023-11-30 Страниц: 139 Язык: английский Формат: pdf (true), mobi, epub Размер: 10.1 MB
This book is my answer to the question: how to teach React to a complete beginner, in as little time as possible? Need to learn the basics quickly? This is your book. React is a library for the web, written in the jаvascript language. The purpose of this library is to code the UI of our websites. To be more efficient working with React, I highly recommend installing React Developer Tools in your browser of choice. If you’re starting this book, I expect you at least have Node.js and NPM installed on your machine. I’m also assuming that you did use a code editor before, and that you’re comfortable, or at least familiar with VS Code. Still, a level of knowledge of HTML, CSS, and JS will go a long way. The more you know the above three technologies, the easier this book will be. Specifically, here is the minimum HTML, CSS, and jаvascript that you need to understand for this book to really be useful to you. In Chapter 4, I’ll be coding a Bootstrap layout, so it would be beneficial for you to either know the Bootstrap framework or read through the documentation at the official Bootstrap website. React is built on top of jаvascript. Thus, in order to be able to code in React, the more jаvascript you know, the better.
Название: Elliptic Curve Cryptography for Developers (MEAP v6) Автор: Mike Rosing Издательство: Manning Publications Год: 2023 Страниц: 232 Язык: английский Формат: pdf (true) Размер: 10.17 MB
Learn how to implement smaller, more secure public key protocols with this accessible guide to Elliptic Curve Cryptography. Elliptic Curve Cryptography for Developers introduces a powerful alternative to the prime number-based RSA encryption standard based on the mathematics of elliptic curves. This book empowers anyone who knows basic calculus to implement state-of-the-art cryptographic protocols that are smaller and more secure than RSA-based systems. It gradually introduces the concepts and subroutines you’ll need to master with diagrams, flow charts, and accessible language. Elliptic Curve Cryptography (ECC) is the powerful security protocol used for everything from credit card transitions to the blockchain. The results are amazing; ECC delivers zero knowledge proofs and aggregated multi-signatures with smaller key sizes than the prime number-based RSA standard. This reader-friendly book guides you step-by-step until you’re ready to write embedded systems code with advanced mathematical algorithms. Each chapter covers new mathematical concepts, all clearly illustrated with graphics, example code, and exercises to build your understanding of the complex ideas. Finally, you’ll put all your ideas into action by building two hands-on blockchain software projects. By the time you’re done reading, you’ll know the basics and be ready to take the step to more advanced capabilities.
Python has so many libraries that people often forget to take their time to learn about all the really interesting and useful features that Python offers. The Pydon'ts teach you these core features of Python, with plenty of code examples to show you how these features are used in real code in the real world. Python was not my first programming language, and I remember picking it up as a friend of mine recommended it to me. Now, many years later, I still enjoy writing Python code, whether for work-related reasons or for my own projects. In programming, much like in mathematics – my main area of expertise –, there is a sense of elegance in the code (or proofs) we write. As I learned more and more about programming in general and Python in particular, I developed a sense for what I consider to be elegant Python programs. This is one of the things I intend to share in this book: tips on how to write beautiful Python programs. Of course, the notion of elegance is a subjective one, so it may very well be the case that what I find elegant is not what you find elegant, and that is perfectly fine. In general, neither one of us will be wrong. Tied to my effort of sharing my interpretation of what elegant Python programs look like, I also want you to learn about all the nooks and crannies of the core language. Python is a very, very, rich language, and the more you learn about it, the more well equipped you will be to use it to its full potential. That is why every chapter focuses on exploring a single feature of the core language of Python, which is always accompanied by usage examples of said feature. Some times we will look at how Python’s own Standard Library makes use of that feature, other times I will show some of my own code, and other times I will even come up with random examples.
Название: Deep Learning for Medical Image Analysis, 2nd Edition Автор: S. Kevin Zhou, Hayit Greenspan, Dinggang Shen Издательство: Academic Press/Elsevier Год: 2024 Страниц: 544 Язык: английский Формат: pdf (true) Размер: 23.5 MB
This book is a detailed reference guide on Deep Learning and its applications. It aims to provide a basic understanding of Deep Learning and its different architectures that are applied to process images, speech, and natural language. It explains basic concepts and many modern use cases through fifteen chapters contributed by Computer Science academics and researchers. By the end of the book, the reader will become familiar with different Deep Learning approaches and models, and understand how to implement various Deep Learning algorithms using multiple frameworks and libraries. This book is divided into three parts. The first part explains the basic operating understanding, history, evolution, and challenges associated with Deep Learning. The basic concepts of mathematics and the hardware requirements for Deep Learning implementation, and some of its popular frameworks for medical applications are also covered. The second part is dedicated to sentiment analysis using Deep Learning and Machine Learning techniques. This book section covers the experimentation and application of deep learning techniques and architectures in real-world applications. It details the salient approaches, issues, and challenges in building ethically aligned machines. An approach inspired by traditional Eastern thought and wisdom is also presented. The final part covers Artificial Intelligence approaches used to explain the Machine Learning models that enhance transparency for the benefit of users.
Название: Dirty Data Processing for Machine Learning Автор: Zhixin Qi, Hongzhi Wang, Zejiao Dong Издательство: Springer Год: 2024 Страниц: 141 Язык: английский Формат: pdf Размер: 10.2 MB
In both the database and Machine Learning communities, data quality has become a serious issue which cannot be ignored. In this context, we refer to data with quality problems as “dirty data.” Clearly, for a given data mining or Machine Learning task, dirty data in both training and test datasets can affect the accuracy of results. Accordingly, this book analyzes the impacts of dirty data and explores effective methods for dirty data processing. Although existing data cleaning methods improve data quality dramatically, the cleaning costs are still high. If we knew how dirty data affected the accuracy of Machine Learning models, we could clean data selectively according to the accuracy requirements instead of cleaning all dirty data, which entails substantial costs. However, no book to date has studied the impacts of dirty data on Machine Learning models in terms of data quality. Filling precisely this gap, the book is intended for a broad audience ranging from researchers in the database and Machine Learning communities to industry practitioners. Readers will find valuable takeaway suggestions on: model selection and data cleaning; incomplete data classification with view-based decision trees; density-based clustering for incomplete data; the feature selection method, which reduces the time costs and guarantees the accuracy of Machine Learning models; and cost-sensitive decision tree induction approaches under different scenarios.
Название: Software Architecture and Decision-Making: Leveraging Leadership, Technology, and Product Management to Build Great Products (Final) Автор: Srinath Perera Издательство: Addison-Wesley Professional/Pearson Education Год: 2024 Страниц: 270 Язык: английский Формат: pdf, epub, mobi Размер: 10.1 MB
Leverage leadership knowledge to make better software architecture decisions. Think deeply but implement slowly. The overarching goal of software systems (hence, for software architecture) is to build systems that meet quality standards and that provide the highest return on investment (ROI) in the long run or within a defined period of time. A great product requires a combination of technology, leadership, and product management (including UX). Leadership is primarily about managing uncertainty and making the right judgment. To build great products, technical leaders need to combine technology, leadership, and product management knowledge, and make the right decisions. Many technical mistakes come from the gap between knowledge about these three items and judgment. In Software Architecture and Decision-Making, Srinath Perera explains principles and concepts that software architects must understand deeply and how to employ those principles to manage uncertainty. The questions and principles discussed in this book help manage uncertainty while building software architecture and provide a framework for making decisions. This book is for all technical leaders in the software industry who make holistic judgments about the systems they build and for future leaders learning the craft.
Название: Picture Fuzzy Logic and Its Applications in Decision Making Problems Автор: Chiranjibe Jana, Madhumangal Pal, Valentina Emilia Balas, Ronald R. Yager Издательство: Academic Press/Elsevier Год: 2024 Страниц: 296 Язык: английский Формат: pdf (true), epub Размер: 15.6 MB
Picture Fuzzy Logic and Its Applications in Decision Making Problems provides methodological frameworks and the latest empirical research findings in the field of picture fuzzy operators and their applications in scientific research and real-world engineering problems. In this book, picture fuzzy sets are investigated, and different types of operators are defined to solve a number of important decision-making and optimization problems. The hybrid operator on picture fuzzy set based on the combination of picture fuzzy weighted averaging operators and picture fuzzy weighted geometric operators is developed and named Hybrid Picture Fuzzy Weighted Averaging Geometric (H-PFWAG) operator. In addition, another operator is developed for interval-valued picture fuzzy environment, which is named Hybrid Interval-Valued Picture Fuzzy Weighted Averaging Geometric (H-IVPFWAG) operator. These two operators are then demonstrated as solutions to Multiple-Attribute Decision-Making (MADM) problems. The picture fuzzy soft weighted aggregation operators (averaging and geometric) are defined, and these are applied to develop a multi-criteria group decision making system.
Название: Modern TypeScript: A Practical Guide to Accelerate Your Development Velocity Автор: Ben Beattie-Hood Издательство: Apress Год: 2023 ISBN: 978-1484297223 Страниц: 308 Формат: PDF Размер: 21 Mб Язык: English
Dive into the world of TypeScript, a popular superset of the jаvascript language that enhances the development experience with static typing. This book covers every aspect of TypeScript in a concise and easy-to-understand style, making it the ultimate resource for mastering TypeScript.
Название: iOS 17 App Development for Beginners: Get started with iOS app development using Swift 5.9, SwiftUI, and Xcode 15 Автор: Arpit Kulsreshtha Издательство: BPB Publications Год: 2024 Страниц: 398 Язык: английский Формат: epub (true) Размер: 10.1 MB
Learn iOS app development from scratch and build your dream app. “iOS 17 App Development for Beginners” is a definitive guide to building iOS apps with Swift. This book teaches the fundamentals of Swift, laying the foundation for future app development. It covers how to develop user interfaces for iOS apps using SwiftUI and UIKit and how to write code for views, view controllers, and data managers. The book also teaches using Core Data, Swift Data, and SQLite for database storage. Additionally, it covers essential Apple technologies and frameworks, such as Core Location and MapKit for GPS tracking, Camera and Photo Library for image storage, CI/CD, and Core ML for Machine Learning and Artificial Intelligence solutions. After completing this book, you will have a solid grasp of Swift app development and successfully publish your apps to the App Store. This book is an excellent resource for anyone who wants to learn how to program in Swift and develop applications for the iOS platform. Whether you are a beginner, a student, or a professional, this book will teach you the basics of Swift and how to use it to create your apps. No prior programming experience is necessary, but some familiarity with other programming languages will be helpful.