自定义博客皮肤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)
  • 收藏
  • 关注

空空如也

分布式计算:原理,算法与系统(英文版)

Distributed Computing - Principles,Algorithms,and Systems 分布式计算:原理,算法与系统

2018-09-10

麦克斯韦方程直观 翻译版 图解直观数学

图解直观数学 麦克斯韦方程直观 翻译版 图解直观数学 麦克斯韦方程直观 翻译版

2018-03-21

应用密码学:协议、算法与C源程序.中文第2版

应用密码学:协议、算法与C源程序.中文第2版 Applied Cryptography - Protocols Algorithms and Source Code in C

2018-03-09

游戏编程精粹1 带完整标签

游戏编程精粹1,如果做游戏开发,都知道的

2015-04-28

Cloud Computing - Web-Based Applications That Change the Way You Work and Collaborate Online

Cloud Computing - Web-Based Applications That Change the Way You Work and Collaborate Online

2010-05-18

Cloud Computing - A Practical Approach

Cloud Computing - A Practical Approach

2010-05-18

Programming Server-Side Applications for MS Windows 2000

Programming Server-Side Applications for MS Windows 2000

2010-05-15

Windows程序设计(Programming.Windows.EN)

Windows程序设计(Programming.Windows.EN)

2010-05-15

Windows Via C C++

Microsoft Windows is a complex operating system. It offers so many features and does so much that it's impossible for any one person to fully understand the entire system. This complexity also makes it difficult for someone to decide where to start concentrating the learning effort. Well, I always like to start at the lowest level by gaining a solid understanding of the system's basic building blocks. Once you understand the basics, it's easy to incrementally add any higher-level aspects of the system to your knowledge. So this book focuses on Windows' basic building blocks and the fundamental concepts that you must know when architecting and implementing software targeting the Windows operating system. In short, this book teaches the reader about various Windows features and how to access them via the C and C++ programming languages. Although this book does not cover some Windows concepts—such as the Component Object Model (COM)—COM is built on top of basic building blocks such as processes, threads, memory management, DLLs, thread local storage, Unicode, and so on. If you know these basic building blocks, understanding COM is just a matter of understanding how the building blocks are used. I have great sympathy for people who attempt to jump ahead in learning COM's architecture. They have a long road ahead and are bound to have gaping holes in their knowledge, which is bound to negatively affect their code and their software development schedules. The Microsoft .NET Framework's common language runtime (CLR) is another technology not specifically addressed in this book. (However, it is addressed in my other book: CLR via C#, Jeffrey Richter, Microsoft Press, 2006). However, the CLR is implemented as a COM object in a dynamic-link library (DLL) that loads in a process and uses threads to execute code that manipulates Unicode strings that are managed in memory. So again, the basic building blocks presented in this book will help developers writing managed code. In addition, by way of the CLR's Platform Invocation (P/Invoke) technology, you can call into the various Windows' APIs presented throughout this book. So that's what this book is all about: the basic Windows building blocks that every Windows developer (at least in my opinion) should be intimately aware of. As each block is discussed, I also describe how the system uses these blocks and how your own applications can best take advantage of these blocks. In many chapters, I show you how to create building blocks of your own. These building blocks, typically implemented as generic functions or C++ classes, group a set of Windows building blocks together to create a whole that is much greater than the sum of its parts.

2010-05-15

An Introduction to Ray Tracing

An Introduction to Ray Tracing

2010-05-15

Realistic Ray Tracing(2nd edtion)

Realistic Ray Tracing(2nd edtion)

2010-05-15

Advanced Animation with DirectX

Advanced Animation with DirectX

2010-05-15

算法导论(第2版)——习题答案

算法导论(第2版)——习题答案 算法导论(第2版)——习题答案

2009-11-07

ISO C++ 标准 2003 (ISO C++ Standard (ISO14882) 2003)

PDF格式 ISO C++ 标准 2003 (ISO C++ Standard (ISO14882) 2003)

2009-06-06

空空如也

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

TA关注的人

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