-
本论文for the C language in the plural算法
此文件为C语言编写的复数运算算法-this document for the C language in the plural ALGORITHMS
- 2022-08-09 21:16:34下载
- 积分:1
-
umat编写Johnson-cook强化模型
Abaqus 中Johnson-cook模型只能用于explicit显示分析中,而我们需要在standard模块中可以使用的更加精细的Johnson-cook模型,故而借助Fortran来编写子程序来实现其本构关系。
- 2022-01-22 03:11:26下载
- 积分:1
-
基于蚁群算法求解VRP问题的C++源码
从同学那里拷贝的,用于求解VRP问题的源码,希望对研究车辆路径问题的同学有点启发!从同学那里拷贝的,用于求解VRP问题的源码,希望对研究车辆路径问题的同学有点启发!从同学那里拷贝的,用于求解VRP问题的源码,希望对研究车辆路径问题的同学有点启发!从同学那里拷贝的,用于求解VRP问题的源码,希望对研究车辆路径问题的同学有点启发!
- 2023-08-06 00:25:04下载
- 积分:1
-
use php development of a "entropy" of the program can visit the websit...
使用php开发的一个“熵”的计算程序,可用于网页访问统计-use php development of a "entropy" of the program can visit the website for Statistics
- 2022-10-22 22:35:03下载
- 积分:1
-
刚才没注意,上传的是.c文件,重新上传,忘谅解!
精确计算N的N次方,并完整显示结果!...
刚才没注意,上传的是.c文件,重新上传,忘谅解!
精确计算N的N次方,并完整显示结果!-just did not know, upload yes. C document, re-upload, forget understanding! N precise calculation of the N-th power and integrity of the result will be displayed!
- 2022-08-14 07:55:35下载
- 积分:1
-
MATHLIB例子
MATHLIB例子-MATHLIB example
- 2022-04-30 04:03:58下载
- 积分:1
-
Using NLJ random search method to identify a method that the state of the nonlin...
采用NLJ随机搜索的方法辨识一个以状态方法表示的非线性系统。选其初值 a1(0) =50 , a2(0) =100 , a3(0) =100 , a4(0) =50 , a5(0) =10 , 选范围为 r(1)(i)=0.5 a(0)(i) , 取数据长度 L =40, t =0.005 , 性能指标 J= 。迭代计算结果得 a 的估计值 1=17.6043243, 1=17.5977, 2=72.9573, 3=51.3014, 4=22.9889, 5=5.99965, J = 0.000000916 。-Using NLJ random search method to identify a method that the state of the nonlinear system. Election of its initial value a1 (0) = 50, a2 (0) = 100, a3 (0) = 100, a4 (0) = 50, a5 (0) = 10, choose the range of r (1) (i) = 0.5 a (0) (i), check data length L = 40, t = 0.005, performance index J =. Iterative calculation results have a estimated value of 1 = 17.6043243, 1 = 17.5977, 2 = 72.9573, 3 = 51.3014, 4 = 22.9889, 5 = 5.99965, J = 0.000000916.
- 2022-02-01 23:07:23下载
- 积分:1
-
三维粒子碰撞模拟
分子碰撞也称分子散射,指一个粒子(分子、原子、自由基或离子)从远处来到另一个粒子附近,经过相互作用后又向远方离去的过程,是化学反应过程中最基本的微观现象。这是一个分子碰撞模拟程序,用于仿真分子碰撞松弛。
- 2023-06-02 09:30:03下载
- 积分:1
-
链表的基本操作
#include
#include
#define LEN sizeof(struct student)
/*----------------数据定义----------------------*/
//定义一个学生信息的结构体,包括学号,姓名和结构体类型的指针
struct student
{
long num; //学号
char name[128]; //姓名
struct student *next; //结构体指针
};
typedef struct student * stuNode;
int n=0; //全局变量,记录链表的长度
/*---------------函数声明---------------------*/
stuNode Create(); //创建一个新的链表 &nbs
- 2022-03-11 02:44:17下载
- 积分:1
-
这个应该是经典编程里面的经典算法实现的八皇后问题.也通过了测试.完全达到设计要求.
这个应该是经典编程里面的经典算法实现的八皇后问题.也通过了测试.完全达到设计要求.-This should be a classic of the classic programming algorithm inside the eight Queen s problems. Also passed the test. Fully meet the design requirements.
- 2022-01-22 07:50:23下载
- 积分:1