-
游程编码
系统实现方案:总体思想:将图像文件以二进制方式读入缓冲区,把二进制位转制为整数,对缓冲区数据进行编码,以特定的格式(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
-
图象模板匹配算法源代码
图象模板匹配算法源代码-Image template matching algorithm source code
- 2022-05-05 23:12:11下载
- 积分:1
-
images and narratives Synthesis
图象与文字的合成-images and narratives Synthesis
- 2023-01-16 14:20:03下载
- 积分:1
-
Dijstra算法图
/*
- 2022-03-10 01:56:58下载
- 积分:1
-
实现五种基本变换的C程序(平移,错切,对称,旋转,比例放大缩小)...
实现五种基本变换的C程序(平移,错切,对称,旋转,比例放大缩小)-achieve the five fundamental transformation of the C program (translation, the wrong cut, symmetrical, rotation, scaling, zooming)
- 2022-01-24 14:24:20下载
- 积分:1
-
achieving pictorial and jitter technology, and command line compiler bmp2txt pro...
实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c: est.bmp必须存在-achieving pictorial and jitter technology, and command line compiler bmp2txt process following vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib Note : running, documents c : test.bmp must exist
- 2022-08-07 00:16:46下载
- 积分:1
-
Opengl粒子应用(火焰效果)
Project Name: Fire Demo - SimpleVersion: 1.1Compiler: Bloodshed Dev-C++ ver:4.9.8.7bCredits:>Dustin Davis @ www.programmers-unlimited.com>Jeff Molofe (NeHe) @ nehe.gamedev.net>www.gametutorials.com>The People @ www.gamedev.netVarious copious sections of this program"s code was copied from the credits mentioned above; please visit their site as they have helped not only me but countless amounts of people with their dedication to programming.Options Dialog Box Configuration Notes:Particle Count = Stipulates the number of particles that are allocated for the particle generator to use. This amount can be either decreased for increased performance or augmented for a much "richer" effect to a point.Particle Speed = A modifer that governs how fast a particle moves depending on the direction specified
- 2022-06-30 11:24:40下载
- 积分:1
-
用于双眼检测的 Adaboost算法 分类器
用于双眼检测的 Adaboost算法 分类器-Eye_pair_detector_computed_with_7000_positive_samples
- 2023-07-17 14:40:03下载
- 积分:1
-
基于bp神经网络的数字识别系统
基于bp神经网络的数字识别系统-Number recognition system based on the BP Artificial Neural Network
- 2022-12-11 04:10:03下载
- 积分:1
-
一个不错的屏保程序。
一个不错的屏保程序。-a good screen saver.
- 2023-03-06 09:45:04下载
- 积分:1