资源列表
15458462587421556
- Huffman编解码器的模拟实现 应用Huffman算法实现模拟编解码器,程序实现对输入的一篇英文文章(以 .txt文件读入),输出Huffman 码流(以 .txt文件输出),最好能实现译码过程。程序语言可以选用C、 VC或C++。-Huffman CODECs the simulation application Huffman algorithm simulation codecs, Programming on the importation of an article in Eng
jpegcodedecode
- 这是JPEG压缩编码,c++实现,其中有离散余弦变化,由程编码等-This is the JPEG compression, c realization of a discrete cosine which changes from the way coding
wavelet123
- 这是小波变换的一个源代码,vc实现,很有用的哦,希望对大家有所帮助。-This is a wavelet transform source code, vc realized, very useful Oh, we want to help.
compress123
- LZW程序源代码,c语言实现。可能不是很全,我有好的版本,会继续给大家。-LZW source code, c language. May not be all, I have a good version, we will continue to.
compress11
- 这是lzw算法源程序代码,纯c语言编程实现,希望对您有用。-lzw algorithm source code, pure c programming language, and I hope to you useful.
Eular_vary_a
- Eular法解分数阶微分方程,分数阶导数定义系数通过fourier法计算,阶数a变化-eular method of fractional differential equations, fractional derivative coefficient defined by fourier law, order a change
BDF_fixed_a_co2
- BDF法解分数阶微分方程,分数阶导数定义系数通过fourier法计算-BDF method of fractional differential equations, fractional derivative definition coefficient calculated by fourier
Eular_fixed_a_co2(xiu)
- Eular法解分数阶微分方程,分数阶导数定义系数通过fourier法计算-eular method of fractional differential equations, fractional derivative definition coefficient calculated by fourier
BDF_fixed_a
- BDF法解分数阶微分方程-BDF method of fractional differential equations
Eular_fixed_a
- Eular法解分数阶微分方程-eular method of fractional differential equations
PolyFitSingle
- //=== === === === === === === = //函数说明 //函数名称:PolyFit //函数功能:最小二乘法曲线拟合 //使用方法:double *x ---- 存放n个数据点的X坐标 // double *y ---- 存放n个数据点的Y坐标 // int n -------- 给定数据点个数 // double *a ---- 返回m-1次拟合多项式的m个系数 // int m -------- 拟合多项式的项数,即拟合多项式的
Correlation2
- //=== === === === === === ===== //函数说明 //函数名称:Correlation //函数功能:计算最小二乘法拟合的多项式的相关系数 //使用方法:int M------拟合多项式的项数(已知条件) // double *b---拟合曲线的系数,按升次排列(已知条件) // double *x---结点x轴数据(已知条件) // double *y---结点y轴数据(已知条件) // double *Yg--结点估计值