-
FASM is a compilation of x86 compiler support win32 and Linux platforms, support...
fasm是一个x86的汇编编译器,支持win32和linux平台,支持多种文件格式输出,包括纯二进制-FASM is a compilation of x86 compiler support win32 and Linux platforms, support for multiple output file formats, including pure binary
- 2023-04-09 22:15:04下载
- 积分:1
-
ctrl2cap sample source
ctrl2cap sample source
- 2022-02-13 22:26:19下载
- 积分:1
-
系统内存的检测
值 得研究
系统内存的检测
值 得研究-Detection of system memory is worth studying
- 2022-02-16 07:43:11下载
- 积分:1
-
深入浅出动态库编程,文章详细介绍了动态库的理论,以及如何进行动态库编程...
深入浅出动态库编程,文章详细介绍了动态库的理论,以及如何进行动态库编程-Dynamic Library Programming in layman
- 2022-07-16 00:53:42下载
- 积分:1
-
WIN2K以上关机、重启的实现。开发环境WIN2003+VC 6.0 成都西南交通大学...
WIN2K以上关机、重启的实现。开发环境WIN2003+VC 6.0 成都西南交通大学-WIN2K above shutdown and restart the program. Development Environment 6.0 WIN2003 VC Southwest Jiaotong University in Chengdu
- 2022-05-26 10:19:29下载
- 积分:1
-
教你如何做托盘~可以参考代码~teach you how to make the bottom ico
教你如何做托盘~可以参考代码~teach you how to make the bottom ico-Teach you how to do so can refer to the code tray ~ ~ teach you how to make the bottom ico
- 2022-12-12 11:35:03下载
- 积分:1
-
汇编原理之文法化简
输入一个文法,可消除无用符号和产生式...
汇编原理之文法化简
输入一个文法,可消除无用符号和产生式-Compilation of the principle of simplification of the grammar
- 2022-03-21 17:43:19下载
- 积分:1
-
好东西,用dephi写的,高数中的算法,包括积分,微分,极限,级数,最优化方法等...
好东西,用dephi写的,高数中的算法,包括积分,微分,极限,级数,最优化方法等-good things with dephi written in the high number of algorithms, including integral, differential, limit, series, optimization methods
- 2022-11-20 05:25:04下载
- 积分:1
-
源提供的Windows驱动程序的实现方法,通过调用驱动winio…
该源码提供了windows驱动程序的实现方法,通过调用该驱动程序winio可以让你的应用程序直接进入ring0级操作端口和物理内存,并附含了VC和VB使用示例等,驱动程序采用VC编程,适用Windows98/2000/xp -The source provides a windows driver realize method, by calling the driver winio can make your application directly to ring0-class ports and physical memory operation, together with the VC and VB with the use of examples and so on, the driver made the use of VC process, the application of Windows98/2000/xp
- 2022-01-22 01:11:56下载
- 积分:1
-
结构体对齐的算法 < 常用算法与数据结构 >
由于需要做一个自动配置平台的东西,涉及到结构解析的问题。因为结构体在编译时会自动对齐边界,...
结构体对齐的算法 < 常用算法与数据结构 >
由于需要做一个自动配置平台的东西,涉及到结构解析的问题。因为结构体在编译时会自动对齐边界,如果没有一个准确的算法,是不可能得到每一个成员变量的正确偏移量的。为了解决这个问题我在网上查了一圈资料,看了MSDN上的相关介绍,但始终没有找到一个直接的算法,无奈之下只好自己亲自动手,一点一点摸索其中的实现规则。经过一天的实验之后,终于找到了这个算法。为了让以后有需要解决同样问题的朋友们能有个参考,特将此算法提供给vckbase。也谨此感谢vckbase上那些给我提供过帮助的朋友们。
源代码包括两部分,一部分是正式的调用函数,一部分是调用demo程序,全部包含在AlignOffSet.cpp文件中。该文件已经在VC++6.0上通过编译,并运行成功。
- 2022-11-25 01:35:04下载
- 积分:1