资源列表
XScale体系结构及对编译优化的挑战
- XScale体系结构及对编译优化的挑战。对XScale体系结构比较详细的介绍。-XScale architecture and the compiler optimization challenges. XScale architecture for a more detailed presentation.
CAD作业
- 通过运用各种算法,用编程工具编写出具备一定实用功能的软件,了解绘图的一些基本知识。-through the use of various algorithms, programming tools used to prepare a certain practical function of the software, graphics understanding of some basic knowledge.
COM_ATL
- 用ATL COM开发的一个应用程序,是一个Office插件-with ATL COM developed an application is a plug-in Office
产生毫秒级时钟延时的程序
- 产生毫秒级的时钟....希望对大家有用-have millisecond clock .... hope useful for all
精致的小时钟
- 汇编精致小时钟 希望能对大家用到-compilation of exquisite small clock we hope to use
E_Clock 仿真时钟
- 统一网内的微机原理....用汇编语言编写的时钟-unified network of computer theories .... assembler language clock
FunCnsdwin
- qqoneline记录器 非常有用的程序 -qqoneline Recorder very useful procedure
单词统计o
- WINDOWS编程,单词统计程序 使用: 运行程序后,选择菜单“文件”/“打开” 打开“Word.dat”或“数单词调入.txt”.将显 示文本并统计单词数目。也可自己编辑英文文本 文档调入。-Windows programming, statistical procedures for the use of the word : operational procedures, select menu "document" / "open&quo
PCboyi
- 一本关于人机博弈的书,关于象棋和五子棋,详细介绍其算法-one of the man-machine game, the book on chess and 331, detailing its algorithm
stddllinvokerdemosrc
- 调用标准DLL函数示例 AppWizard has created this Demo DLL for you. This file contains a summary of what you will find in each of the files that make up your Demo application. Demo.dsp This file (the project file) contains information at the p
enumvdmpro
- 即使是在 32位环境中编写程序,也经常碰到处理 16位应用程序的情况。在 Windows NT 中,16位程序是运行在虚拟 DOS 机(VDM)中的。VDMDBG.dll 包含许多处理16位程序的有用函数,这个库是 Platform SDK 的一部分。 VDMDBG 中的函数提供了很好的方式在 VDM 中枚举、创建和终止 16位进程(任务)。 如果需要使用 VDMDBG 函数,你的工程必须链接 VDMDBG.lib。-even in the 32-bit environment pr
showprocesspath2
- 最近整理文档,发现以前写的《如何在NT下获取进程的路径》一文中还有个问题没有解决:原文中的程序无法获取系统进程的路径,如:csrss.exe。记得VCKBASE上有位网友说过一个方法:“给枚举的进程增加SE_DEBUG_NAME权限即可”,于是在网上找了些资料,解决了原文中的问题。-recent collating documents, written in the past found "in the process of obtaining NT Path," a sti