资源列表
让你的程序声图并茂3
- 学习用C语言发声 • 了解声音功能函数 • 了解乐谱文件的制作 • 能够结合图像与声音,让你的程序声图并茂 -learning C language audible
BMP文件的艺术再现4
- BMP文件的存储格式 • DOS方式下调用BMP图像的手段 • 艺术再现BMP图像 -BMP file storage format
汉化人机界面5
- 图形方式下彩色汉字处理 ● 图形方式下的人机对话 ● 多级菜单框架 -color graphics mode -- Chinese character processing graphics mode -- the man-machine dialogue framework of multi-level menu
VGA图形控制器直接编程技术6
- VGA卡的结构原理 ● 调用BIOS中断设置图形方式 ● 灰度级别的应用 -VGA card -- the principle of the structure set up called the BIOS interrupt graphics mode -- gray-level applications
中断调用7
- 了解什么是中断 • 了解几个中断函数 • 了解中断服务程序的编写 -understand what is interrupted
程序内存驻留程序(TSR)8
- 在C语言中,可以用keep ( )函数将程序驻留内存。这个函数有两个参数:status和size。size为驻留内存长度,可以用size=_SS+_SP/16-_psp得到,当然这也是一种估算的方法,并不是精确值。函数执行完以后,出口状态信息保存在status中。比如,对于上面的例子,将“geninterrupt (0x60) ”改写成“keep(0,_SS+_SP/16-_psp) ”后再执行程序,这一段程序就被驻留,此后在其它的任何软件或程序设计中,只要用到了60H号中断,就会在屏幕上显示“
底层编程技术9
- 掌握输入输出函数的调用 • 了解扬声器发生端口的原理 -master input-output function ca
在自己的软件中使用鼠标10
- • 对鼠标进行初始化的方法 • 应用鼠标来执行任务
EZWvc
- ezw算法的实例,这里,读者重点要掌握的是EZW.C和LIST.C中的内容,充分理解零树的概念。 -ezw algorithm examples here, readers focus is to get the LIST.C EZW.C and the content and fully understands the concept of zero tree.
ITUG723
- 这个是ITUG723.1编解码源程序代码,windows环境使用,可直接编译,是个不错的demo案例-ITUG723.1 codec source code, the use of windows environment, to be directly translated, is not a bad case of demo
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 is a 32-bit compression libra
zip_utils_src
- 这是CODEPROJECT上的zip压缩解压代码-CODEPROJECT This is the zip code extract