资源列表
TitanEngine
- TE 2.0.1 TitanEngine SDK contains: Integrated x86/x64 debugger Integrated x86/x64 disassembler Integrated memory dumper Integrated import tracer & fixer Integrated relocation fixer ᠒
Huffman
- 二进制文本文件的压缩——霍夫曼压缩算法的基本实现-Compression of binary text files- basically achieve Huffman compression algorithms
ksvd
- 基于混合基稀疏图像表示的压缩传感图像重构-Compressed sensing sparse image
CannyOnFLTK
- Canny Edge Detector, to find edge of an image
LZW-RLE
- LZW RLE 数据压缩算法 可实现数据的无损压缩 LZW RLE data compression algorithms can achieve lossless data compression-LZW RLE data compression algorithms can achieve lossless data compression
bp-for-image-compression
- 图像进行分块处理后,应用BP神经网络实现图像压缩,包含图像压缩和识别程序-Image block after processing, the application of BP neural network to realize image compression, image compression and recognition program
6
- 哈弗曼压缩算法-Harvard compression algorithm .........................
src
- can基本功能实现,能够为初学者提供较为简单的程序代码,以方便学习。-can achieve the basic functions, can provide a relatively simple code for beginners to facilitate learning.
qiyeyuanma
- 简单网站源码,可以随意增加内容,作为企业网站适用较多行业,并且特意为优化设定,便于优化操作-Simple web site source code, can increase the content of enterprise website, as for many industries, and specially for the optimal setting, convenient for operation optimization
Lena-JPEG
- 利用JPEG压缩方法对Lena图像进行压缩,其中包括DCT变换,及变换后取整,复原图像。-JPEG COMPRESSION VIA MATLAB
5_3xiaobo
- 使用matlab编写m文件,实现了5/3小波对图像进行分解与重构-Use matlab m file written to achieve a 5/3 wavelet image decomposition and reconstruction
MFC
- (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性,或者利用运算符重载输入输出图形的基本属性。 (6)用文件保存图形信息,且能够从文件中读取并作相应处理。 2)创新要求: 采用头文件与源文件分离的方法,多态性的实现多样化-d