资源列表
bishe
- 这是一个基于地震电磁时频图像的特征区域分割算法的程序-it is very good
mypack_b3
- C++源码编写加密壳程序,简单的实现程序抑或加密-C++ source shell program written encryption, encryption or the simple realization of program
Model1_from_matlab_to_c
- 这是剑桥某个老头写的基于MATLAB的心理声学掩蔽曲线FFT后-This is an old man writing Cambridge MATLAB-based psychoacoustic masking curve after FFT
HFM
- 在Visual C++ 6.0环境下,利用C++语言实现霍夫曼压缩解压算法-In Visual C++ 6.0 environment, using C++ language Huffman compression and decompression algorithms
erbm
- 利用java编程实现算术编码字母编码的编码与译码-Arithmetic coding using java programming code encoding and decoding letters
srg
- statistical region merging
Onebyonefunctional
- 计算机专业软件工程的答辩ppt模板实例满足结构化分享-One by one functional enterprise business being satisfied with composes in reply realization , the systematization satisfying a business corporation manages
EX4
- 一种分割细胞的方法,利用matlab进行的图像处理程序-A segmentation method of cells, using matlab for image processing
mvsa_demo
- this code of the ica algorithm -this is code of the ica algorithm
cic_examp
- 对一个采样频率为45.5MHz的信号进行14倍的抽取滤波,同时进行补偿滤波器的设计,并给出CIC滤波器、补偿滤波器和级联后的频谱图 - Design a minimum-order CIC compensator that compensates... for the droop in the passband for the CIC decimator.
Huffman
- 关于哈夫曼编码,是算法设计与分析老师布置的一个实验作业,有说明文档,-On Huffman coding, algorithm design and analysis of the teacher is an experimental work arrangement, there is documentation,
DArray-Template-better
- 现在实现的类已经比较好了,用户使用起来很方便。 但是,新的问题又出来了。 上述的动态数组只能存储double类型的数据。想象一下,另一个用户也想用这个动态数组,但是他处理的数据是int类型的,该如何办? 当然,你可以再写一个基于int类型的动态数组类,你发现,大部分的代码都不要改动,只要将类型double变成int即可。 如果另一个用户需要处理的是float类型,还有用户处理的是char类型的….该怎么办? 这样做的缺点很显然: ᠊