-
USACO chapter one.May hope it useful to someone
USACO chapter one.May hope it useful to someone
- 2022-03-25 07:57:06下载
- 积分:1
-
sequence binary tree and the tree reproduction and Huffman coding
顺序二叉树和树的复制及哈夫曼编码-sequence binary tree and the tree reproduction and Huffman coding
- 2022-01-28 13:25:37下载
- 积分:1
-
用C语言实现的遗传算法的程序,实现的是y=x+10*sin(5*x)+5*cos(10*x)求最大值.实现环境为win...
用C语言实现的遗传算法的程序,实现的是y=x+10*sin(5*x)+5*cos(10*x)求最大值.实现环境为win-tc.-C language GA procedures, achieving is y = x 10* sin (x 5*) 5* cos (10* x) for the maximum. To achieve environmental w in-tc.
- 2023-04-26 22:05:03下载
- 积分:1
-
Enchanced TPSN
无线传感器中的时间同步算法网络。无线传感器网络是大规模的
- 2022-03-26 07:48:14下载
- 积分:1
-
用于计算G-P关联维;和一些相关参数。并能确定最佳的嵌入维数;不是很成熟;希望各位指正;...
用于计算G-P关联维;和一些相关参数。并能确定最佳的嵌入维数;不是很成熟;希望各位指正;-G-P used to calculate the correlation dimension and a number of relevant parameters. And to determine the optimal embedding dimension not very mature hope that correction
- 2022-03-25 07:55:18下载
- 积分:1
-
矩阵运算
// 矩阵乘法: C=AB, A[m×v], B[v×n], C[m×n] ... for row-major matrices
// 允许A,B,C 带入相同参数.
double* matr_x(double*C, const double*Ao, const double*Bo, const int m,const int v, const int n){
if(!Ao || !Bo) return 0; if(!C) C=new double[m*n];
double* A=new double[m*v], * B=new double[v*n];
memcpy(A,Ao,m*v*sizeof(double)); memcpy(B,Bo,v*n*sizeof(double));
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-07 01:39:24下载
- 积分:1
-
这是一个利用VC++编写的求解极值的多元的二次方程程序,在WindowsXP运行成功。...
这是一个利用VC++编写的求解极值的多元的二次方程程序,在WindowsXP运行成功。-This is a VC solution prepared by the extreme diversity of the quadratic equation procedures, the successful running WindowsXP.
- 2022-01-28 19:24:36下载
- 积分:1
-
Gauss_seidel algorithm, classical algorithm
Gauss_seidel算法,经典算法-Gauss_seidel algorithm, classical algorithm
- 2023-08-21 18:35:03下载
- 积分:1
-
计算器源代码c。和windows自带的功能差不多。很多科学计算还没有加入。...
计算器源代码c。和windows自带的功能差不多。很多科学计算还没有加入。-c source code calculator. Windows and almost onboard functions. Many scientific computing has not joined.
- 2022-08-14 14:54:23下载
- 积分:1
-
VB编写的赫斯特指数计算程序
利用Visual Basic语言编写的赫斯特指数计算程序,请多多指教!
- 2022-01-26 08:30:26下载
- 积分:1