资源列表
apache-jmeter-2.13_src
- jmeter2.13源文件;jmeter压力测试工具,可以在此源代码基础上进行二次开发-meter press test tool ,can be developed again
RGBtoHSI
- RGB转HSI分量并对HSI分量分别压缩与显示-RGB to HSI and HSI components, respectively, compression and display components
newPCA
- 一种新的主元分析降维方法,PCA特征矩阵与相关系数法相结合,结合系数通过归一化方法求出同时满足贡献率与相关性分析的特征变量-a new strategy of PCA dimensionality reduction .the combination of PCA with Correlation coefficient,Feature variable is adappted to Correlation coefficient analysis and contribution rate
string_distance
- String distance algorithm.
android_trie
- Java trie implementation
OverLay
- C#环境下利用virual studio实现图层的叠置分析-To do the layer's overlay in virual studio.
Snakes
- matlab snake program is very usefull.
turbo
- libjpeg-turbo是对libjpeg的扩展,支持SIMD指令,如X86架构的MMX、SSE、SSE2、3DNOW,ARM架构的NEON,在对jpeg进行编码和解码的过程中能提高速度。-libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and decompression on x86, x86-64
mp3-CODEC1
- mp3格式编码 解码 c代码,和常见的codec不同的是它运行速度快,并且可跨平台直接使用-mp3 codec c code
galery
- rle for bitmap in winform
TestHufman
- huffman encodder for bmp
DS4
- 设电文字符集D及各字符出现的概率F如下: D={a,b,c,d,e,f,g,h}(字符数n=8) F={5,29,7,8,14,23,3,11}( ) 编写完成下列功能的程序: ①构造关于F的Huffman树; ②求出并打印D总各字符的Huffman编码。 程序结构: 类型说明; 构造Huffman树的函数:Huffman_tree(H[m+1]); 求Huffman编码的函数:Huffman_code(code[n+1]); mai