搜索资源列表
asmandc
- C++语言是C语言的超集,它是在C语言的基础上扩展形成的面向对象程序设计语言。微软Visual C++ 5.0∕6.0则是Windows 9.x平台上广泛应用的开发系统。本节以Visual C++ 5.0∕6.0为例,说明32位Windows 9.x环境下汇编语言与C++的混合编程。它也分为嵌入汇编和模块调用两种方式。 -C C language is a superset of language, it is in C language on the basis of the extend
Manual4W32asm
- 在windows环境下汇编开发不可缺少的教程-Manual for w32asm
Pbhzongzenyangquyingpianxuliehao
- 要读取硬盘序列号我们可以用汇编来实现,但毕竟不容易,况且也不能有效的结合到PB脚本中。在PB中我们可以通过调用Windows提供的外部函数GetVolumeInformationA()来实现。这相对来说比较简单。-To read the hard drive serial number can be implemented in assembly, but not easy, after all, What can not be effectively integrated into the P