-
解算高阶矩阵,可以求逆,求特征值,对矩阵进行特征值分解...
解算高阶矩阵,可以求逆,求特征值,对矩阵进行特征值分解-High-order matrix solvers can be inverse, and eigenvalues of matrix eigendecomposition
- 2022-04-28 06:30:42下载
- 积分:1
-
vc++ commonly used numerical algorithm set: contains: interpolation, integration...
vc++常用的数值算法集:包含:插值,积分,逼近,排序等等常用的数值算法,其中包含都包含代码-vc++ commonly used numerical algorithm set: contains: interpolation, integration, approximation, and so commonly used to sort numerical algorithm, which includes both contain code
- 2022-03-25 03:27:17下载
- 积分:1
-
LM HASH的c实现
关于windows登陆口令的算法,就是单纯的实现了一遍,需要的人可以下载下来。面向对象是那些学习密码学,信息安全的人。
- 2022-03-09 14:53:20下载
- 积分:1
-
随机数字的学生表
这段代码打印出随机生成学生成绩 Table.Inputs 是: 大量的学生: 数的考试: 数的 Assgs:Number 的小测验: 考试、 assgs 和测验和评估权重。输出是一个表学生 Id 是独一无二的随机生成。和所有的评估分数也随机生成的。它还打印为每个学生的平均和平均的每一次评估。所有的随机生成的数据是放入一个一维数组,然后用从那里。
- 2023-03-25 03:40:03下载
- 积分:1
-
use GA to deal with 模糊机会约束规划问题例题
use GA to deal with 模糊机会约束规划问题例题-use GA to deal with fuzzy opportunity constrained programming examples
- 2022-05-20 19:54:06下载
- 积分:1
-
大学里数学系必学的一们课程数值分析中的经典算法――――高斯消去法,在矩阵理论和线形代数及运筹学中有极高的重要性...
大学里数学系必学的一们课程数值分析中的经典算法――――高斯消去法,在矩阵理论和线形代数及运筹学中有极高的重要性-University"s Department of Mathematics will study the courses have a numerical analysis of the classical algorithm-Gaussian elimination method, the matrix theory and linear algebra and tacticians are very high importance.
- 2022-10-29 03:40:03下载
- 积分:1
-
C++登录注册系统
C++开发 实现登录 注册功能
USER user[Max];
char Admin[20]="administrator";
int count;
int chance;
void menu();
void User_admin(char name[],char pw[]);
void User_common(char name[],char pw[]);
void Saved();
int flag;
void Inithtable()
{
for(int i
- 2022-02-26 15:34:43下载
- 积分:1
-
一个计算任意位PI的程序,仅需输入位数就可以,程序非常简单...
一个计算任意位PI的程序,仅需输入位数就可以,程序非常简单-an arbitrary bit PI calculation procedures, only on the importation of the median, very simple procedures
- 2022-03-05 17:27:09下载
- 积分:1
-
做世界时钟应用程序必要的文档, 不太好找, 大多资料不准
做世界时钟应用程序必要的文档, 不太好找, 大多资料不准-do world clock application procedures necessary documents, not a good look for mostly closed to information
- 2023-01-07 07:40:03下载
- 积分:1
-
SVM 支持向量机
这是SVM的例,喜欢SVM可以下载,对初学者很有用,特别一点是: 要下载libsvm工具箱,然后按照例做一遍,很快就会上手的,当然一定要对SVM有兴趣才行,没兴趣的同学,那就不要下载了,呵呵
- 2022-07-07 02:54:07下载
- 积分:1