Automatic Reload

Automatic Reload
Author: Ferrett Steinmetz
Publisher: Macmillan + ORM
Total Pages: 266
Release: 2020-07-28
Genre: Fiction
ISBN: 1250168201

Ferrett Steinmetz’s high-octane cyberpunk romance Automatic Reload about a tortured mercenary and the genetically enginnered assassin he loves. Meet Mat, a tortured mercenary who has become the perfect shot, and Silvia, an idealistic woman genetically engineered to murder you to death. Together they run for the shadiest corporation in the world...and realize their messed-up brain chemistry cannot overpower their very real chemistry. Automatic Reload is the genre's most unexpectedly heartfelt romantic comedy with explosions, perfect for fans of both Altered Carbon and Atomic Blonde. “Shadowrun with a conscience.”—Hugo Award-winning author Jim C. Hines “LUXURIATES in the intricate beauty that is technology, exults in the mechanics of cyberpunk. And it does all this while being a ROM-COM with a lot of EXPLOSIONS.”—Cassandra Khaw, finalist for the British Fantasy and Locus Awards for Hammers on Bone At the Publisher's request, this title is being sold without Digital Rights Management Software (DRM) applied.

Formal Development of a Network-Centric RTOS

Formal Development of a Network-Centric RTOS
Author: Eric Verhulst
Publisher: Springer Science & Business Media
Total Pages: 227
Release: 2011-08-23
Genre: Technology & Engineering
ISBN: 1441997369

Many systems, devices and appliances used routinely in everyday life, ranging from cell phones to cars, contain significant amounts of software that is not directly visible to the user and is therefore called "embedded". For coordinating the various software components and allowing them to communicate with each other, support software is needed, called an operating system (OS). Because embedded software must function in real time (RT), a RTOS is needed. This book describes a formally developed, network-centric Real-Time Operating System, OpenComRTOS. One of the first in its kind, OpenComRTOS was originally developed to verify the usefulness of formal methods in the context of embedded software engineering. Using the formal methods described in this book produces results that are more reliable while delivering higher performance. The result is a unique real-time concurrent programming system that supports heterogeneous systems with just 5 Kbytes/node. It is compatible with safety related engineering standards, such as IEC61508.

Embedded C Programming

Embedded C Programming
Author: Ms.G.SUMITHA
Publisher: SK Research Group of Companies
Total Pages: 166
Release: 2023-12-21
Genre: Computers
ISBN: 8119980646

Ms.G.SUMITHA, Assistant Professor, Department of Mathematics, Kandaswami Kandar's College, P.Velur, Namakkal, Tamil Nadu, India. Dr.S.VIJAYAKUMARI SARADHA, Assistant Professor, Department of Mathematics, Women's Christian College, Nagercoil, Kanyakumari, Tamil Nadu, India. Dr.S.ANGELIN KAVITHA RAJ, Assistant Professor, Department of Mathematics, Sadakathullah Appa College (Autonomous), Rahmath Nager, Palayamkottai, Tirunelveli, Tamil Nadu, India. Mrs.R.SASIKALA, Assistant Professor, Department of Computer Science, National College, Trichy, Tamil Nadu, India. Mrs. R. VIMALA, Assistant Professor, Department of Mathematics, Paavai Engineering College (Autonomous), Pachal, Namakkal, Tamil Nadu, India.

Higher Electronics

Higher Electronics
Author: Mike James
Publisher: Routledge
Total Pages: 329
Release: 2013-11-05
Genre: Technology & Engineering
ISBN: 1135389349

Higher Electronics is a comprehensive text for electronics undergraduates, covering analogue, digital electronics and microelectronics in a single volume - at a level suitable for most first and second year modules. The text is highly student-centred, providing numerous · worked examples with step-by-step guidance and hints · highlighted key facts and points of interest · self-check questions scattered through the text · problem sections (with answers supplied) It has been written to suit courses with an intake from a range of educational backgrounds, and a minimum of prior knowledge is assumed. Higher Electronics has been written to be fully in line with units 8-12 of the new BTEC Higher National specifications from Edexcel. This makes it the text of choice for all students following an electronics / electrical pathway through an HNC or HND. The student-centred text is ideal for the new course, and follows on especially well for students from a GNVQ background. The style and approach of Higher Electronics is consistent with the new text from Newnes, Higher National Engineering, which covers the mandatory units (units 1-7) of the new Higher National scheme.

Performance Analysis for Java Web Sites

