-
LZW压缩算法实现 VC++6.0工程
资源描述一个不错的LZW压缩文件算法示例代码,才用VC6.0写的,可以编译通过,压缩效率还不错,我测试过简单的位图比gif/png等格式压缩效率都要高!!!
- 2022-08-25 04:08:59下载
- 积分:1
-
DCT快速算法的C语言实现的64,
DCT快速算法64位的C语言实现,乘法次数目前最少,可嵌入解码器使用-DCT the fast algorithm 64 C language realization, the
multiplication number of times at present are least, may insert the
decoding use
- 2022-12-21 14:10:03下载
- 积分:1
-
PID 算法实现
PID 算法C语言实现 内有仿真文件.很容易看得明白
- 2022-08-09 15:11:57下载
- 积分:1
-
一个简单的计算器
一个简单的计算器-a simple calculator
- 2022-04-20 06:43:10下载
- 积分:1
-
Handwritten
非常好的学习资料,请参考,以后多多请教高手,我这方面还不是很懂-Handwritten
- 2023-02-18 04:00:04下载
- 积分:1
-
数字滤波算法; 中间位置算法 算术平均值算法
数字滤波算法; 中间位置算法 算术平均值算法--middle value algorithm, medimum value algorithm.
- 2022-04-12 20:37:43下载
- 积分:1
-
解线性方程组(多元一次)
水平有限,DOS界面。
其中,输出方程组的未知数用x1,x2,x3...表示,
可以解出多元一次方程。...
解线性方程组(多元一次)
水平有限,DOS界面。
其中,输出方程组的未知数用x1,x2,x3...表示,
可以解出多元一次方程。
-solution of linear equations (multiple times) is limited, and DOS interface. Within this total, output equations with the unknown x1, x2, x3 ... that the United States can come up with multiple linear equation.
- 2022-03-16 12:28:28下载
- 积分:1
-
The essence of Newton method is used constantly to approximate tangent curve, th...
Newton法的本质就是不断用切线来近似曲线,因此,Newton法也称为切线方法。本程序用Newton法求解n元正定函数的最小值,例子在程序中。-The essence of Newton method is used constantly to approximate tangent curve, therefore, Newton method, also known as tangent method. This procedure using Newton method to solve n-positive definite function of the minimum value, for example, in the proceedings.
- 2022-05-08 02:16:18下载
- 积分:1
-
纯C语言实现的改进暗通道去雾算法测试程序(附赠大量测试图像)
纯C语言实现的改进暗通道去雾算法测试程序(附赠大量测试图像)。
MFC的操作界面,方便操作和实现。
可实现多种去雾算法,以及测试算法时间及相关参数调节。
原图与效果图的对比显示。
- 2022-01-28 09:20:08下载
- 积分:1
-
二维图形的几何变换
计算机图形学实例,实验题目:将 矩形ABCD(A(20,20), B(20, 100), C(80, 20), D(80,100)) 在 X方向平移 30个单位,Y方向平移 60个单位,X方向缩小2倍,Y方向缩小2倍。实现二维图形的基本变换,包括平移、缩放。
- 2022-03-06 03:34:48下载
- 积分:1