-
calendar and the lunar calendar algorithm (Calendar)
公历及阴历算法(Calendar)-calendar and the lunar calendar algorithm (Calendar)
- 2022-03-31 15:27:34下载
- 积分:1
-
清华大学数学实验之微分方程的数值求解幻灯片与MAT源码
清华大学数学实验之微分方程的数值求解幻灯片与MAT源码-Tsinghua University, Experimental Math Numerical Solution of Differential Equations MAT slides and source code
- 2022-06-01 01:09:12下载
- 积分:1
-
最小二乘算法
Fortran实现
比较简单
最小二乘算法
Fortran实现
比较简单-Fortran least-squares algorithm is relatively simple to achieve
- 2022-09-25 21:15:02下载
- 积分:1
-
Repayment of the principal Act, such as the original C code, based on matlab. Th...
等本金法还款C的原代码,基于matlab.此为1.0版,以后会增加2.0版.大家支持.-Repayment of the principal Act, such as the original C code, based on matlab. This is version 1.0, version 2.0 will increase. U.S. support.
- 2022-02-21 20:09:02下载
- 积分:1
-
matlab的数学物理方程数值算法源程序。这是"Numerical Methods for Physics"第二版的matlab源程序。...
matlab的数学物理方程数值算法源程序。这是"Numerical Methods for Physics"第二版的matlab源程序。-Matlab mathematical physics equations numerical algorithm source. This is the "Numerical Methods for Physics," the second version of the Matlab source.
- 2022-12-08 20:05:03下载
- 积分:1
-
data mining algorithms procedures demonstration dbscan reference for C#
数据挖掘中的聚类算法程序演示参考 dbscan for C#
-data mining algorithms procedures demonstration dbscan reference for C#
- 2022-04-02 02:07:24下载
- 积分:1
-
双摆动画
通过 Matlab 提示符下键入 DoublePendulumAnimation 运行该程序。请确保您在 Matlab 中的当前目录设置为包含 DoublePendulumAnimation.m 的目录。要使用默认的参数运行动画,只需单击开始按钮时开始动画。你可以通过改变参数及初始条件和按下开始按钮,看到双摆的运动试验。
1) 如果动画都太缓慢下降的点的数量。
2) 如果动画是太快或太生涩的点的数量增加。
3) 不同的时间跨度,要么增加要么减少动画的长度。
- 2022-01-25 22:24:13下载
- 积分:1
-
二分搜索CPP算法代码
二分查找又称折半查找,优点是比较次数少,查找速度快,平均性能好;其缺点是要求待查表为有序表,且插入删除困难。因此,折半查找方法适用于不经常变动而查找频繁的有序列表。首先,假设表中元素是按升序排列,将表中间位置记录的关键字与查找关键字比较,如果两者相等,则查找成功;否则利用中间位置记录将表分成前、后两个子表,如果中间位置记录的关键字大于查找关键字,则进一步查找前一子表,否则进一步查找后一子表。重复以上过程,直到找到满足条件的记录,使查找成功,或直到子表不存在为止,此时查找不成功。
- 2022-03-20 05:11:34下载
- 积分:1
-
poj3352给一个图,求出需要加最少的边使去掉任一条边,图都连通.割点的应用...
poj3352给一个图,求出需要加最少的边使去掉任一条边,图都连通.割点的应用-poj3352 to a map, obtained at least the need to remove the edges so that any one side, map are connected. cut-point application
- 2023-07-27 11:35:03下载
- 积分:1
-
An example of turing machine
An example of turing machine
- 2022-02-16 08:05:54下载
- 积分:1