top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
Computer Architecture, 21st International Symposium on (ISCA '94)
Computer Architecture, 21st International Symposium on (ISCA '94)
Autore Patterson David A
Pubbl/distr/stampa [Place of publication not identified], : IEEE Computer Society Press, 1994
Descrizione fisica 1 online resource (394 p.;)
Collana ACM Conferences
Soggetto topico Information Technology - Computer Science (Hardware & Networks)
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Altri titoli varianti ISCA '94
Record Nr. UNISA-996206156403316
Patterson David A  
[Place of publication not identified], : IEEE Computer Society Press, 1994
Materiale a stampa
Lo trovi qui: Univ. di Salerno
Opac: Controlla la disponibilità qui
Computer Architecture, 21st International Symposium on (ISCA '94)
Computer Architecture, 21st International Symposium on (ISCA '94)
Autore Patterson David A
Pubbl/distr/stampa [Place of publication not identified], : IEEE Computer Society Press, 1994
Descrizione fisica 1 online resource (394 p.;)
Collana ACM Conferences
Soggetto topico Information Technology - Computer Science (Hardware & Networks)
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Altri titoli varianti ISCA '94
Record Nr. UNINA-9910134153103321
Patterson David A  
[Place of publication not identified], : IEEE Computer Society Press, 1994
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Computer organization and design [[electronic resource] ] : the hardware/software interface / / David A. Patterson and John L. Hennessy
Computer organization and design [[electronic resource] ] : the hardware/software interface / / David A. Patterson and John L. Hennessy
Autore Patterson David A
Edizione [3rd ed. revised.]
Pubbl/distr/stampa San Francisco, Calif., : Morgan Kaufmann
Descrizione fisica 1 online resource (739 p.)
Disciplina 004.21
Altri autori (Persone) HennessyJohn L
Collana Morgan Kaufmann series in computer architecture and design
Soggetto topico Computer organization
System design - Data processing
Computer architecture
Soggetto genere / forma Electronic books.
ISBN 1-282-54030-0
9786612540301
0-08-055033-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Front cover; Title page; Copyright page; Table of Contents; Preface; About This Book; About the Other Book; Changes for the Third Edition; Instructor Support; Concluding Remarks; Acknowledgments for the Third Edition; 1 Computer Abstractions and Technology; 1.1 Introduction; Classes of Computing Applications and Their Characteristics; What You Can Learn in This Book; 1.2 Below Your Program; From a High-Level Language to the Language of Hardware; 1.3 Under the Covers; Anatomy of a Mouse; Through the Looking Glass; Opening the Box; A Safe Place for Data; Communicating with Other Computers
Technologies for Building Processors and Memory1.4 Real Stuff: Manufacturing Pentium 4 Chips; 1.5 Fallacies and Pitfalls; Road Map for This Book; 1.6 Concluding Remarks; 1.7 Historical Perspective and Further Reading; 1.8 Exercises; Computers in the Real World; 2 Instructions: Language of the Computer; 2.1 Introduction; 2.2 Operations of the Computer Hardware; 2.3 Operands of the Computer Hardware; Memory Operands; Constant or Immediate Operands; 2.4 Representing Instructions in the Computer; MIPS Fields; 2.5 Logical Operations; 2.6 Instructions for Making Decisions; Loops
Case/Switch Statement2.7 Supporting Procedures in Computer Hardware; Using More Registers; Nested Procedures; Allocating Space for New Data on the Stack; Allocating Space for New Data on the Heap; 2.8 Communicating with People; Characters and Strings in Java; 32-Bit Immediate Operands; 2.9 MIPS Addressing for 32-Bit Immediates and Addresses; Addressing in Branches and Jumps; MIPS Addressing Mode Summary; Decoding Machine Language; 2.10 Translating and Starting a Program; Compiler; Assembler; Linker; Loader; Dynamically Linked Libraries; Starting a Java Program; High-Level Optimizations
2.11 How Compilers OptimizeLocal and Global Optimizations; 2.12 How Compilers Work: An Introduction; 2.13 A C Sort Example to Put It All Together; The Procedure; Array Version of Clear; 2.14 Implementing an Object-Oriented Language; 2.15 Arrays versus Pointers; Pointer Version of Clear; Comparing the Two Versions of Clear; 2.16 Real Stuff: IA-32 Instructions; The Intel IA-32; IA-32 Integer Operations; IA-32 Instruction Encoding; IA-32 Conclusion; 2.17 Fallacies and Pitfalls; 2.18 Concluding Remarks; 2.19 Historical Perspective and Further Reading; 2.20 Exercises; Computers in the Real World
3 Arithmetic for Computers3.1 Introduction; 3.2 Signed and Unsigned Numbers; Summary; 3.3 Addition and Subtraction; Summary; 3.4 Multiplication; Sequential Version of the Multiplication Algorithm and Hardware; Signed Multiplication; Faster Multiplication; Multiply in MIPS; Summary; 3.5 Division; A Division Algorithm and Hardware; Signed Division; Faster Division; Divide in MIPS; Summary; 3.6 Floating Point; Floating-Point Representation; Floating-Point Addition; Floating-Point Multiplication; Floating-Point Instructions in MIPS; Accurate Arithmetic; Summary
3.7 Real Stuff: Floating Point in the IA-32
Record Nr. UNINA-9910459129403321
Patterson David A  
San Francisco, Calif., : Morgan Kaufmann
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Computer organization and design [[electronic resource] ] : the hardware/software interface / / David A. Patterson and John L. Hennessy
Computer organization and design [[electronic resource] ] : the hardware/software interface / / David A. Patterson and John L. Hennessy
Autore Patterson David A
Edizione [3rd ed. revised.]
Pubbl/distr/stampa San Francisco, Calif., : Morgan Kaufmann
Descrizione fisica 1 online resource (739 p.)
Disciplina 004.21
Altri autori (Persone) HennessyJohn L
Collana Morgan Kaufmann series in computer architecture and design
Soggetto topico Computer organization
System design - Data processing
Computer architecture
ISBN 1-282-54030-0
9786612540301
0-08-055033-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Front cover; Title page; Copyright page; Table of Contents; Preface; About This Book; About the Other Book; Changes for the Third Edition; Instructor Support; Concluding Remarks; Acknowledgments for the Third Edition; 1 Computer Abstractions and Technology; 1.1 Introduction; Classes of Computing Applications and Their Characteristics; What You Can Learn in This Book; 1.2 Below Your Program; From a High-Level Language to the Language of Hardware; 1.3 Under the Covers; Anatomy of a Mouse; Through the Looking Glass; Opening the Box; A Safe Place for Data; Communicating with Other Computers
Technologies for Building Processors and Memory1.4 Real Stuff: Manufacturing Pentium 4 Chips; 1.5 Fallacies and Pitfalls; Road Map for This Book; 1.6 Concluding Remarks; 1.7 Historical Perspective and Further Reading; 1.8 Exercises; Computers in the Real World; 2 Instructions: Language of the Computer; 2.1 Introduction; 2.2 Operations of the Computer Hardware; 2.3 Operands of the Computer Hardware; Memory Operands; Constant or Immediate Operands; 2.4 Representing Instructions in the Computer; MIPS Fields; 2.5 Logical Operations; 2.6 Instructions for Making Decisions; Loops
Case/Switch Statement2.7 Supporting Procedures in Computer Hardware; Using More Registers; Nested Procedures; Allocating Space for New Data on the Stack; Allocating Space for New Data on the Heap; 2.8 Communicating with People; Characters and Strings in Java; 32-Bit Immediate Operands; 2.9 MIPS Addressing for 32-Bit Immediates and Addresses; Addressing in Branches and Jumps; MIPS Addressing Mode Summary; Decoding Machine Language; 2.10 Translating and Starting a Program; Compiler; Assembler; Linker; Loader; Dynamically Linked Libraries; Starting a Java Program; High-Level Optimizations
2.11 How Compilers OptimizeLocal and Global Optimizations; 2.12 How Compilers Work: An Introduction; 2.13 A C Sort Example to Put It All Together; The Procedure; Array Version of Clear; 2.14 Implementing an Object-Oriented Language; 2.15 Arrays versus Pointers; Pointer Version of Clear; Comparing the Two Versions of Clear; 2.16 Real Stuff: IA-32 Instructions; The Intel IA-32; IA-32 Integer Operations; IA-32 Instruction Encoding; IA-32 Conclusion; 2.17 Fallacies and Pitfalls; 2.18 Concluding Remarks; 2.19 Historical Perspective and Further Reading; 2.20 Exercises; Computers in the Real World
3 Arithmetic for Computers3.1 Introduction; 3.2 Signed and Unsigned Numbers; Summary; 3.3 Addition and Subtraction; Summary; 3.4 Multiplication; Sequential Version of the Multiplication Algorithm and Hardware; Signed Multiplication; Faster Multiplication; Multiply in MIPS; Summary; 3.5 Division; A Division Algorithm and Hardware; Signed Division; Faster Division; Divide in MIPS; Summary; 3.6 Floating Point; Floating-Point Representation; Floating-Point Addition; Floating-Point Multiplication; Floating-Point Instructions in MIPS; Accurate Arithmetic; Summary
3.7 Real Stuff: Floating Point in the IA-32
Record Nr. UNINA-9910792585803321
Patterson David A  
San Francisco, Calif., : Morgan Kaufmann
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Computer organization and design : the hardware/software interface / / David A. Patterson and John L. Hennessy
Computer organization and design : the hardware/software interface / / David A. Patterson and John L. Hennessy
Autore Patterson David A
Edizione [3rd ed. revised.]
Pubbl/distr/stampa San Francisco, Calif., : Morgan Kaufmann
Descrizione fisica 1 online resource (739 p.)
Disciplina 004.21
Altri autori (Persone) HennessyJohn L
Collana Morgan Kaufmann series in computer architecture and design
Soggetto topico Computer organization
System design - Data processing
Computer architecture
ISBN 1-282-54030-0
9786612540301
0-08-055033-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Front cover; Title page; Copyright page; Table of Contents; Preface; About This Book; About the Other Book; Changes for the Third Edition; Instructor Support; Concluding Remarks; Acknowledgments for the Third Edition; 1 Computer Abstractions and Technology; 1.1 Introduction; Classes of Computing Applications and Their Characteristics; What You Can Learn in This Book; 1.2 Below Your Program; From a High-Level Language to the Language of Hardware; 1.3 Under the Covers; Anatomy of a Mouse; Through the Looking Glass; Opening the Box; A Safe Place for Data; Communicating with Other Computers
Technologies for Building Processors and Memory1.4 Real Stuff: Manufacturing Pentium 4 Chips; 1.5 Fallacies and Pitfalls; Road Map for This Book; 1.6 Concluding Remarks; 1.7 Historical Perspective and Further Reading; 1.8 Exercises; Computers in the Real World; 2 Instructions: Language of the Computer; 2.1 Introduction; 2.2 Operations of the Computer Hardware; 2.3 Operands of the Computer Hardware; Memory Operands; Constant or Immediate Operands; 2.4 Representing Instructions in the Computer; MIPS Fields; 2.5 Logical Operations; 2.6 Instructions for Making Decisions; Loops
Case/Switch Statement2.7 Supporting Procedures in Computer Hardware; Using More Registers; Nested Procedures; Allocating Space for New Data on the Stack; Allocating Space for New Data on the Heap; 2.8 Communicating with People; Characters and Strings in Java; 32-Bit Immediate Operands; 2.9 MIPS Addressing for 32-Bit Immediates and Addresses; Addressing in Branches and Jumps; MIPS Addressing Mode Summary; Decoding Machine Language; 2.10 Translating and Starting a Program; Compiler; Assembler; Linker; Loader; Dynamically Linked Libraries; Starting a Java Program; High-Level Optimizations
2.11 How Compilers OptimizeLocal and Global Optimizations; 2.12 How Compilers Work: An Introduction; 2.13 A C Sort Example to Put It All Together; The Procedure; Array Version of Clear; 2.14 Implementing an Object-Oriented Language; 2.15 Arrays versus Pointers; Pointer Version of Clear; Comparing the Two Versions of Clear; 2.16 Real Stuff: IA-32 Instructions; The Intel IA-32; IA-32 Integer Operations; IA-32 Instruction Encoding; IA-32 Conclusion; 2.17 Fallacies and Pitfalls; 2.18 Concluding Remarks; 2.19 Historical Perspective and Further Reading; 2.20 Exercises; Computers in the Real World
3 Arithmetic for Computers3.1 Introduction; 3.2 Signed and Unsigned Numbers; Summary; 3.3 Addition and Subtraction; Summary; 3.4 Multiplication; Sequential Version of the Multiplication Algorithm and Hardware; Signed Multiplication; Faster Multiplication; Multiply in MIPS; Summary; 3.5 Division; A Division Algorithm and Hardware; Signed Division; Faster Division; Divide in MIPS; Summary; 3.6 Floating Point; Floating-Point Representation; Floating-Point Addition; Floating-Point Multiplication; Floating-Point Instructions in MIPS; Accurate Arithmetic; Summary
3.7 Real Stuff: Floating Point in the IA-32
Record Nr. UNINA-9910820431603321
Patterson David A  
San Francisco, Calif., : Morgan Kaufmann
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
ISCA, '95: 22nd Annual International Symposium on Computer Architecture
ISCA, '95: 22nd Annual International Symposium on Computer Architecture
Autore Patterson David A
Pubbl/distr/stampa [Place of publication not identified], : Association for Computing Machinery, 1995
Descrizione fisica 1 online resource (426 p.;)
Collana ACM Conferences
Soggetto topico Information Technology - Computer Science (Hardware & Networks)
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Altri titoli varianti ISCA '95
Record Nr. UNISA-996208100703316
Patterson David A  
[Place of publication not identified], : Association for Computing Machinery, 1995
Materiale a stampa
Lo trovi qui: Univ. di Salerno
Opac: Controlla la disponibilità qui
ISCA, '95: 22nd Annual International Symposium on Computer Architecture
ISCA, '95: 22nd Annual International Symposium on Computer Architecture
Autore Patterson David A
Pubbl/distr/stampa [Place of publication not identified], : Association for Computing Machinery, 1995
Descrizione fisica 1 online resource (426 p.;)
Collana ACM Conferences
Soggetto topico Information Technology - Computer Science (Hardware & Networks)
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Altri titoli varianti ISCA '95
Record Nr. UNINA-9910146836703321
Patterson David A  
[Place of publication not identified], : Association for Computing Machinery, 1995
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui