资源列表
程序内存驻留程序(TSR)8
- 在C语言中,可以用keep ( )函数将程序驻留内存。这个函数有两个参数:status和size。size为驻留内存长度,可以用size=_SS+_SP/16-_psp得到,当然这也是一种估算的方法,并不是精确值。函数执行完以后,出口状态信息保存在status中。比如,对于上面的例子,将“geninterrupt (0x60) ”改写成“keep(0,_SS+_SP/16-_psp) ”后再执行程序,这一段程序就被驻留,此后在其它的任何软件或程序设计中,只要用到了60H号中断,就会在屏幕上显示“
TVideoIOYuv
- 视频输入输出库涉及编解码过程的起始和结束操作,即编码开始的时候读取视频文件数据,解码结束的时候写视频文件数据。-Video input and output relates to encoding and decoding process of the start and end of the operation, i.e., when encoding video file data reading starts, when the end of the write decode video
tsp
- TSP croosover method of genetic algorithm
fangz
- 四旋翼仿真, 四旋翼仿真, 四旋翼仿真,-uav Simulink
8-led-lights
- 基于keil软件的8位led灯左移的基本程序-Keil software based on the basic program of eight led lights to the left of
MLZSS
- 用于多文件及文件夹压缩的算法,采用lzss算法,c语言编写,很值得借鉴-for more documents and folders compression algorithm used lzss algorithm, c language, we can draw
BZip2
- BZip2 library for delphi, needed for L2Updater among other things
gui
- IDL的实习,对图像进行处理,图像均衡化,图像平滑,缩放等功能-with this ,we can deal with picture,and we can prove our skill use IDL
runlengthenc
- run length code to coding run level
lzw_huffman
- lzw huffman coding .-lzw huffman coding .
CR-LF--to1linehtml
- Simple program to compress a large multi-line html file into a single line html file (no cr/lfs) required for use on some websites. Borland C++ Builder source.-Simple program to compress a large multi-line html file into a single line html file (no c