-
有很多的算法,让您来处理信息存储…
There are numerous algorithms that allow you to manipulate the information stored in an array. Consider this function which allows you to determine the maximum value in an array of integers (could be easily adapted to find minimum value)-There are numerous algorithms that allow you to manipulate the information stored in an array. Consider this function which allows you to determine the maximum value in an array of integers (could be easily adapted to find minimum value)
- 2022-03-03 22:58:15下载
- 积分:1
-
Prim 算法
黄金重量的算法。
A 素性测试是算法用于确定是否一个输入的数字 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-11 13:40:02下载
- 积分:1
-
运用TC编程求算相关系数及其置信水平,及一元线性回归模型相关...
运用TC编程求算相关系数及其置信水平,及一元线性回归模型相关-Calculating the correlation coefficient and its confidence level by using the TC programming
- 2023-04-20 18:20:04下载
- 积分:1
-
这是硕士生计算机软件专业组合数学的一个黄金分割算法演示,仅供参考。...
这是硕士生计算机软件专业组合数学的一个黄金分割算法演示,仅供参考。-This is the master computer software professional combination of a mathematical algorithm 0.618 demonstration purposes only.
- 2022-05-30 20:54:41下载
- 积分:1
-
Numerical Recipes in C++ 书中的程序的源代码
Numerical Recipes in C++ 书中的程序的源代码-C Numerical Recipes in the book of a program"s source code
- 2022-10-01 16:05:03下载
- 积分: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
-
非线性时序分析工具包 TISEAN_3.0.1
非线性分析工具。通用时序分析;线性分析;预测;维数、熵估计;降噪;李雅普诺夫指数计算等。
- 2022-03-30 12:56:18下载
- 积分:1
-
c++文件翻转
Make your rcopy robust against all kinds of user or operation system errors. That means – check all
return values for operating system errors (mostly I/O errors) and command line arguments for user
errors.
Stick to our files and interfaces that we provide via SubVersion. You may add methods (e.g. for file
size or reversing the buffers content), but you are not allowed to change the signature of any method
specified by us.
- 2022-02-21 11:52:25下载
- 积分:1
-
生成最小生成树
最小生成树算法,将节点 构成的图转换为最小生成树。可用于计算某个节点到另外一些节点的最短距离
- 2022-02-06 01:48:41下载
- 积分:1
-
牛顿、拉格朗日、三次自然插值的演示文件。
牛顿、拉格朗日、三次自然插值的演示文件。-Newton, Lagrange, three natural interpolation Presentations.
- 2023-05-12 05:20:02下载
- 积分:1