-
双色球随机软件源码
void CRandDlg::OnOK()
{
// TODO: Add extra validation here
int a[7];
int b=0;
srand((unsigned)time( NULL ));
for (int i=0;i
- 2022-03-24 20:24:18下载
- 积分:1
-
k--mean 实现聚类算法
这是一个用c++编写的k-mean程序,完全能够实现聚类算法,可以帮助大家学习c++和聚类算法!
- 2022-07-10 08:15:36下载
- 积分:1
-
教育机器人处理游戏的源代码
由中国自动化学会机器人竞赛工作委员会和中国人工智能学会智能机器人专业委员会共同主办,2011年和2012年的比赛项目由深圳大学承办,深圳大学和深圳市机器人协会联合承办的首届大赛于2011年11月12~14日在深圳大学成功举行,吸引了来自全国各地的30多所高校和中学参加,参赛人数接近300人,设立的比赛项目包括:教育机器人智能搬运竞赛、教育机器人擂台、教育机器人游深圳、教育机器人创意设计和制作、微小型群机器人协作和舞蹈、中型组足球机器人竞赛等。
- 2022-01-26 04:24:48下载
- 积分:1
-
利用横向递归算法解决数据组合的问题, 比如数组为a, 长度为len, 横向递归 B display(a,len) b是二维数组,a是一维数组...
利用横向递归算法解决数据组合的问题, 比如数组为a, 长度为len, 横向递归 B display(a,len) b是二维数组,a是一维数组-the use of horizontal recursive algorithm to solve the problem of data sets, such as the array is a length of len, horizontal display recursive B (a, len) b is the two-dimensional array, is a one-dimensional arrays
- 2022-03-23 12:54:55下载
- 积分:1
-
基于vc6.0的一个计算非方阵矩阵的广义逆矩阵的算法,输入要求为矩阵的指针表示,矩阵的行数和列数,函数返回的是矩阵的广义逆矩阵,附带结果的验证...
基于vc6.0的一个计算非方阵矩阵的广义逆矩阵的算法,输入要求为矩阵的指针表示,矩阵的行数和列数,函数返回的是矩阵的广义逆矩阵,附带结果的验证-Vc6.0 based on a calculation of non-square matrix of the generalized inverse matrix of the algorithm, input requirements for the indicator matrix, said matrix of rows and columns, are the return function of the generalized matrix inverse matrix, with the results of the verification
- 2022-11-10 10:30:04下载
- 积分:1
-
数值计算方法 列主元素法
数值计算方法 列主元素法-numerical method main-element method
- 2022-02-20 08:33:33下载
- 积分:1
-
Frechet距离实现
资源描述Frechet距离广泛用于计算两曲线之间的距离。这个程序提供了在平面上的两条曲线的计算方法。
- 2022-03-24 00:51:05下载
- 积分:1
-
支持向量回归机svr延拓数据解决HHT端点效应问题
支持向量回归机延拓数据解决HHT端点效应问题,向左延拓和向右延拓。通过支持向量回归机(SVR)延拓数据,据解决HHT端点效应问题。输入指令mex -v qp.c pr_loqo.c,导入MATLAB工具包。
- 2022-01-28 08:40:54下载
- 积分:1
-
writing mathematical function call library, LU decomposition, high Shisaideer it...
自编数学函数调用库,有LU分解法,高斯塞德尔迭代法,追赶法解线性方程组,还有一维和二维的高斯积分公式-writing mathematical function call library, LU decomposition, high Shisaideer iterative method, catching up with the method for solving linear equations, one-and two-dimensional Gaussian integral formula
- 2023-08-06 04:30:03下载
- 积分:1
-
本程序是例子滤波的一个仿真程序,实现非线性非高斯的例子滤波及预测功能...
本程序是例子滤波的一个仿真程序,实现非线性非高斯的例子滤波及预测功能-This program is an example of a simulation program filtering to achieve an example of nonlinear non-Gaussian filtering and prediction
- 2023-05-29 05:00:03下载
- 积分:1