资源列表
底层编程技术9
- 掌握输入输出函数的调用 • 了解扬声器发生端口的原理 -master input-output function ca
MiniCompress
- compression with LZ-compression with LZ77
unzip11
- 解压缩软件UNZIP的C源程序代码,代码均正确,可以正常运行
unzip
- 解压zip文件的程序 -the program for uncompressing zip files
LCD-distance
- 基于keil软件编写的液晶显示距离(需要配超声波探头)-Keil software development based on liquid crystal display distance (needs with the ultrasonic probe
zipfileScource
- zip解压源码.-zip unpacked source.
LZW33
- LZW无损数据压缩和解压算法,可以很好的实现数据的压缩解压-LZW lossless data compression and decompression algorithms, can achieve a good data compression decompression
1ED14BF2-A0E3-4e56-A70D-B9A7F7EC7880
- 加载数据至TOCControl,并对加载的图层实现了右键菜单功能-add data to TOCControl and the right click menu was also realized.
ppmz2src
- PPMZ ppm prediction by partial match 压缩算法c语言实现,包括lib库文件-PPMZ ppm prediction by partial match compression algorithm c language, including the library file lib
Programs
- 遗传算法基本原理详细讲解和程序实例应用。机械手参数辨识和伺服系统静态摩擦辨识。-Explain in detail the basic principles of genetic algorithms and procedures of example applications. Robot servo system parameter identification and static friction identification.
MPEGSourceCode
- mpeg4压缩算法程序,有对idct的详细代码过程.-mpeg4 compression algorithm procedures, the details of the code idct process.
hu
- 图的算法实现 (1)将图的信息建立文件; (2)从文件读入图的信息,建立邻接矩阵和邻接表; (3)实现Prim、Kruskal、Dijkstra和拓扑排序算法。