-
游程编码
系统实现方案:总体思想:将图像文件以二进制方式读入缓冲区,把二进制位转制为整数,对缓冲区数据进行编码,以特定的格式(unsigned short)写入输出文件;解压缩过程反过来即可。压缩文件存储格式:以每两个字节为单位储存(即每次写入16位unsigned short类型)。 0 1 2~15 ... 第0位 存储压缩信息(1压缩;0不压缩,原始数据)第1位 如果第0位为1(压缩),此位标明字符类别(0或1);如果第0位为0(原始数据),此位无意义,默认为0后14位 存储字符数量或者原始数据的值
- 2022-07-09 04:00:22下载
- 积分:1
-
一个简单的D3D程序源代码,特别适合初学者
一个简单的D3D程序源代码,特别适合初学者-a simple D3D program source code, especially for beginners
- 2023-02-11 06:50:03下载
- 积分:1
-
一个在单文档引用程序中的绘图算法,提供了最基本的思路
一个在单文档引用程序中的绘图算法,提供了最基本的思路-a document cited in a single procedure for the drawing algorithm, provide the most basic ideas
- 2022-05-20 09:30:34下载
- 积分:1
-
用纯c语言写的俄罗斯方块的游戏。功能强大,可以变更速度。...
用纯c语言写的俄罗斯方块的游戏。功能强大,可以变更速度。-Pure c language game of Tetris. Powerful, can change the speed.
- 2022-07-09 01:35:26下载
- 积分:1
-
maching cube algorithm
maching cube 算法-maching cube algorithm
- 2023-01-19 14:10:04下载
- 积分:1
-
vc++数字图像模式识别技术及工程实践中的人脸识别
vc++数字图像模式识别技术及工程实践中的人脸识别-vc digital image pattern recognition technology and engineering practice Face Recognition
- 2022-01-30 15:36:20下载
- 积分:1
-
利用模板对图像进行增强,主要用于对道路的增强处理,所用模板是适应予道路增强的,当然可以自己根据自己需要进行修改...
利用模板对图像进行增强,主要用于对道路的增强处理,所用模板是适应予道路增强的,当然可以自己根据自己需要进行修改-use templates to enhance the images, mainly for the increase of road, template is used to meet the increasing road course according to their own need for amendment
- 2022-01-26 06:33:16下载
- 积分:1
-
clone模式在平衡排序中的应用,测试很成功,好用
clone模式在平衡排序中的应用,测试很成功,好用-clone mode in order to balance the application, testing was very successful and useful! !
- 2022-05-19 15:30:37下载
- 积分:1
-
这是一个绘制魔术三角形和递归圆的程序,在c语言运行的
这是一个绘制魔术三角形和递归圆的程序,在c语言运行的-This is a magic triangle and drawing a round of the recursive procedure, the operation of the language c
- 2022-03-04 01:16:03下载
- 积分:1
-
图像识别的matlab程序,其中包含EP,EM
图像识别的matlab程序,其中包含EP,EM-EP算法等。很有参考价值。-Matlab image recognition process, which includes EP, EM-EP algorithm. Useful reference value.
- 2022-02-22 08:57:03下载
- 积分:1