-
including large numbers of calculating the arithmetic
大数的计算包括加减乘除-including large numbers of calculating the arithmetic
- 2022-02-05 22:22:15下载
- 积分:1
-
计算机模拟物理作业,用来模拟2体运动
计算机模拟物理作业,用来模拟2体运动-computer simulation of physical operations, used to simulate two MOVEMENT
- 2022-07-23 18:20:19下载
- 积分:1
-
这是AES算法在网络安全中的源代码。
This the source code of AES algorithm which is used in network security.-This is the source code of AES algorithm which is used in network security.
- 2022-04-15 09:03:42下载
- 积分:1
-
encryption algorithm, a mathematical formula group, the original transformed int...
加密算法,通过一组数学公式,把原文转换成密文-encryption algorithm, a mathematical formula group, the original transformed into ciphertext
- 2022-04-02 08:57:59下载
- 积分:1
-
Bayes的matlab实现
自己写的一个Bayes分类器的matlab程序,比较简单。
使用方法
>> [ train_x, train_y ] = readdata("train_data.txt" );
>> [ test_x, test_y ] = readdata("test_data.txt" );
>> [mode]=MyBayes_train( train_x, train_y);
>> [ acurracy, predict_y]=MyBayes_test( test_x, test_y, mode);
- 2022-03-09 19:08:01下载
- 积分:1
-
Adams算法,用于数值积分运算
Adams算法,用于数值积分运算-Adams algorithm for the numerical integration Operational
- 2022-02-03 05:29:46下载
- 积分:1
-
简单有限元程序c++
使用c++编写一个简单的三角形单元有限元程序,通过编译链接,已经可以,初学有限元程序着可以看看
- 2022-09-14 03:15:03下载
- 积分:1
-
堆排序例子
堆排序例子-Example of heap sorting
- 2022-02-10 00:09:17下载
- 积分:1
-
LDL decomposition. Numerical Solution of matrix equation as the most basic matri...
LDL分解。作为矩阵方程数值解法最基础的矩阵分解算法,LDL算法可以高效分解对称矩阵。-LDL decomposition. Numerical Solution of matrix equation as the most basic matrix factorization algorithm, LDL decomposition algorithm can be efficient symmetric matrix.
- 2022-02-15 12:27:17下载
- 积分:1
-
两足机器人的能量控制开发
使用UKF进行预测,控制方法为能量控制。
整个程序最终是以图形化的方式展现出来。
此程序为一个国外老师开发,不过标注很少。
- 2023-03-30 05:50:03下载
- 积分:1