Search preferences
Skip to main search results

Search filters

Product Type

  • All Product Types 
  • Books (9)
  • Magazines & Periodicals (No further results match this refinement)
  • Comics (No further results match this refinement)
  • Sheet Music (No further results match this refinement)
  • Art, Prints & Posters (No further results match this refinement)
  • Photographs (No further results match this refinement)
  • Maps (No further results match this refinement)
  • Manuscripts & Paper Collectibles (No further results match this refinement)

Collectible Attributes

Language (2)

Price

Custom price range (£)

Seller Location

  • Just, Steven, Hutchinson, Robert

    Published by McGraw-Hill Education, 1988

    ISBN 10: 0070315418 ISBN 13: 9780070315419

    Language: English

    Seller: Better World Books: West, Reno, NV, U.S.A.

    Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

    Contact seller

    First Edition

    Free shipping within U.S.A.

    Destination, rates & speeds

    Quantity: 1 available

    Add to basket

    Condition: Good. 1st Edition. Used book that is in clean, average condition without any missing pages.

  • Just, Steven, Hutchinson, Robert

    Published by McGraw-Hill Education, 1988

    ISBN 10: 0070315418 ISBN 13: 9780070315419

    Language: English

    Seller: Better World Books, Mishawaka, IN, U.S.A.

    Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

    Contact seller

    First Edition

    Free shipping within U.S.A.

    Destination, rates & speeds

    Quantity: 1 available

    Add to basket

    Condition: Good. 1st Edition. Used book that is in clean, average condition without any missing pages.

  • £ 12.62 shipping within U.S.A.

    Destination, rates & speeds

    Quantity: 1 available

    Add to basket

    Soft cover. Condition: Fine. 1st Edition. [1st edition], 1st printing ; xiv, 394 p. : illustrated. ; 24 cm. ; ISBN: 1558280235 ; 9781558280236 LCCN: 89-12374 ; OCLC: 19885337 ; LC: QA76.73.C153; Dewey: 005.265 ; store stamp on inside front cover ; stiff paper wrappers ; includes 5 1/4 inch floppy disk, containing the complete program source code for all programs and applications in the book ; FINE. Book.

  • Daniel Kusswurm

    Published by APress, Berkley, 2022

    ISBN 10: 1484279174 ISBN 13: 9781484279175

    Language: English

    Seller: Grand Eagle Retail, Fairfield, OH, U.S.A.

    Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

    Contact seller

    First Edition

    Free shipping within U.S.A.

    Destination, rates & speeds

    Quantity: 1 available

    Add to basket

    Paperback. Condition: new. Paperback. Learn the fundamentals of x86 Single instruction multiple data (SIMD) programming using C++ intrinsic functions and x86-64 assembly language. This book emphasizes x86 SIMD programming topics and technologies that are relevant to modern software development in applications which can exploit data level parallelism, important for the processing of big data, large batches of data and related important in data science and much more.Modern Parallel Programming with C++ and Assembly Language is an instructional text that explains x86 SIMD programming using both C++ and assembly language. The books content and organization are designed to help you quickly understand and exploit the SIMD capabilities of x86 processors. It also contains an abundance of source code that is structured to accelerate learning and comprehension of essential SIMD programming concepts and algorithms. After reading this book, you will be able to code performance-optimized AVX, AVX2, andAVX-512 algorithms using either C++ intrinsic functions or x86-64 assembly language. What You Will LearnUnderstand the essential details about x86 SIMD architectures and instruction sets including AVX, AVX2, and AVX-512.Master x86 SIMD data types, arithmetic instructions, and data management operations using both integer and floating-point operands.Code performance-enhancing functions and algorithms that fully exploit the SIMD capabilities of a modern x86 processor.Employ C++ intrinsic functions and x86-64 assembly language code to carry out arithmetic calculations using common programming constructs including arrays, matrices, and user-defined data structures.Harness the x86 SIMD instruction sets to significantly accelerate the performance of computationally intense algorithms in applications such as machine learning, image processing, computer graphics, statistics, and matrix arithmetic.Apply leading-edge coding strategies and techniques to optimally exploit the x86 SIMD instruction sets for maximum possible performance. Who This Book Is ForIntermediate to advanced programmers/developers in general. Readers of this book should have previous programming experience with modern C++ (i.e., ANSI C++11 or later) and Assembly. Some familiarity with Microsofts Visual Studio or the GNU toolchain will be helpful. The target audience for Modern X86 SIMD Programming are experienced software developers, programmers and maybe some hobbyists. Shipping may be from multiple locations in the US or from the UK, depending on stock availability.

  • STROUSTRUP

    Published by ADDISON WESLEY 0, 1997

    ISBN 10: 0201889544 ISBN 13: 9780201889543

    Language: English

    Seller: LIBRERIA LEA+, Santiago, RM, Chile

    Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

    Contact seller

    First Edition

    £ 27.54 shipping from Chile to U.S.A.

    Destination, rates & speeds

    Quantity: 1 available

    Add to basket

    Blanda. Condition: New. Dust Jacket Condition: Nuevo. No Aplica (illustrator). 3. The C++ Programming Language, Third Edition Bjarne Stroustrup Preface Programming is understanding. - Kristen Nygaard I find using C++ more enjoyable than ever. C++'s support for design and programming has improved dramatically over the years, and lots of new helpful techniques have been developed for its use. However, C++ is not justfun. Ordinary practical programmers have achieved significant improvements in productivity, maintainability, flexibility, and quality in projects of just about any kind and scale. By now, C++ has fulfilled most of the hopes I originally had for it, and also succeeded at tasks I hadn't even dreamt of. This book introduces standard C++* and the key programming and design techniques supported by C++. Standard C++ is a far more powerful and polished language than the version of C++ introduced by the first edition of this book. New language features such as name spaces, exceptions, templates, and run-time type identification allow many techniques to be applied more directly than was possible before, and the standard library allows the programmer to start from a much higher level than the bare language. About a third of the information in the second edition of this book came from the first. This third edition is the result of a rewrite of even larger magnitude. It offers something to even the most experienced C++ programmer; at the same time, this book is easier for the novice to approach that its predecessors were. The explosion of C++ use and the massive amount of experience accumulated as a result makes this possible. The definition of an extensive standard library makes a difference to the way C++ concepts can be presented. As before, this book presents C++ independently of any particular implementation, and as before, the tutorial chapters present language constructs and concepts in a "bottom up" order so that a construct is used only after it has been defined. However, it is much easier to use a well-designed library than it is to understand the details of its implementation. Therefore the standard library can be used to provide realistic and interesting examples well before a reader can be assumed to understand its inner workings. the standard library itself is also a fertile source of programming examples and design techniques. This book presents every major C++ language feature and the standard library. It is organized around language and library facilities. However, features are presented in the context of their use. That is, the focus is on the language as the tool for design and programming rather than on the language in itself. This book demonstrates key techniques that make C++ effective and teaches the fundamental concepts necessary for mastery. Except where illustrating technicalities, examples are taken from the domain of systems software. A companion, The Annotated C++ Language Standard, presents the complete language definition together with annotations to make it more comprehensible. The primary aim of this book is to help the reader understand how the facilities offered by C++ support key programming techniques. The aim is to take the reader far beyond the point where he or she gets code running primarily by copying examples and emulation programming styles from other languages. Only a good understanding of the ideas behind the language facilities leads to mastery. Supplemented by implementation documentation, the information provided is sufficient for completing significant real-world projects. 1395 gr. Libro.

  • Kusswurm, Daniel

    Published by Apress, 2022

    ISBN 10: 1484279174 ISBN 13: 9781484279175

    Language: English

    Seller: Russell Books, Victoria, BC, Canada

    Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

    Contact seller

    First Edition

    £ 7.44 shipping from Canada to U.S.A.

    Destination, rates & speeds

    Quantity: Over 20 available

    Add to basket

    Paperback. Condition: New. 1st ed. Special order direct from the distributor.

  • McNitt, Lawrence L.

    Published by Petrocelli Books, 1987

    ISBN 10: 0894332805 ISBN 13: 9780894332807

    Seller: The Old Sage Bookshop, Prescott, AZ, U.S.A.

    Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

    Contact seller

    First Edition

    £ 4.38 shipping within U.S.A.

    Destination, rates & speeds

    Quantity: 1 available

    Add to basket

    Hard Cover with Dustjacket. Condition: Fine-. Dust Jacket Condition: Very Good. First Edition First Printing. Hardcover with dustjacket : fine minus / very good. Size: 8vo - over 7¾ - 9¾" tall. Book.

  • Daniel Kusswurm

    Published by APress, Berkley, 2022

    ISBN 10: 1484279174 ISBN 13: 9781484279175

    Language: English

    Seller: AussieBookSeller, Truganina, VIC, Australia

    Seller rating 3 out of 5 stars 3-star rating, Learn more about seller ratings

    Contact seller

    First Edition

    £ 27.54 shipping from Australia to U.S.A.

    Destination, rates & speeds

    Quantity: 1 available

    Add to basket

    Paperback. Condition: new. Paperback. Learn the fundamentals of x86 Single instruction multiple data (SIMD) programming using C++ intrinsic functions and x86-64 assembly language. This book emphasizes x86 SIMD programming topics and technologies that are relevant to modern software development in applications which can exploit data level parallelism, important for the processing of big data, large batches of data and related important in data science and much more.Modern Parallel Programming with C++ and Assembly Language is an instructional text that explains x86 SIMD programming using both C++ and assembly language. The books content and organization are designed to help you quickly understand and exploit the SIMD capabilities of x86 processors. It also contains an abundance of source code that is structured to accelerate learning and comprehension of essential SIMD programming concepts and algorithms. After reading this book, you will be able to code performance-optimized AVX, AVX2, andAVX-512 algorithms using either C++ intrinsic functions or x86-64 assembly language. What You Will LearnUnderstand the essential details about x86 SIMD architectures and instruction sets including AVX, AVX2, and AVX-512.Master x86 SIMD data types, arithmetic instructions, and data management operations using both integer and floating-point operands.Code performance-enhancing functions and algorithms that fully exploit the SIMD capabilities of a modern x86 processor.Employ C++ intrinsic functions and x86-64 assembly language code to carry out arithmetic calculations using common programming constructs including arrays, matrices, and user-defined data structures.Harness the x86 SIMD instruction sets to significantly accelerate the performance of computationally intense algorithms in applications such as machine learning, image processing, computer graphics, statistics, and matrix arithmetic.Apply leading-edge coding strategies and techniques to optimally exploit the x86 SIMD instruction sets for maximum possible performance. Who This Book Is ForIntermediate to advanced programmers/developers in general. Readers of this book should have previous programming experience with modern C++ (i.e., ANSI C++11 or later) and Assembly. Some familiarity with Microsofts Visual Studio or the GNU toolchain will be helpful. The target audience for Modern X86 SIMD Programming are experienced software developers, programmers and maybe some hobbyists. Shipping may be from our Sydney, NSW warehouse or from our UK or US warehouse, depending on stock availability.

  • Daniel Kusswurm

    Published by APress, Berkley, 2022

    ISBN 10: 1484279174 ISBN 13: 9781484279175

    Language: English

    Seller: CitiRetail, Stevenage, United Kingdom

    Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

    Contact seller

    First Edition

    £ 37 shipping from United Kingdom to U.S.A.

    Destination, rates & speeds

    Quantity: 1 available

    Add to basket

    Paperback. Condition: new. Paperback. Learn the fundamentals of x86 Single instruction multiple data (SIMD) programming using C++ intrinsic functions and x86-64 assembly language. This book emphasizes x86 SIMD programming topics and technologies that are relevant to modern software development in applications which can exploit data level parallelism, important for the processing of big data, large batches of data and related important in data science and much more.Modern Parallel Programming with C++ and Assembly Language is an instructional text that explains x86 SIMD programming using both C++ and assembly language. The books content and organization are designed to help you quickly understand and exploit the SIMD capabilities of x86 processors. It also contains an abundance of source code that is structured to accelerate learning and comprehension of essential SIMD programming concepts and algorithms. After reading this book, you will be able to code performance-optimized AVX, AVX2, andAVX-512 algorithms using either C++ intrinsic functions or x86-64 assembly language. What You Will LearnUnderstand the essential details about x86 SIMD architectures and instruction sets including AVX, AVX2, and AVX-512.Master x86 SIMD data types, arithmetic instructions, and data management operations using both integer and floating-point operands.Code performance-enhancing functions and algorithms that fully exploit the SIMD capabilities of a modern x86 processor.Employ C++ intrinsic functions and x86-64 assembly language code to carry out arithmetic calculations using common programming constructs including arrays, matrices, and user-defined data structures.Harness the x86 SIMD instruction sets to significantly accelerate the performance of computationally intense algorithms in applications such as machine learning, image processing, computer graphics, statistics, and matrix arithmetic.Apply leading-edge coding strategies and techniques to optimally exploit the x86 SIMD instruction sets for maximum possible performance. Who This Book Is ForIntermediate to advanced programmers/developers in general. Readers of this book should have previous programming experience with modern C++ (i.e., ANSI C++11 or later) and Assembly. Some familiarity with Microsofts Visual Studio or the GNU toolchain will be helpful. The target audience for Modern X86 SIMD Programming are experienced software developers, programmers and maybe some hobbyists. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.