Mostrando 81 - 100 Resultados de 327 Para Buscar 'Programmed Data Processor', tiempo de consulta: 0.12s Limitar resultados
  1. 81
    por Chavan, Shirish. author
    Publicado 2017
    “…C Recipes also contains recipes and solutions for problems in memory management, arrays, standard input and output, structures and unions, pointers, self-referential structures, data files, pre-processor directives, and library functions. …”
    Libro electrónico
  2. 82
    Publicado 2022
    Tabla de Contenidos: “…Front Cover -- Storage Systems -- Copyright -- Contents -- About the author -- Preface -- Acknowledgments -- Abbreviations and acronyms -- 1 Introduction -- 1.1 Computer systems after WW II -- 1.2 High level programming languages - Fortran -- 1.2.1 A Programming Language - APL -- 1.2.2 COmmon Business Oriented Language - COBOL -- 1.2.3 IBM's PL/I programming language -- 1.2.4 Some early computer companies -- 1.3 Effect of data representation on storage space requirements -- 1.4 Basic computer arithmetic -- 1.5 Author's experience with IBM computers in 1970s -- 1.5.1 IBM computers at Univ. of Tehran and IBM World Trade Corp. in Tehran, Iran -- 1.5.2 My experiences with IBM computers at Tehran Regional Electric Company -- 1.5.3 Customer billing at TREC utility -- 1.5.4 My experience with IBM computers at UCLA -- 1.6 IBM's System 360 and its successors -- 1.6.1 US lawsuits against IBM and AT&amp -- T -- 1.6.2 Amdahl Corp. and plug compatible computers -- 1.6.3 Radio Corporation of America - RCA -- 1.6.4 Electronic Data Systems - EDS and Perot Systems -- 1.7 The IBM S/360 computer family -- 1.8 Operating systems associated with IBM mainframes -- 1.9 Early computer companies possibly competing with IBM -- 1.9.1 Burroughs + UNIVAC = UNISYS -- 1.10 My experience at Burroughs Corp. -- 1.10.1 NCR - National Cash Register Corp. -- 1.10.2 Control Data Corporation -- 1.10.3 Honeywell Corp. -- 1.10.4 Hewlett-Packard - HP Corp. -- 1.10.5 Digital Equipment Corp - DEC -- 1.11 Computer company revenue rankings -- 1.12 Computer structures book -- 1.13 Computer family architectures - CFA -- 1.14 Virtual memory and page replacement algorithms -- 1.15 Memory space fragmentation and dynamic storage allocation -- 1.15.1 Page replacement algorithms -- 1.15.2 Simplified analysis of a paging system -- 1.16 Analysis of thrashing in 2-phase locking - 2PL systems…”
    Libro electrónico
  3. 83
    Publicado 2014
    Tabla de Contenidos: “…High-performance Computing -- Introduction -- CPython and concurrent programming -- Compiler-related installation instructions -- Linux -- Mac OS X -- Windows -- Python 32-bit -- Python 64-bit -- DLL hell -- References -- Accelerating pure Python code with Numba and just-in-time compilation -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Accelerating array computations with Numexpr -- Getting ready -- How to do it... -- How it works... -- See also -- Wrapping a C library in Python with ctypes -- Getting ready -- How to do it... -- How it works... -- There's more... -- Accelerating Python code with Cython -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Optimizing Cython code by writing less Python and more C -- How to do it... -- How it works... -- There's more... -- See also -- Releasing the GIL to take advantage of multicore processors with Cython and OpenMP -- Getting ready -- How to do it... -- How it works... -- See also -- Writing massively parallel code for NVIDIA graphics cards (GPUs) with CUDA -- Getting ready -- How to do it... -- How it works...…”
    Libro electrónico
  4. 84
    por Friesen, Jeff. author
    Publicado 2019
    Libro electrónico
  5. 85
    Publicado 2005
    Tabla de Contenidos: “…Monitoring -- 7.1 SMF records - collection and tooling -- 7.2 SMF tool -- 7.2.1 How to interpret the data -- 7.3 The ATBTRACE REXX facility -- 7.4 The RRS REXX batch log processor -- Appendix A. …”
    Libro electrónico
  6. 86
    por McFedries, Paul
    Publicado 2007
    Tabla de Contenidos:
    Libro electrónico
  7. 87
    Publicado 2019
    “…You’ll also apply parallel programming to your data structures. By the end of this course, you’ll be able to parallelize your code to increase its efficiency and distribute work across multiple processors…”
    Video
  8. 88
    por Walls, Colin
    Publicado 2012
    Tabla de Contenidos: “…Memory Size and MixPeripheral Implementation; 1.4.4 Debug Hardware; In-Circuit Emulators; Monitor Debuggers; JTAG Support; 1.4.5 Self-Test Support; I/O Circuits; On-Board Switches; Status Displays; 1.4.6 Conclusions; 1.5 Migrating Your Software to a New Processor Architecture; 1.5.1 Target Specifics; Code; Data and Variables; Data and Function Parameters; Data and Register Usage; Data and Endianness; Real-Time Concerns; 1.5.2 RTOS Issues; 1.5.3 Processor Migration and Open Standards; EABI-Introduction; EABI and Register Usage; EABI and Stack Frames; EABI and Data Types…”
    Libro electrónico
  9. 89
    Publicado 2023
    “…The Rust programming language is extremely well suited for concurrency, and its ecosystem has many libraries that include lots of concurrent data structures, locks, and more. …”
    Libro electrónico
  10. 90
    por Breshears, Clay
    Publicado 2009
    Libro electrónico
  11. 91
    Publicado 2004
    Tabla de Contenidos: “…Front Cover; Modern Cable Television Technology: Video, Voice, and Data Communications; Copyright Page; Foreword; Contents; Preface; Acknowledgements; Part 1: Once Over Lightly; Chapter 1. …”
    Libro electrónico
  12. 92
    Publicado 2013
    Tabla de Contenidos: “…Multicomputers -- 8.3.2 Memory Semantics -- 8.3.3 UMA Symmetric Multiprocessor Architectures -- 8.3.4 NUMA Multiprocessors -- 8.3.5 COMA Multiprocessors -- 8.4 MESSAGE-PASSING MULTICOMPUTERS -- 8.4.1 Interconnection Networks -- 8.4.2 MPPs-Massively Parallel Processors -- 8.4.3 Cluster Computing -- 8.4.4 Communication Software for Multicomputers -- 8.4.5 Scheduling -- 8.4.6 Application-Level Shared Memory -- 8.4.7 Performance -- 8.5 GRID COMPUTING -- 8.6 SUMMARY -- 9 BIBLIOGRAPHY -- A: BINARY NUMBERS -- A.1 FINITE-PRECISION NUMBERS -- A.2 RADIX NUMBER SYSTEMS -- A.3 CONVERSION FROM ONE RADIX TO ANOTHER -- A.4 NEGATIVE BINARY NUMBERS -- A.5 BINARY ARITHMETIC -- B: FLOATING-POINT NUMBERS -- B.1 PRINCIPLES OF FLOATING POINT -- B.2 IEEE FLOATING-POINT STANDARD 754 -- C: ASSEMBLY LANGUAGE PROGRAMMING -- C.1 OVERVIEW -- C.1.1 Assembly Language -- C.1.2 A Small Assembly Language Program -- C.2 THE 8088 PROCESSOR -- C.2.1 The Processor Cycle -- C.2.2 The General Registers…”
    Libro electrónico
  13. 93
    por Tooley, Michael H.
    Publicado 2005
    Tabla de Contenidos: “…PC Based Instrumentation and Control; Copyright; Contents; Preface; 1 The PC; Microcomputer systems; Data representation; Bus expansion; Microprocessor operation; Data transfer and control; Parallel versus serial I/O; The processor; The x86 processor family; Addressing; 80286, 80386, and 80486 processors; Interrupt handling; The Pentium family of processors; PC architecture; Cooling; Legacy support devices; Maths coprocessors; 8237A Direct Memory Access Controller; 8253 Programmable Interval Timer; 8255A Programmable Peripheral Interface; 8259A Programmable Interrupt Controller…”
    Libro electrónico
  14. 94
    por Kumar, K. Udaya
    Publicado 2008
    Tabla de Contenidos: “…Cover -- Contents -- Preface -- Part I: Fundamentals of a Microprocessor -- Chapter 1: Evolution of Microprocessors -- 1.1 Early Integrated Circuits -- 1.2 4-Bit Microprocessors -- 1.3 8-Bit Microprocessors -- 1.4 16-Bit Microprocessors -- 1.5 32-Bit Microprocessors -- 1.6 Recent Microprocessors -- 1.7 Microcontrollers and Digital Signal Processors -- Chapter 2: Fundamentals of a Computer -- 2.1 Calculator -- 2.2 Computer -- 2.3 Microcomputer -- 2.4 Computer Languages -- Questions -- Chapter 3: Number Representation -- 3.1 Unsigned Binary Integers -- 3.2 Signed Binary Integers -- 3.3 Representation of Fractions -- 3.4 Signed Floating Point Numbers -- Questions -- Chapter 4: Fundamentals of Microprocessor -- 4.1 History of Microprocessors -- 4.2 Description of 8085 Pins -- 4.3 Programmer's View of 8085: Need for Registers -- 4.4 Accumulator or Register A -- 4.5 Registers B, C, D, E, H, And L -- Questions -- Chapter 5: First Assembly Language Program -- 5.1 Problem Statement -- 5.2 About the Microprocessor Kit -- 5.3 Using the Microprocessor Kit in Serial Mode -- Questions -- Chapter 6: Data Transfer Group of Instructions -- 6.1 Classification of 8085 Instructions -- 6.2 Instruction Type MVI r, d8 -- 6.3 Instruction Type MOV r1, r2 -- 6.4 Instruction Type MOV r, M -- 6.5 Instruction Type MOV M, r -- 6.6 Instruction Type LXI rp, d16 -- 6.7 Instruction Type MVI m, d8 -- 6.8 Instruction Type LDA a16 -- 6.9 Instruction Type STA a16 -- 6.10 Instruction Type XCHG -- 6.11 Addressing Modes of 8085 -- 6.12 Instruction Type LDAX rp -- 6.13 Instruction Type STAX rp -- 6.14 Instruction Type LHLD a16 -- 6.15 Instruction Type SHLD a16 -- Questions -- Chapter 7: Arithmetic Group of Instructions -- 7.1 Instructions to Perform Addition -- 7.2 Instructions to Perform Subtraction -- 7.3 Instruction Type INX rp -- 7.4 Instruction Type DCX rp…”
    Libro electrónico
  15. 95
    Publicado 2018
    Tabla de Contenidos: “…Constructing our LCD -- Setting up the LCD -- Printing to and clearing the LCD -- Coding it all together -- Project - scraping data from websites with your Pi -- Scraping downforeveryoneorjustme.com for johnny-five.io -- Making the HTTP request -- Using Cheerio to get the element we want -- Parsing the HTML and showing the result -- Summary -- Questions -- Further reading -- Chapter 10: Using MQTT to Talk to Things on the Internet -- Technical requirements -- IoT device communications -- Long polling -- Websockets -- MQTT - an IoT PubSub protocol -- The basics of MQTT -- Setting up MQTT on the Pi with AdafruitIO -- Creating an account and a feed -- Subscribing to the feed using the mqtt npm module -- The mqtt module -- The dotenv module -- Testing our connection -- Project - adding an LCD and button to see and send MQTT events -- Wiring it all up -- Coding it all together -- Project - social media notifier bot with IFTTT -- Getting started with IFTTT -- Linking IFTTT to Adafruit -- Setting up feeds for your social media MQTT messages in AdafruitIO -- Creating our IFTTT Applets -- Wiring up our project -- Coding our social media notifications to show on the LCD -- Running your social media bot -- Summary -- Questions -- Further reading -- Chapter 11: Building a NodeBots Swarm -- Technical requirements -- Project - connecting multiple NodeBots -- Optional - setting up a second Raspberry Pi -- Setting up your project files and folders -- If you're using one Pi -- If you're using two Pis -- Adding a light sensor to the Pi -- Creating an MQTT broker on the Pi -- Programming the MQTT client - have the Pi Report Home -- If you're using one Pi -- If you're using two Pis -- Running our MQTT project -- If you're using one Pi -- If you're using two Pis -- Expanding your NodeBots knowledge -- Using Johnny-Five on other boards -- Figuring out pin numbers…”
    Libro electrónico
  16. 96
    Publicado 2017
    “…What You Will Learn Deep dive into the details of the how various operating systems currently implement multithreading Choose the best multithreading APIs when designing a new application Explore the use of mutexes, spin-locks, and other synchronization concepts and see how to safely pass data between threads Understand the level of API support provided by various C++ toolchains Resolve common issues in multithreaded code and recognize common pitfalls using tools such as Memcheck, CacheGrind, DRD, Helgrind, and more Discover the nature of atomic operations and understand how they can be useful in optimizing code Implement a multithreaded application in a distributed computing environment Design a C++-based GPGPU application that employs multithreading In Detail Multithreaded applications execute multiple threads in a single processor environment, allowing developers achieve concurrency. …”
    Libro electrónico
  17. 97
    Libro electrónico
  18. 98
    Publicado 2023
    “…"The Rust programming language is extremely well suited for concurrency, and its ecosystem has many libraries that include lots of concurrent data structures, locks, and more. …”
    Libro electrónico
  19. 99
    Publicado 2007
    Libro electrónico
  20. 100
    por Fitzgerald, Michael, 1957-
    Publicado 2004
    Libro electrónico