-
Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口,不仅可以用来开发出大型的软件,而且是了解操作系统运行细节的最佳方式。...
Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口,不仅可以用来开发出大型的软件,而且是了解操作系统运行细节的最佳方式。本书从编写应用程序的角度,从“Hello World!”这个简单的例子开始到编写多线程、注册表和网络通信等复杂的程序,通过60多个实例逐渐深入Win32汇编语言的方方面面。本书作者罗云彬拥有十余年汇编语言编程经验,是汇编编程网站http://asm.yeah.net和汇编编程论坛http://win32asm.yeah.net的站长。本书是作者多年来编程工作的总结,适合于欲通过Win32汇编语言编写Windows程序的读者。 -Windows Environment 32-bit assembly language
- 2022-01-26 02:25:19下载
- 积分:1
-
C语言模拟实现银行家算法
进程提出资源请求时,先判断是否是合理的请求以及当前可利用的资源数能否满足它的请求,若能则假定分配给它,修改相应的数据结构,然后进行...
C语言模拟实现银行家算法
进程提出资源请求时,先判断是否是合理的请求以及当前可利用的资源数能否满足它的请求,若能则假定分配给它,修改相应的数据结构,然后进行安全性算法检查,如果安全就满足进程的请求,将请求的资源分配给它,否则不能分配资源给它。-Banker s Algorithm Simulation Of languageC
- 2022-02-04 09:42:06下载
- 积分:1
-
现在学习ENVI的人很多,现在提供ENVI培训讲义
现在学习ENVI的人很多,现在提供ENVI培训讲义-ENVI is now learning a lot of people, now offers training handouts ENVI
- 2023-01-20 13:40:05下载
- 积分:1
-
- 2022-02-09 14:52:19下载
- 积分:1
-
深入浅出mfc, 很经典的一本电子书, 希望大家喜欢
深入浅出mfc, 很经典的一本电子书, 希望大家喜欢-mfc
- 2023-01-29 08:25:03下载
- 积分:1
-
《MFC Windows程序设计(第2版)》是对其极为经典的第1版的全面更新,本书不权扩展了已被认为是权威的Microsoft用于Windows API的功能强...
《MFC Windows程序设计(第2版)》是对其极为经典的第1版的全面更新,本书不权扩展了已被认为是权威的Microsoft用于Windows API的功能强大的C++类库的阐述,还新增了有关COM、OLE和ActiveX的内容。系统!
- 2022-07-27 21:42:49下载
- 积分:1
-
一本很好的管理电子书
一本很好的管理电子书-a well managed e-books
- 2022-11-12 12:20:03下载
- 积分:1
-
一个很好的入门指南,打家里可以的
入门指南的一个很好的例子,玩家里可以玩小s
- 2022-03-30 08:42:17下载
- 积分:1
-
Javascript权威指南第五版(英文版)程序员必备书籍。涉及javascript的所有方面,部头也非常大,是任何一个javascript程序员的必备书籍。
Javascript权威指南第五版(英文版)程序员必备书籍。涉及javascript的所有方面,部头也非常大,是任何一个javascript程序员的必备书籍。-Javascript authoritative guide to the Fifth Edition (English version) essential books programmers. Involved in all aspects of javascript,部头also very large, is a javascript programmer essential books.
- 2022-03-11 17:46:15下载
- 积分:1
-
This book shows you how to write programs that run under Microsoft Windows 98, M...
This book shows you how to write programs that run under Microsoft Windows 98, Microsoft Windows NT 4.0, and Windows NT 5.0. These programs are written in the C programming language and use the native Windows application programming interfaces (APIs). As I ll discuss later in this chapter, this is not the only way to write programs that run under Windows. However, it is important to understand the Windows APIs regardless of what you eventually use to write your code. -This book shows you how to write programs that run under Microsoft Windows 98, Microsoft Windows NT 4.0, and Windows NT 5.0. These programs are written in the C programming language and use the native Windows application programming interfaces (APIs). As I ll discuss later in this chapter, this is not the only way to write programs that run under Windows. However, it is important to understand the Windows APIs regardless of what you eventually use to write your code.
- 2022-02-13 03:27:39下载
- 积分:1