资源列表
[压缩解压] 让你的程序声图并茂3
说明:学习用C语言发声 • 了解声音功能函数 • 了解乐谱文件的制作 • 能够结合图像与声音,让你的程序声图并茂 -learning C language audible<高俊杰> 在 2025-04-04 上传 | 大小:48kb | 下载:0
[压缩解压] BMP文件的艺术再现4
说明:BMP文件的存储格式 • DOS方式下调用BMP图像的手段 • 艺术再现BMP图像 -BMP file storage format<高俊杰> 在 2025-04-04 上传 | 大小:845kb | 下载:0
[压缩解压] VGA图形控制器直接编程技术6
说明:VGA卡的结构原理 ● 调用BIOS中断设置图形方式 ● 灰度级别的应用 -VGA card-- the principle of the structure set up called the BIOS interrupt graphics mode-- gray-level applications<高俊杰> 在 2025-04-04 上传 | 大小:17kb | 下载:0
[压缩解压] 程序内存驻留程序(TSR)8
说明:在C语言中,可以用keep ( )函数将程序驻留内存。这个函数有两个参数:status和size。size为驻留内存长度,可以用size=_SS+_SP/16-_psp得到,当然这也是一种估算的方法,并不是精确值。函数执行完以后,出口状态信息保存在status中。比如,对于上面的例子,将“geninterrupt (0x60) ”改写成“keep(0,_SS+_SP/16-_psp) ”后再执行程序,这一段程序就被驻留,此后在其它的任何<高俊杰> 在 2025-04-04 上传 | 大小:7kb | 下载:0
[压缩解压] 在自己的软件中使用鼠标10
说明:• 对鼠标进行初始化的方法 • 应用鼠标来执行任务 -On the way to initialize the mouse, mouse applications to carry out its mandate<高俊杰> 在 2025-04-04 上传 | 大小:19kb | 下载:0
[压缩解压] aplib-0.43
说明: aPLib is a 32-bit compression library based on the compression algorithm used in aPACK (my executable packer). aPLib is an easy-to-use alternative to many of the heavy-weight compression libraries available.-aPLib<林松英> 在 2025-04-04 上传 | 大小:196kb | 下载:0
[压缩解压] 压缩文件算法(lz77)
说明:使用LZ77算法压缩文件的C代码,一般来说,现在流行的winzip,winrar以及unix下的compress使用的都是该算法-LZ77 algorithm compressed files in C code, in general, the now popular winzip. unix WinRAR and compress the use of the algorithm are<王昆> 在 2025-04-04 上传 | 大小:5kb | 下载:0