自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (16)
  • 收藏
  • 关注

空空如也

Modern X86 Assembly Language Programming

Modern X86 Assembly Language Programming shows the fundamentals of x86 assembly language programming. It focuses on the aspects of the x86 instruction set that are most relevant to application software development. The book's structure and sample code are designed to help the reader quickly understand x86 assembly language programming and the computational capabilities of the x86 platform. Major topics of the book include the following:, 32-bit core architecture, data types, internal registers, memory addressing modes, and the basic instruction set, X87 core architecture, register stack, special purpose registers, floating-point encodings, and instruction set, MMX technology and instruction set, Streaming SIMD extensions (SSE) and Advanced Vector Extensions (AVX) including internal registers, packed integer arithmetic, packed and scalar floating-point arithmetic, and associated instruction sets, 64-bit core architecture, data types, internal registers, memory addressing modes, and the basic instruction set, 64-bit extensions to SSE and AVX technologies, X86 assembly language optimization strategies and techniques, What you’ll learn, How to use the x86’s 32-bit and 64-bit instruction sets to create performance-enhancing functions that are callable from a high-level language (C++), How to use x86 assembly language to efficiently manipulate common programming constructs including integers, floating-point values, text strings, arrays, and structures, How to use the SSE and AVX extensions to significantly accelerate the performance of computationally-intensive algorithms and subroutines in problem domains such as image processing, computer graphics, mathematics, and statistics, How to use various coding strategies and techniques to optimally exploit the x86’s microarchitecture for maximum possible performance, Who this book is for, The target audience for Modern X86 Assembly Language Programming is software developers including:, Software developers who are creating application programs for Windows-based platforms and want to learn how to write performance-enhancing algorithms and functions using x86 assembly language, Software developers who are creating application programs for non-Windows environments and want to learn x86 assembly language programming, Software developers who have a basic understanding of x86 assembly language programming and want to learn how to use SSE and AVX, Software developers and computer science students who want or need to gain a better understanding of the x86 platform including its internal architecture and instruction sets, The primary audience for the book is Windows software developers since the sample code will be created using Visual C++ and Microsoft Macro Assembler. Developers targeting non- Windows platforms, however, also can learn from the book since most of the content will be organized and communicated independent of any specific operating system. In order to understand the book’s subject material, a background that includes some programming experience using C or C++ will be helpful. Experience with or knowledge of a particular Windows API will not be a prerequisite to benefit from the book.

2017-05-24

Professional Assembly Language

Unlike high-level languages such as Java and C++, assembly language is much closer to the machine code that actually runs computers; it's used to create programs or modules that are very fast and efficient, as well as in hacking exploits and reverse engineering Covering assembly language in the Pentium microprocessor environment, this code-intensive guide shows programmers how to create stand-alone assembly language programs as well as how to incorporate assembly language libraries or routines into existing high-level applications Demonstrates how to manipulate data, incorporate advanced functions and libraries, and maximize application performance Examples use C as a high-level language, Linux as the development environment, and GNU tools for assembling, compiling, linking, and debugging

2017-05-24

Exploring C++ 11

Exploring C++ 11, 2nd Edition

2017-05-02

Mastering Algorithms with Perl

Mastering Algorithms with Perl

2017-04-25

Mastering Algorithms with C

Mastering Algorithms with C

2017-04-25

Learning Perl, 7th Edition

Learning Perl, 7th Edition

2017-04-24

Essential Algorithms

Essential Algorithms

2017-04-24

Eclipse Plug-in Development Beginner s Guide

Eclipse Plug-in Development Beginner s Guide

2017-04-24

Beginning JSON

Beginning JSON

2017-04-24

Data Structures using C++

Data Structures using C++

2017-04-24

Unreal Engine Essentials

Unreal Engine Essentials

2017-04-24

Learn C++ for Game Development

Learn C++ for Game Development

2017-04-21

Beginning Perl for Bioinformatics

With its highly developed capacity to detect patterns in data, Perl has become one of the most popular languages for biological data analysis. But if you're a biologist with little or no programming experience, starting out in Perl can be a challenge. Many biologists have a difficult time learning how to apply the language to bioinformatics. The most popular Perl programming books are often too theoretical and too focused on computer science for a non-programming biologist who needs to solve very specific problems., Beginning Perl for Bioinformatics is designed to get you quickly over the Perl language barrier by approaching programming as an important new laboratory skill, revealing Perl programs and techniques that are immediately useful in the lab. Each chapter focuses on solving a particular bioinformatics problem or class of problems, starting with the simplest and increasing in complexity as the book progresses. Each chapter includes programming exercises and teaches bioinformatics by showing and modifying programs that deal with various kinds of practical biological problems. By the end of the book you'll have a solid understanding of Perl basics, a collection of programs for such tasks as parsing BLAST and GenBank, and the skills to take on more advanced bioinformatics programming. Some of the later chapters focus in greater detail on specific bioinformatics topics. This book is suitable for use as a classroom textbook, for self-study, and as a reference., The book covers:, Programming basics and working with DNA sequences and strings, Debugging your code, Simulating gene mutations using random number generators, Regular expressions and finding motifs in data, Arrays, hashes, and relational databases, Regular expressions and restriction maps, Using Perl to parse PDB records, annotations in GenBank, and BLAST output

2017-04-20

The Definitive Guide to Catalyst

Guide to Catalyst

2017-04-19

Catalyst 5.8- the Perl MVC Framework

Catalyst 5.8- the Perl MVC Framework

2017-04-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除