Vous en avez un à vendre?

Manuel de programmation SIMD pour Linux et Windows par Paul Cockshott (anglais) Hardco

État :
Entièrement neuf
3 disponibles
Prix :
126,99 $US
Environ173,59 $C
Ayez l'esprit tranquille. Renvois acceptés.
Expédition :
Sans frais Economy Shipping. En savoir plussur l'expédition
Lieu : Fairfield, Ohio, États-Unis
Livraison :
Livraison prévue entre le sam. 15 juin et le jeu. 27 juin à 43230
Les dates de livraison approximatives – s'ouvre dans une nouvelle fenêtre ou un nouvel onglet tiennent compte du délai de manutention du vendeur, du code postal de l'expéditeur, du code postal du destinataire et de l'heure de l'acceptation et dépendent du service d'expédition sélectionné et de la réception du paiementréception du paiement - s'ouvre dans une nouvelle fenêtre ou un nouvel onglet. Les délais de livraison peuvent varier, particulièrement lors de périodes achalandées.
Renvois :
Renvoi sous 30jours. L'acheteur paie les frais de port du renvoi. En savoir plus- pour en savoir plus sur les renvois
Paiements :
     

Magasinez en toute confiance

Garantie de remboursement eBay
Recevez l'objet commandé ou obtenez un remboursement. 

Informations sur le vendeur

Inscrit comme vendeur professionnel
Le vendeur assume l'entière responsabilité de cette annonce.
Numéro de l'objet eBay :364695770529
Dernière mise à jour : mai 19, 2024 08:16:45 HAEAfficher toutes les modificationsAfficher toutes les modifications

Caractéristiques de l'objet

État
Entièrement neuf: Un livre neuf, non lu, non utilisé et en parfait état, sans aucune page manquante ...
ISBN-13
9781852337940
Book Title
SIMD Programming Manual for Linux and Windows
ISBN
9781852337940
Publication Year
2004
Series
Springer Professional Computing Ser.
Type
Textbook
Format
Hardcover
Language
English
Publication Name
Simd Programming Manual for Linux and Windows
Author
Paul Cockshott, Kenneth Renfrew
Item Length
10in
Publisher
Springer London, The Limited
Item Width
7in
Item Weight
73 Oz
Number of Pages
Xxvi, 352 Pages

À propos de ce produit

Product Information

All modern PCs provide SIMD processing but there are no practical programming books telling you how to use it. Use of these techniques can allow programs to run 8 to 10 times faster than conventional programs on the same computer. The book enables high-level language programmers to make effective use of a technology that at present is known to and utilised only by a handful of developers. They could write graphics programs that were much faster as a result. This will be of interest to practitioners of games programming, image processing, medical image analysis, video processing etc.

Product Identifiers

Publisher
Springer London, The Limited
ISBN-10
185233794x
ISBN-13
9781852337940
eBay Product ID (ePID)
8038757265

Product Key Features

Author
Paul Cockshott, Kenneth Renfrew
Publication Name
Simd Programming Manual for Linux and Windows
Format
Hardcover
Language
English
Publication Year
2004
Series
Springer Professional Computing Ser.
Type
Textbook
Number of Pages
Xxvi, 352 Pages

Dimensions

Item Length
10in
Item Width
7in
Item Weight
73 Oz

Additional Product Features

