-
一个RNG(相关邻近图)的生成算法,输入一些原始数据信息,得到RNG图信息....
一个RNG(相关邻近图)的生成算法,输入一些原始数据信息,得到RNG图信息.-an RNG (related neighboring) algorithm for the generation, the importation of some raw data information, to receive information RNG map.
- 2022-03-15 01:10:48下载
- 积分:1
-
Canny 边缘检测
Canny 1986 年由约翰 F.Canny 开发的。此外认识到许多如优化探测器,Canny 算法的目的是满足三个主要标准
- 2022-04-02 12:20:48下载
- 积分:1
-
RSA编程实验
本源码实现了RSA算法。其中用libtomcrypt第三方库实现,包括加解密。不需要自己编写加解密算法代码,只要调用第三方库中国的代码即可实现,为你省去了很多时间和精力
- 2022-09-10 23:40:03下载
- 积分:1
-
数值分析算法Guase_Seidel迭代
数值分析算法Guase_Seidel迭代-numerical analysis algorithm Iterative Guase_Seidel
- 2022-01-28 18:01:14下载
- 积分:1
-
数组排序的经典程序shell。
数组排序的经典程序shell。-Sorting an array of classic shell procedures.
- 2022-04-08 11:10:51下载
- 积分:1
-
误差分析的方法有多种,这是一种先验估计误差的方法,较以往的“向前误差分析”在矩阵运算的舍入误差估计上有较好的结果,以而使矩阵的误差分析获得了突破性的进展,使不少...
误差分析的方法有多种,这是一种先验估计误差的方法,较以往的“向前误差分析”在矩阵运算的舍入误差估计上有较好的结果,以而使矩阵的误差分析获得了突破性的进展,使不少用向前误差分析难于判定可靠性的数值方法获得新的进展。特别值得一提的是,在工程技术界,经常使用几种不同的计算方法,甚至使用实验方法进行比较,从而确定计算结果的可靠性,这也是一种有效而实用的方法。-error analysis by a number of means, which is a priori estimation error method, compared to the previous "Forward Error Analysis" in the matrix calculation error into the homes a better estimate on the results of a matrix so the error analysis of a breakthrough in the progress, many with forward error analysis can be difficult to determine on the numerical method to achieve new progress. Particularly worth mentioning is that in the engineering technology sector, often use several different methods of calculation, or even the use of experimental methods, in order to determine the reliability of results, which is also an effective and practical method.
- 2022-04-27 04:17:28下载
- 积分:1
-
用归并的算法思想实验文件的k路归并,代码为文件k路归并的c语言实现...
用归并的算法思想实验文件的k路归并,代码为文件k路归并的c语言实现-Thinking of merging algorithm with the experimental k-way merge document, code k way merge for files of c language
- 2022-02-03 09:42:05下载
- 积分:1
-
C经典代码大全
一些C编程语言经典编程题目,希望对大家有用。#include
int main(void)
{
unsigned int i = 0x12345678;
char*pc =(char*)&i;
printf("0x%x
", *pc);
double *pd = (double*)&i;
printf("%f
", *pd);
printf("sizeof pc = %d sizeof pd = %d
", sizeof(pc), sizeof(pd));
return 0;
}
- 2022-04-01 10:36:20下载
- 积分:1
-
基于遗传算法的tsp算法
资源描述基于GA的tsp算法结局旅行商问题,该方法高校快捷方便,所需数据简单,代码有注释,易懂,能进行修改,是一套非常不错的算法,用了好多次 稳定性较好。
- 2022-06-12 07:26:08下载
- 积分:1
-
常有的滤波算法,有需要的可以去
常有的滤波算法,有需要的可以去-Common filtering algorithm, there is need to go take a look!
- 2022-03-18 01:02:23下载
- 积分:1