-
数值算法
各种数学算法的实现,里面包括矩阵的运算,方差,以及一些其他的常用数学算法,C#编写。
- 2022-01-30 10:36:45下载
- 积分:1
-
这是一个三次样条插值函数实现的C代码。如果插值点需要改变,可以在程序中改定。...
这是一个三次样条插值函数实现的C代码。如果插值点需要改变,可以在程序中改定。-This is a cubic spline interpolation function of the realization of the C code. If interpolation points need to change, the procedures will change.
- 2022-01-25 18:27:49下载
- 积分:1
-
use c language to make a Newton interpolation arithmetic.Newton interpolation ar...
用C语言来实现的。牛顿插值法对一些函数作近似的替代,是N个节点数的插值函数。-use c language to make a Newton interpolation arithmetic.Newton interpolation arithmetic make a approximation of the function witch have N interpolation points
- 2023-02-05 04:00:03下载
- 积分:1
-
龙格
龙格-库塔法是数值计算的重要方法
本例子简明扼要,浅显好懂-Runge- Kutta numerical method is an important method to the example of concise and simple to understand
- 2022-08-13 21:22:11下载
- 积分:1
-
bfgs算法求全域最小数值点,c++源程序,文件读入套用方便
bfgs算法求全域最小数值点,c++源程序,文件读入套用方便-bfgs domain algorithm ambitious minimum values, c source, the document read into the convenient use
- 2022-07-18 00:09:59下载
- 积分:1
-
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqS...
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUnrec(Bitree t) { SqStack s StackInit(s) p=t while (p!=null !StackEmpty(s-preorder non- recursive algorithm# define maxsize 100 typedef struct (Bitree Elem [maxsize]) int top SqStack void PreOrderUnrec (Bitree t) (SqStack s StackInit (s) p = t while (p! = Null! StackEmpty (s
- 2022-12-23 05:40:03下载
- 积分:1
-
算法的一些源代码
1.KMP
2.找K大的数
3.字典排序
4.简单的社交关系映射
5.最大子段和问题
6.最优二叉检索树
7.最长子序列
8.数塔问题
- 2022-06-30 18:18:14下载
- 积分:1
-
DOA估计MUSIC算法仿真源代码
经典MUSIC算法估计来波方向,通过谱峰搜索获得,不同阵元数和信噪比会影响估计结果。
- 2023-04-23 00:20:02下载
- 积分:1
-
数据挖掘apriori算法实现
第一步是利用findFrequentOneItemSets()产生1-频繁集,这只要统计每个项目出现的次数就可以了。然后依次产
生2阶,3阶,……,k阶频繁集,k频繁集为空则算法停止。即利用aprioriGenCandidates()函数 根据所有频繁L-1项
集获得所有频繁L项集的候选L项集。findFrequentItemSets() 查找事务集中的所有频繁项集,返回Map为:L -> 所
有频繁L项集的列表。
- 2022-09-05 08:00:02下载
- 积分:1
-
这是一个骑士周游的问题 希望对大家有帮助
这是一个骑士周游的问题 希望对大家有帮助-This a tour of the Cavaliers hope to be helpful
- 2022-02-04 18:00:22下载
- 积分:1