Number of Volumes
1 Vol.
Lc Classification Number
Qa76.76.O63
Reviews
"Any scientist or engineer having to analyze any volume of data should read this book. The streaming extensions on today's CPUs come to life with the code that is presented clearly and concisely, and your applications will learn to fly. Thumbs up for Paul Cockshott and Keith Renfrew."Patrick Van Laake, Ph.D.Equator Spatial TechnologiesEndorsement for: MMX and Streaming SIMD programming Using PCs and LinuxP. Cockshott & K. Renfrew, Springer, 2003"Vector Pascal represents a major advance in enabling non-experts to exploit the byte-parallel processing capabilities of modern CPUs. Cockshott and Renfrew's succinct book provides a well-written introduction to contemporary MMX and SIMD technology, and a solid grounding in using Vector Pascal and its tools to develop substantive image processing and graphics applications."Dr Greg MichaelsonHead of Computer ScienceHeriot-Watt UniversityRiccartonEH14 4ASgreg@macs.hw.ac.uk0131 451 3422 , "Any scientist or engineer having to analyze any volume of data should read this book. The streaming extensions on today's CPUs come to life with the code that is presented clearly and concisely, and your applications will learn to fly. Thumbs up for Paul Cockshott and Keith Renfrew." Patrick Van Laake, Ph.D. Equator Spatial Technologies Endorsement for: MMX and Streaming SIMD programming Using PCs and Linux P. Cockshott & K. Renfrew, Springer, 2003 "Vector Pascal represents a major advance in enabling non-experts to exploit the byte-parallel processing capabilities of modern CPUs. Cockshott and Renfrew's succinct book provides a well-written introduction to contemporary MMX and SIMD technology, and a solid grounding in using Vector Pascal and its tools to develop substantive image processing and graphics applications." Dr Greg Michaelson Head of Computer Science Heriot-Watt University Riccarton EH14 4AS greg@macs.hw.ac.uk 0131 451 3422, "Any scientist or engineer having to analyze any volume of data should read this book. The streaming extensions on today's CPUs come to life with the code that is presented clearly and concisely, and your applications will learn to fly. Thumbs up for Paul Cockshott and Keith Renfrew." Patrick Van Laake, Ph.D. Equator Spatial Technologies Endorsement for: MMX and Streaming SIMD programming Using PCs and Linux P. Cockshott & K. Renfrew, Springer, 2003 "Vector Pascal represents a major advance in enabling non-experts to exploit the byte-parallel processing capabilities of modern CPUs. Cockshott and Renfrew's succinct book provides a well-written introduction to contemporary MMX and SIMD technology, and a solid grounding in using Vector Pascal and its tools to develop substantive image processing and graphics applications." Dr Greg Michaelson Head of Computer Science Heriot-Watt University Riccarton EH14 4AS greg@macs.hw.ac.uk 0131 451 3422  
Table of Content
I SIMD Programming.- 1 Computer Speed, Program Speed.- 2 SIMD Instruction-sets.- 3 SIMD Programming in Assembler and C.- 4 Intel SIMD Instructions.- 5 3DNOW Instructions.- II SIMD Programming Languages.- 6 Another Approach: Data Parallel Languages.- 7 Basics of Vector Pascal.- 8 Algorithmic Features of Vector Pascal.- 9 User-defined Types.- 10 Input and Output.- 11 Permutations and Polymorphism.- III Programming Examples.- 12 Advanced Set Programming.- 13 Parallel Image Processing.- 14 Pattern Recognition and Image Compression.- 15 3D Graphics.- IV VIPER.- 16 Introduction to VIPER.- Appendix A Compiler Porting Tools.- A.1 Dependencies.- A.2 Compiler Structure.- A.2.1 Vectorisation.- A.2.2 Porting Strategy.- A.3 ILCG.- A.4 Supported Types.- A.4.1 Data Formats.- A.4.2 Typed Formats.- A.4.3 ref Types.- A.5 Supported Operations.- A.5.1 Type Casts.- A.5.2 Arithmetic.- A.5.3 Memory.- A.5.4 Assignment.- A.5.5 Dereferencing.- A.6 Machine Description.- A.6.1 Registers.- A.6.2 Register Sets.- A.6.3 Register Arrays.- A.6.4 Register Stacks.- A.6.5 Instruction Formats.- A.7 Grammar of ILCG.- A.8 ILCG Grammar.- A.8.1 Helpers.- A.8.2 Tokens.- A.8.3 Non-terminal Symbols.- Appendix B Software Download.- Appendix C Using the Command Line Compiler.- C.1 Invoking the Compiler.- C.1.1 Environment Variable.- C.1.2 Compiler Options.- C.1.3 Dependencies.- C.2 Calling Conventions.- C.3 Array Representation.- C.3.1 Range Checking.- References.
Copyright Date
2004
Topic
Operating Systems / Linux, Operating Systems / General, Image Processing, Programming / Parallel, Computer Vision & Pattern Recognition, Operating Systems / Windows Desktop
Lccn
2003-067311
Dewey Decimal
005.2/75
Intended Audience
Scholarly & Professional
Dewey Edition
22
Illustrated
Yes
Genre
Computers

Description de l'objet du vendeur

grandeagleretail

grandeagleretail

98,3% d'évaluations positives
2,7M objets vendus
Visiter la BoutiqueContacter
Répond généralement en 24 heures

Évaluations détaillées du vendeur

Moyenne au cours des 12 derniers mois

Qualité de la description
4.9
Justesse des frais d'expédition
5.0
Rapidité de l'expédition
4.9
Communication
4.9

Évaluations comme vendeur (1 024 006)

a***s (180)- Évaluation laissée par l'acheteur.
Dernier mois
Achat vérifié
Smooth transaction and arrived sooner than expected. Thank you!
h***a (3224)- Évaluation laissée par l'acheteur.
Dernier mois
Achat vérifié
A+
1***o (2170)- Évaluation laissée par l'acheteur.
Dernier mois
Achat vérifié
Professional seller, perfect packaging, speedy service!!

Évaluations et avis sur le produit

Aucune évaluation ni aucun avis jusqu'à maintenant.
Soyez le premier à rédiger un avis.