-
牛顿迭代算法;
数值计算算法:牛顿迭代算法的数学写的帕斯卡尔 要找到一个解决方案,以F(X)=0给出的 初始近似P0: 输入:初始近似P0;公差TOL; 最大迭代次数编号。 输出:近似解p或 该算法失败的消息。
- 2022-07-11 16:34:14下载
- 积分:1
-
Sort ranked scoring option, insert, Bubble Sort Shell Sort
排序排序评分选项,插入,气泡排序外壳排序-插入排序震动器改进排序方法-改进气泡排序堆排序-选择排序改进快速排序方法(a)快速排序方法(b)快速排序方法(c)合并排序方法排序基方法
- 2022-02-26 11:49:29下载
- 积分:1
-
问题:小明的家里有五口人,他们排成一排照相,那么一共有多少种排法呢,你能不能把所有的排法写出来?...
问题:小明的家里有五口人,他们排成一排照相,那么一共有多少种排法呢,你能不能把所有的排法写出来?
-: Xiao Ming is the home of five, they line up a row of photographs, and then a row the total number of species law, um, You can put all the scheduling was made?
- 2023-02-26 00:55:04下载
- 积分:1
-
Discrete Fourier Transform
离散分数阶傅立叶变换-Discrete Fourier Transform
- 2023-04-06 14:05:04下载
- 积分:1
-
基于A*算法的航路规划算法
A*[1](A-Star)算法是一种静态路网中求解最短路最有效的方法。公式表示为: f(n)=g(n)+h(n),其中 f(n) 是从初始点经由节点n到目标点的估价函数,g(n) 是在状态空间中从初始节点到n节点的实际代价,h(n) 是从n到目标节点最佳路径的估计代价。保证找到最短路径(最优解的)条件,关键在于估价函数h(n)的选取:估价值h(n)实际值,搜索的点数少,搜索范围小,效率高,但不能保证得到最优解。
- 2022-05-29 15:19:50下载
- 积分:1
-
This program evaluates mathematical expressions to output a single number e.g. 1...
This program evaluates mathematical expressions to output a single number e.g. 1+1 will give 2. It can handle brackets indices and modulation(rounding) as well and ordinary operators.
- 2022-03-13 14:25:29下载
- 积分:1
-
计算模拟的统计方法(即蒙特卡罗模拟…
圆周率统计计算方法仿真(即蒙特卡罗Monte Carlo仿真)
文件
应用程序:圆周率的统计计算.exe
源代码文件:圆周率的统计计算.c-Statistical method of calculating pi simulation (ie Monte Carlo simulation Monte Carlo) file applications: the statistical calculation of pi. Exe source code files: the statistical calculation of pi. C
- 2022-08-24 16:46:00下载
- 积分:1
-
K-mean算法,并通过了IRIS数据的测试。-K-mean algorithm, and through the IRIS data testing.
- 2022-09-07 14:40:02下载
- 积分:1
-
我自己写的一个三次样条插值算法,自已感觉很严密,请大家指正。...
我自己写的一个三次样条插值算法,自已感觉很严密,请大家指正。-I wrote it myself a cubic spline interpolation algorithm, self-feelings are very close, please correct me.
- 2022-06-18 06:00:33下载
- 积分:1
-
对数极坐标
图像对数极坐标转换(从平面坐标到极坐标的变换,关键在于坐标变换公式),能够计算旋转及尺度变换
- 2022-03-02 09:31:25下载
- 积分:1