-
层次分析法求权重
说明: 可用于层次分析法比较评价,主函数输入初始矩阵,调用层次分析函数(It can be used for comparative evaluation of analytic hierarchy process. The main function input the initial matrix and call the analytic hierarchy process function.)
- 2020-06-19 11:40:02下载
- 积分:1
-
txt2LMS
将txt数据转换为LMS test.lab软件所能接受的格式(Change the txt format file to Unv file which can be read into the famous vibration test software LMS test.lab)
- 2021-04-07 11:09:01下载
- 积分:1
-
ARXRLS
程序采用C语言,实现最小二乘辨识算法和递推最小二乘算法(Program using C language, least squares identification algorithm and recursive least squares algorithm)
- 2012-10-26 13:07:45下载
- 积分:1
-
valve
说明: 一个在fluent udf中使用Compute_Force_and_Moment函数计算力的算例(An Example of Compute_Force_and_Moment Function in Fluent UDF)
- 2020-06-19 14:14:38下载
- 积分:1
-
121
1. 牛顿迭代法
function [x,i]=newtonmethod(x0,f,ep,Nmax)
牛顿法求非线性方程根
x0是输入初始值, f是输入函数, 精度要求ep, Nmax为最大迭代次数
x是输出迭代序列,i是迭代次数
2. 二分法
function [x,k]=bisection(a,b,f,ep)
二分法解非线性方程
输入区间[a,b],函数f和误差ep, Nmax为最大二分次数
x为输出近似根, k为二分次数
( Newton s law and the dichotomy)
- 2020-10-12 22:57:32下载
- 积分:1
-
torpedo
1) 应用C语言编写程序,计算弹道,并绘制结果曲线。
给出系统脱靶量统计结果(用蒙特卡洛法)。
(torpedo)
- 2010-11-26 21:19:01下载
- 积分:1
-
03CH4_red19
甲烷的19步简化反应机理文件,FORTRAN语言编写反应速度(ch4 reaction rate)
- 2020-10-27 10:39:58下载
- 积分:1
-
kodingan-adov
AODV code for network
- 2015-01-15 18:28:34下载
- 积分:1
-
LSTM_learn-master
采用LSTM算法用python语言实现的信号时间序列预测,可预测信号的占用度(The LSTM algorithm is used to predict the signal time series in python language)
- 2017-10-13 09:45:28下载
- 积分:1
-
Famous-Numerical-Iteration-Algorithm
提供几种著名的大型线性方程组迭代算法,包括CG、PCG、Lanczos、MINRES(Several well-known large-scale linear equations iterative algorithm, including CG, PCG, Lanczos, MINRES)
- 2012-11-26 16:41:41下载
- 积分:1