-
bp_drag_new
对fluent默认的Syamlal drag law进行曳力修正,多相流模型中(drag modify model in fluent)
- 2013-12-14 11:52:06下载
- 积分:1
-
matlab-temperature.m
说明: 计算温度场分布的程序,希望对有关人员有所帮助,基于matlab(Calculated temperature distribution of the procedures in the hope the officers concerned be helpful, based on matlab)
- 2011-03-28 10:53:00下载
- 积分:1
-
matlabcPP
matlab c++对接matlab c++对接(matlab c++)
- 2014-02-05 22:24:21下载
- 积分:1
-
VC++MATLAB
VC++与MATLAB混合编程及其应用
摘 要 本文详述了在VC++6.0编译环境下如何利用Matlab来实现应用系统的设计和分析,介绍了通过Matlab与VC应用程序连接的常用方法,分析了VC与Matlab的混合编程的步骤,最后通过一个具体实例的实现过程对上述方法进行了应用性介绍。
()
- 2007-07-26 16:45:47下载
- 积分:1
-
捷联惯导系统仿真算法的研究及其实现
捷联惯导系统仿真算法的研究及其实现.nh.大连理工大学硕士论文,详细阐述了如何用matlab-simulink进行惯导仿真(Strapdown inertial navigation system simulation algorithm and its realization. Nh. Dalian University of Technology master s thesis in detail how to use matlab-simulink simulation for INS)
- 2008-01-14 21:07:47下载
- 积分:1
-
Band
计算光子晶体能带结构图的MATLAB源码文件,使用的方法为平面波展开。各物理参数均有注释,光子晶体结构可任意调整。(Calculation of photonic band structure of the MATLAB source code files, the methods used for the plane wave expansion. The physical parameters have comments, photonic crystal structure can be adjusted.)
- 2021-03-16 17:49:21下载
- 积分:1
-
OFDM
OFDM仿真资料,以及一些仿真的程序源代码OFDM仿真资料,以及一些仿真的程序源代码OFDM仿真资料,以及一些仿真的程序源代码(OFDM simulation data, as well as some simulation program source code for OFDM simulation data, as well as some simulation program source code for OFDM simulation data, as well as some simulation program source code for)
- 2009-09-10 15:50:35下载
- 积分:1
-
PQ-daima
包含一份程序代码、一幅运行结果图和一篇说明文档。用于电力系统稳态分析的程序,是PQ法潮流计算的典型应用,针对四机十一节点的电力系统,经仿真测试通过,有较强的参考价值。
(It contains a copy of the program code, the results of a run and a diagram documentation. A program for steady-state analysis of the power system, a typical application PQ load flow calculation method for the four planes eleven nodes power system, the simulation test is passed, there is a strong reference value.)
- 2016-11-02 20:47:37下载
- 积分:1
-
fuzzy
模糊数学在聚类分析中的作用(matlab代码)(Fuzzy clustering analysis of the role in the (matlab code))
- 2013-08-22 14:51:18下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1