资源列表
campbell
- 阶次分析的程序包,用于非平稳信号的特征提取。-Order Analysis package for non-stationary signal feature extraction.
BLDC_SIMULINK
- 自己做的一个无刷直流电机双闭环matlab仿真模型,文档中含有相应的simulink模型及相关的S函数文件-Own a brushless DC motor dual closed-loop the matlab simulation models, the document contains the simulink model and S function file
SHP
- 中国地图数据,包含城市、街道、铁路、公路、河流、省会信息等。-China map data contains cities, streets, railways, roads, rivers, the provincial capital.
HRVAS
- 这是一款用来分析心率变异性的matlab程序,有线性分析和非线性分析,包含输出结果包含频谱分布、统计学描述、样本熵、小波分析-This is a matlab program used to analyze heart rate variability, linear analysis and nonlinear analysis contains the output contains spectral distribution, statistical descr iption sample
Scalping-EA
- 一款剥头皮的EA,EX4文件和源码都在,请先自行测试,再决定是否用在真实账户-A scalping EA, EX4 files and source code are in, please self-test, and then decide whether to use a real account
SIS
- 传染病的SI SIS SIR 三种数学建模模型。文件内包含程序以及仿真结果图。是初学者学习的好材料!-Infectious diseases SI SIS SIR three kinds of mathematical modeling model. The file contains the procedures and simulation results Figure. It is a good material for beginners to learn!
MATLAB-NRTL
- 用MATLAB求解三元物系的NRTL方程,可以供大家参考使用-Ternary System on MATLAB to solve the NRTL equation, for your use and reference
UDF
- Fluent中不规则波造波的UDF,希望对大家有帮助!-Fluent in irregular waves wave UDF, we want to help!
arcLength
- 有限元计算控制加载中弧长法(arc-length)的matlab源程序-Loading FEM arc length control method (arc-length) matlab source
wenjian
- 【问题描述】 写一程序将一个文件fcopy.in拷贝至另一个文件fcopy.out, 其中在所拷贝的文件中, 多个连续空白符(包括空格符、制表符)只拷贝一个空格符, 其它字符不变。 【输入形式】 源文件名和目标文件名分别为fcopy.in和fcopy.out,程序将从当前目录下读取fcopy.in文件。 【输出形式】 将fcopy.in文件内容拷贝至当前目录下的fcopy.out文件中。在所拷贝的文件中, 多个连续空白符(包括空格符、制表符)只拷贝一个空格符,若非空白符之间有
MT2D_Forward_FEM
- 大地电磁测深二维有限元正演matlab程序-magnetotelluric 2D forward finite element program
p5
- 【问题描述】 编写一个程序实现两个一元多项式相乘。 【输入形式】 首先输入第一个多项式中系数不为0的项的系数和指数,以一个空格分隔。且该多项式中各项的系数均为0或正整数,系数和最高幂次不会超过int类型的表示范围。对于多项式 anxn +a n-1 x n-1 + … + a1x1 + a0x0 的输入方法如下: an n a n-1 n-1 … a1 1 a0 0 即相邻两个整数分别表示表达式中一项的系数和指数。在输入中只出现系数不为0的项。最后一项的指