-
指定方差和窗口的大小, 产生2维高斯平滑窗的源码.
指定方差和窗口的大小, 产生2维高斯平滑窗的源码.-Specified variance and the size of the window, resulting in 2-D Gaussian smoothing window of the source.
- 2022-03-22 04:23:33下载
- 积分:1
-
在SPH方法的源代码
用Fortran语言编写的源代码用于完成本书中列出的算法
- 2022-01-25 23:28:55下载
- 积分:1
-
算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法...
算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法 -algorithm design method (C program) : 1, 2 iteration, the exhaustive search method three, four recursive method, recursive 5, backtracking 6, greedy algorithm
- 2022-03-01 08:20:07下载
- 积分:1
-
in Visual C Compiler 6.0 WinXp adopted under the category achieved redeem inheri...
在Visual C++6.0 WinXp下编译通过采用类来实现,从CString继承而来数据运算的结果保存在CString类中理论上可对任意长的数据进行相加在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件-in Visual C Compiler 6.0 WinXp adopted under the category achieved redeem inherited from the Operational data stored in the category redeem theoretically can arbitrarily long data together in the Release directory is executable file to*. txt longadd.exe to drag on top,* . txt file data
- 2022-06-27 04:11:42下载
- 积分:1
-
百钱买百鸡算法设计和分析
应用背景方法一:伪代码输入:n只鸡的个数 输出:公鸡、母鸡和小鸡的个数1、初始化解的个数count=0; 2、循坏变量从x从0~n/5(取整); 2.1循环变量y从0~n/3(取整); 2.1.1 循环变量z从0~n; 2.1.2 如果5*x+3*y+z/3==n && x+y+z==n,则count++;输出x、y、z的值; 2.1.3 y++;
- 2022-03-20 10:38:58下载
- 积分:1
-
实现数学中的warshall算法,既完成对传递闭包的求解
实现数学中的warshall算法,既完成对传递闭包的求解-To achieve in mathematics warshall algorithm, both to complete the transitive closure of the solution
- 2022-01-21 02:39:12下载
- 积分:1
-
迪杰斯特拉最短路径算法
迪杰斯特拉最短路径算法-Floyd shortest path algorithm
- 2023-08-08 05:50:03下载
- 积分:1
-
龙格库塔法的c语言实现
龙格库塔法的c语言实现-Runge- Kutta method in C Language
- 2023-02-15 11:05:04下载
- 积分:1
-
人工股市(人工股票市场,或ASM)是一个模拟的…
人工股市(Artificial Stock Market,简称ASM)是模拟股市运作的一个程序-artificial stock market (Artificial Stock Market, or ASM) is a simulation of the operation of a stock market procedures
- 2022-01-25 20:29:17下载
- 积分:1
-
逐步回归算法程序,可以实现的结果之间的一个。
逐步回归算法程序,可以实现中间结果的任意输出-Stepwise regression algorithm procedure can be achieved between the results of any output
- 2022-03-05 19:32:25下载
- 积分:1