Performance Analysis for Java Web Sites
Author: Stacy Joines
Publisher: Addison-Wesley Professional
Total Pages: 458
Release: 2003
Genre: Computers
ISBN: 9780201844542

Targeting the critical issue of performance, this guide shows how to resolve bottlenecks, increase speed, and get better overall performance for Java Websites. The author team is a group of seasoned performance experts who have helped hundreds of customers resolve enterprise Website performance issues.

Soviet Ballistic Missile Defense and the Western Alliance

Soviet Ballistic Missile Defense and the Western Alliance
Author: David Scott Yost
Publisher: Harvard University Press
Total Pages: 434
Release: 1988
Genre: Political Science
ISBN: 9780674826106

Yost suggests that the challenges for Western policy posed by Soviet ballistic missile defense (BMD) programs stem partly from Soviet military programs, Soviet arms control policies, and Soviet public diplomacy campaigns, and partly from the West's own intra-alliance disagreements and lack of consensus about Western security requirements.

Recent Advances in Global Optimization

Recent Advances in Global Optimization
Author: Christodoulos A. Floudas
Publisher: Princeton University Press
Total Pages: 644
Release: 2014-07-14
Genre: Mathematics
ISBN: 1400862523

This book will present the papers delivered at the first U.S. conference devoted exclusively to global optimization and will thus provide valuable insights into the significant research on the topic that has been emerging during recent years. Held at Princeton University in May 1991, the conference brought together an interdisciplinary group of the most active developers of algorithms for global optimization in order to focus the attention of the mathematical programming community on the unsolved problems and diverse applications of this field. The main subjects addressed at the conference were advances in deterministic and stochastic methods for global optimization, parallel algorithms for global optimization problems, and applications of global optimization. Although global optimization is primarily a mathematical problem, it is relevant to several other disciplines, including computer science, applied mathematics, physical chemistry, molecular biology, statistics, physics, engineering, operations research, communication theory, and economics. Global optimization problems originate from a wide variety of mathematical models of real-world systems. Some of its applications are allocation and location problems and VLSI and data-base design problems. Originally published in 1991. The Princeton Legacy Library uses the latest print-on-demand technology to again make available previously out-of-print books from the distinguished backlist of Princeton University Press. These editions preserve the original texts of these important books while presenting them in durable paperback and hardcover editions. The goal of the Princeton Legacy Library is to vastly increase access to the rich scholarly heritage found in the thousands of books published by Princeton University Press since its founding in 1905.

Practical Computer Vision Applications Using Deep Learning with CNNs

Practical Computer Vision Applications Using Deep Learning with CNNs
Author: Ahmed Fawzy Gad
Publisher: Apress
Total Pages: 421
Release: 2018-12-05
Genre: Computers
ISBN: 1484241673

Deploy deep learning applications into production across multiple platforms. You will work on computer vision applications that use the convolutional neural network (CNN) deep learning model and Python. This book starts by explaining the traditional machine-learning pipeline, where you will analyze an image dataset. Along the way you will cover artificial neural networks (ANNs), building one from scratch in Python, before optimizing it using genetic algorithms. For automating the process, the book highlights the limitations of traditional hand-crafted features for computer vision and why the CNN deep-learning model is the state-of-art solution. CNNs are discussed from scratch to demonstrate how they are different and more efficient than the fully connected ANN (FCNN). You will implement a CNN in Python to give you a full understanding of the model. After consolidating the basics, you will use TensorFlow to build a practical image-recognition model that you will deploy to a web server using Flask, making it accessible over the Internet. Using Kivy and NumPy, you will create cross-platform data science applications with low overheads. This book will help you apply deep learning and computer vision concepts from scratch, step-by-step from conception to production. What You Will Learn Understand how ANNs and CNNs work Create computer vision applications and CNNs from scratch using PythonFollow a deep learning project from conception to production using TensorFlowUse NumPy with Kivy to build cross-platform data science applications Who This Book Is ForData scientists, machine learning and deep learning engineers, software developers.

A Key to Program Microcontroller System

A Key to Program Microcontroller System
Author: Pandiankal, Abhilash V.
Publisher: S. Chand Publishing
Total Pages: 335
Release: 2012
Genre: Computers
ISBN: 8121939275

Mcs51 Architectural Overview | Memory Organization | Instruction Set And Addressing Modes | Structure Of Assembly Language | I/O Ports Programming | Simple Programs | Timers | Serial Communication | Interuppt Structure | Data Acquisition System | Software