-
multi
多国语言支持的DLL,纯资源DLL,以及DLL中资源的调用例子代码.-multi-language support DLL, pure resource DLL, and DLL resources called code examples.
- 2022-05-06 13:11:34下载
- 积分:1
-
attiny15定时器控制
attiny15 timer control
- 2022-01-31 19:26:09下载
- 积分:1
-
程序运行初期,程序首先会通过LoadLibrary函数加载动态链接库Shell32.dll,并且把加载后的操作句柄存储在LibHandle中。然后通过@SHEm...
程序运行初期,程序首先会通过LoadLibrary函数加载动态链接库Shell32.dll,并且把加载后的操作句柄存储在LibHandle中。然后通过@SHEmptyRecycleBin:=GetProcAddress (LibHandle, SHEmptyRecycleBinA )语句读取SHEmptyRecycleBinA函数的地址,如果以上语句能够正确执行(也就是@SHEmptyRecycleBin不等于nil),那么就调用SHEmptyRecycleBin完成清空回收站的操作。最后释放动态链接库。-The early run, the program will first of all through the LoadLibrary function to load dynamic link library Shell32.dll, and after the load operation is stored in the handle of LibHandle. Then @ SHEmptyRecycleBin: = GetProcAddress (LibHandle, SHEmptyRecycleBinA) statement read function SHEmptyRecycleBinA address, If the above statement to the correct implementation (that is, @ SHEmptyRecycleBin does not mean nil), then call the Empty Recycle Bin SHEmptyRecycleBin complete operation. Finally the release of a dynamic link library.
- 2022-11-16 11:20:03下载
- 积分:1
-
一个读写文件的程序,一个方便使用的类,自定义派生cstdiofile
一个读写文件的程序,一个方便使用的类,自定义派生cstdiofile-A read and write documents, a user-friendly categories, from the definition of derivative cstdiofile
- 2023-01-23 03:00:04下载
- 积分:1
-
vb written with a very good process scheduling procedures, interface and functio...
用vb写的一个很不错的进程调度程序,界面和功能都很不错,看看对你学习vb会有所帮助的,强烈推荐-vb written with a very good process scheduling procedures, interface and functions are pretty good, you see right vb study will be helpful, strongly recommended
- 2022-03-01 06:50:21下载
- 积分:1
-
1、BOOTSECT.BIN
功能:1.44M软盘的引导扇区中的文件
源代码文件:BOOTSECT.ASM
编译方法 nasm bootsect...
1、BOOTSECT.BIN
功能:1.44M软盘的引导扇区中的文件
源代码文件:BOOTSECT.ASM
编译方法 nasm bootsect.asm -o bootsect.bin
2、WRBOOT.COM
功能:将BOOTSECT.BIN 写到软盘的引导扇区
源代码文件:WRBOOT.ASM
编译方法 nasm wrboot.asm -o wrboot.com
使用方法:将BOOTSECT.BIN 与WRBOOT.COM
置于同一目录下,软驱中插入软盘,执行WRBOOT.COM
3、OS.PCS
功能:操作系统的任务切换演示
源代码文件:PCS.ASM
编译方法 nasm pcs.asm -o os.pcs
使用方法:将OS.PCS拷贝到引导扇区为BOOTSECT.BIN的软盘上,设定从软驱启动计算机,重新启动计算机,电脑启动成功后可运行OS.PCS文件以显示任务切换。
-1, BOOTSECT.BIN features: 1.44M floppy disk boot sector of the document source code files: BOOTSECT.ASM compiler methods nasm bootsect.asm-o bootsect.bin2, WRBOOT.COM features: The floppy disk BOOTSECT.BIN wrote the guide Sector source code files: WRBOOT.ASM compiler methods nasm wrboot.asm-o wrboot.com use Methods: BOOTSECT.BIN with WRBOOT.COM under the same directory, insert the floppy diskette, the implementation of WRBOOT.COM3, OS.PCS functions: task switching operating system demo source code files: PCS.ASM compiler methods nasm pcs.asm-o os.pcs use
- 2022-03-26 13:01:00下载
- 积分:1
-
vc实现的CD光盘刻录,大家互相交流学习哈
vc实现的CD光盘刻录,大家互相交流学习哈-vc realize the CD CD-ROM burning, we can exchange ideas to learn Kazakh
- 2022-11-01 14:20:02下载
- 积分:1
-
谭浩强C语言word版,编程技术的最基础资料
谭浩强C语言word版,编程技术的最基础资料-TAN Hao-Qiang C-word version, programming technology the most basic information
- 2022-04-24 06:56:50下载
- 积分:1
-
The file is about binary search tree.It is implemented with C++ language.This st...
这个文件提供的C++代码实现的二叉搜索树。这是一种高效的数据结构。非常有参考价值。-The file is about binary search tree.It is implemented with C++ language.This structur is very efficient.
- 2022-02-07 20:51:52下载
- 积分:1
-
IP服务的特点如下:数据应用包括办公自动化系统、WWW、FTP、电子邮件等。其传输特点是猝发式传送,即数据流的出现不定时,而一旦出现数据流,则流量非常大,经常在...
IP服务的特点如下:数据应用包括办公自动化系统、WWW、FTP、电子邮件等。其传输特点是猝发式传送,即数据流的出现不定时,而一旦出现数据流,则流量非常大,经常在短时间内占用整个主干网带宽。-IP services to the following features : data applications including office automation systems, WWW, FTP and e-mail. Its transmission is characterized by the sudden-transmitted data stream that is the emergence of irregular, and once the data flow, the flow is very large, often in a short period of time using the entire backbone network bandwidth.
- 2022-05-12 12:07:26下载
- 积分:1