-
c源码,数学函数库,包含了大部分数学公式,矩阵运算等
c源码,数学函数库,包含了大部分数学公式,矩阵运算等-c source code, the mathematical function storehouse, has
contained the majority of mathematical formula, the matrix operation
and so on
- 2023-05-11 17:50:03下载
- 积分:1
-
matlab实现鱼群算法
为了改进基本人工鱼群算法的寻优效果,提出加入生命周期和生命指数的方法,在此用matlab语言实现,实验结果较优
- 2022-07-06 23:43:37下载
- 积分:1
-
关于小波的matlab四种变换,研究小波应用的很需要
关于小波的matlab四种变换,研究小波应用的很需要-on four Matlab wavelet transform, the application of wavelet research is needed
- 2023-01-25 09:00:03下载
- 积分:1
-
/ = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = /功能annot
//=== === === === === === === =
//函数说明
//函数名称:PolyFit
//函数功能:最小二乘法曲线拟合
//使用方法:double *x ---- 存放n个数据点的X坐标
// double *y ---- 存放n个数据点的Y坐标
// int n -------- 给定数据点个数
// double *a ---- 返回m-1次拟合多项式的m个系数
// int m -------- 拟合多项式的项数,即拟合多项式的最高次为m-1。要求m20,则本函数自动按m=min{n,20}处理
// double *dt --- dt[0]返回拟合多项式与各数据点误差的平方和;dt[1]返回拟合多
// 项式与各数据点的误差绝对值之和;dt[2]返回拟合多项式与各数据
// 点误差绝对值的最大值
//注意事项:拟合多项式的形式为 y = b0 + b1*(x-Xavr)...
-//=== === === === === ==== === === === === === === ==== === =// function annotations// function name : PolyFit// Function functions : Least Squares Curve Fitting// Use : double* x n-store data point coordinates of the X//* y double-storage n data point Y coordinates// int n-------- given the number of data points//* a double---- returned to the m-1 m fit polynomial coefficients// int m-------- polynomial fitting items , which is the highest polynomial fitting time for m-1. Request m
- 2023-07-25 11:15:03下载
- 积分:1
-
伪随机数生成算法,很优秀,32位int
伪随机数生成算法,很优秀,32位int-pseudo-random number generation algorithms, excellent, 32 int
- 2022-07-15 01:57:02下载
- 积分:1
-
编译原理中的表达失转换为NFA
编译原理中的表达失转换为NFA-compiler theory expression of stolen converted to NFA
- 2022-08-19 04:32:40下载
- 积分:1
-
ZJU ACM 1093 实现速率较高, 主要是有一个buffer来实现
ZJU ACM 1093 实现速率较高, 主要是有一个buffer来实现-ZJU ACM 1093 to achieve a higher rate, there is mainly a buffer to achieve
- 2022-02-15 16:22:47下载
- 积分:1
-
按层打印二叉树
算法思想: 先把根结点入队,然后循环直到队列为空:出队一个结点,打印之,将其邻接点依次入队;打印和入队邻接点前要先判断是否已经打印过了,如果已打印过的就不操作 。 此算法是在visual studio2012平台下实现二叉树的层次遍历,程序需要先输入二叉树,然后会将此二叉树按曾打印
- 2022-04-18 12:41:39下载
- 积分:1
-
最长前缀匹配和最近邻规则的ip聚类算法
采用C++语言编写的一种新的IP聚类算法。算法结合最长前缀匹配和最近邻规则聚类算法的概念,运用逐步优化的层次聚类的思想,自动并有意义地进行基于数据集中地址属性的无监督聚类。
- 2022-03-24 05:43:54下载
- 积分:1
-
在 C 中的各种排序 implemnataion
快速排序、 归并排序、 堆排序、 选择排序、 壳排序、 冒泡排序、 插入排序 c 语言实现
- 2023-02-12 22:15:03下载
- 积分:1