-
C++编写的快速离散余弦变换
快速DCT(离散余弦变换) 也许对图像处理有用。
- 2022-03-31 18:56:19下载
- 积分:1
-
最小二乘法圆拟合,用于图像处理,比较复杂,请耐心看完,也可直接使用...
最小二乘法圆拟合,用于图像处理,比较复杂,请耐心看完,也可直接使用-least square error (LSE) circle fitting, applicable to image processing, a little complicated, can be used directly
- 2022-04-09 19:52:59下载
- 积分:1
-
With c++ Prepared Romberg integration process with examples and calculation resu...
用c++编写的龙贝格积分的程序
附有实例和计算结果-With c++ Prepared Romberg integration process with examples and calculation results
- 2022-02-07 07:17:57下载
- 积分:1
-
is "commonly used computer numerical algorithms and procedures C version,&q...
是《计算机常用数值计算算法与程序 C++版》一书的配套代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting code, each source document file extensions are used. Cpp form. These procedures have been in C Microsoft Windows platform under the Virsual C 6.0 environment through
- 2023-03-01 22:00:04下载
- 积分:1
-
介绍一个最短路径的算法编程!
介绍一个最短路径的算法编程!-introduced a shortest path algorithm programming!
- 2023-01-28 09:40:03下载
- 积分:1
-
求素数,并且保存于文本文件,并且下次执行还可以接着上次的结果继续找下去
所以总有一天你会找到最大的素数……每天就像挂Q一样挂一下这个程序就行了...
求素数,并且保存于文本文件,并且下次执行还可以接着上次的结果继续找下去
所以总有一天你会找到最大的素数……每天就像挂Q一样挂一下这个程序就行了-Seek primes, and stored in a text file, and the next performance can also be followed by the last results continue to look down so that one day you will find the largest prime number ... ... the same day, just hanging Q hang about this program on the list ... ...
- 2022-03-13 09:49:31下载
- 积分:1
-
模糊数学的源文件
模糊数学的源文件-fuzzy source
- 2022-11-17 02:15:03下载
- 积分:1
-
refprop调用
简单的refprop代码,仅仅只是针对不懂同学,当然还有获取更多资源
- 2023-07-13 16:35:04下载
- 积分:1
-
MELP语音低速率编码器源代码
语音低速率编码器,美国军用标准,MELP,源代码是C语言版本,编译后可直接运行,里面有一个编码器和一个解码器。该编码器是开源的,原始文件有一个小错误,这里已经做了修改,可直接编译通过。
- 2022-11-19 02:45:03下载
- 积分:1
-
leach协议带讲解!
有关于LEACH的讲解~帮助新人更好的理解LEACH算法的原理~LEACH协议,全程是“低功耗自适应集簇分层型协议”是一种无线传感器网络路由协议。算法基本思想:以循环的方式随机选择簇头节点,将整个网络的能量负载平均分配到每个传感器节点,从而达到降低网络能源消耗/提高网络整体生存时间的目的。仿真表明,与一般的平面多条路由协议和静态分层算法相比,LEACH分簇协议可以将网络生命周期延长15%。
- 2022-03-16 16:19:40下载
- 积分:1