-
-
-
-
-
-
-
-
-
matlabmathtool.rar
本工具箱主要包含三部分内容
(支持平台MATLAB5.3或5.2,Symbolic math,optim,spline,stats)
1. MATLAB常用数学建模工具的中文帮助
2. 贡献MATLAB数学建模工具(打*号)
3. 中国大学生数学建模竞赛历年试题MATLAB程序
-
-
TDDOWNLOAD.rar
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <float.h>
unsigned __int64 mulmod(unsigned __int64 a, unsigned __int64 b, unsigned __int64 m)
{
static const double _2_64 = 18446744073709551616.0
...
-