资源列表
SOURCE9
- 图象的压缩编码,JPEG压缩编码标准 注意事项: 运行时,文件c:\\test.pcx;c:\\test.jpg必须存在
park
- 设停车场是一个可停放n辆车的狭长通道,且只有一个大门可供汽车进出。在停车场内,汽车按到达的先后次序,由北向南依次排列(假设大门在最南端)。若停车场内已停满n辆车,则后来的汽车需在门外的便道上等候,当有车开走时,便道上的第一辆车即可开入。当停车场内某辆车要离开时,在它之后进入的车辆必须先退出停车场为它让路,待该辆车开出大门后,其他车辆再按原次序返回车场。每辆车离开停车场时,应按其停留时间的长短交费(在便道上停留的时间不收费)。-Parking lots is an n vehicles parke
39709601ccc7
- JPEG压缩 本论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件-JPEG compression of the paper introduces the JPEG encoding and decoding. Coding part of the program can be a BMP format image JEPG coding, compressed into a file saved in binar
Bai5-DataCompression
- That is, can understand the principle of Huffman coding, you can understand the image compression technology
fruit
- 查询,删除购买东西,还能运算东西的总价值-Query, delete the purchase of things, but also computing the total value of things! !
CPERIUWOLAF
- 使用WOLA滤波器组的均衡器什么的,网上原来下载的代码不全,补充了缺省的几个函数(也从网上搜来),基本可以运行了-Calibrated parametric equalizer reference implementation using WOLA filterbank,code by Benny Slberg 2010
SPRTA103.ZIP
- 关于在vc++中实现检测物体的碰撞检测,以达到预定的效果。-Vc++ on the test object to implement collision detection in order to achieve the desired effect.
qqqtt
- 基于小波变换的图像压缩方法,主要是理论方面的介绍!以及去噪方面-based on wavelet image compression method, the theory is introduced! Denoising and respect! !
ZlibFolderFile
- 用 zlib 压缩文件夹 不过只有压缩部分 解压部分 正在摸索-With zlib compression compressed folder but only part is to explore some of decompression
g711
- ITU-T G.711语音编解码程序,用于有线电话的语音压缩
decoder1.3
- 视频的h263解码,可以实现236文件解码到yuv文件
BiTree
- 实现二叉树的递归前序、中序、后序和非递归前序遍历-Recursive binary tree preorder, inorder, postorder and non-recursive preorder traversal