-
Romber algorithm with C language
研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是论博格算法-Romber algorithm with C language
- 2023-02-12 00:50:03下载
- 积分:1
-
函数最小的遗传算法
经典算法应用: 遗传算法求函数最小的例子-Genetic algorithm for the smallest example of function
- 2023-06-28 14:50:03下载
- 积分:1
-
数字的阶乘算法.按分解的方法,将一个大数的阶乘用数组实现....
数字的阶乘算法.按分解的方法,将一个大数的阶乘用数组实现.-digit factorial algorithm. According to the decomposition method, a majority of the factorial using arrays to achieve.
- 2022-02-26 18:36:29下载
- 积分:1
-
感兴趣区域切割
应用背景自适应地切割图像局部区域,该局部区域的特征是纹理变化比较大,也就是纹理特征的熵比较大,这种情况下代表的图像特征也就比较明显。这个区域的特征点数量多而且稳定,适用于图像匹配、图像拼接等领域。关键技术借用opencv图像处理库函数,实现图像的轮廓提取,形态学运算,图形块分割,先将小于设定的面积阈值的图像块删除,在通过纹理熵比较获得纹理变化最大的图像块。
- 2022-08-16 23:03:29下载
- 积分:1
-
99 Table 99 Table directly generated. Relatively simple procedure. Can understan...
99表
直接生成99表。
比较简单的程序。可以了解简单的代码-99 Table 99 Table directly generated. Relatively simple procedure. Can understand simple code
- 2022-02-02 06:41:26下载
- 积分:1
-
Bitsring with Java programming
这段代码描述了遗传算法的一部分过程,可能有用
- 2022-04-17 12:34:35下载
- 积分:1
-
动态时间规整算法实现 C#
动态时间规整算法的实现。田北俊议员阮在 C# 中以编程语言编写的 DTW 算法实现。如果您有任何疑问,请联系我在 nxtien@gmail.com
- 2022-08-23 22:30:50下载
- 积分:1
-
计算地球或椭圆体中两点距离的程序
计算地球或椭圆体中两点距离的程序-A program which can calculate the instance of two points in the earth or the elipse
- 2022-05-19 14:58:07下载
- 积分:1
-
sift图像拼接代码
这个sift图像拼接代码完成两张图像的拼接是自己在Hess的基础上编写调试的,需要借助Opencv进行运行,在运行之前需要对vs进行设置,这样才能正确运行。
- 2022-02-01 02:15:16下载
- 积分:1
-
mime64是什么:mime64是一rfc1341 MIME base64编码描述为其铺…
WHAT MIME64 IS: MIME64 is an encoding described in RFC1341 as MIME base64.Its purpose is to encode binary files into ASCII so that they may be passedthrough e-mail gates. In this regard, MIME64 is similar to UUENCODE.Although most binaries these days are transmitted using UUENCODE, Ihave seen a few using MIME64, and I have had requests from friends thatI decode MIME64 files that have fallen into their hands. As long assome MIME64 continues to exist, a package such as this one is usefulto have.
- 2022-03-22 13:30:49下载
- 积分:1