搜索资源列表
ThreetankWater
- :针对三容水箱是较为典型的非线性、时延对象,具有很强的代表性这一特点, 通过机理建模方法建立了三容水箱的一般数学模型。分析了线性和非线性阻力板的流量特性, 并通过实验测定了阻力板流量系数。最后给出了三容水箱的线性化模型。由仿真实验可知,非线性模型的阶跃响应和实验测得的响应曲线相吻合,
cmcm98b
- 98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,我们使用模拟退火法求出一个较优解,将所有结点编号为1到53,1到53的排列就是系统的结构,结构的变化规则是:从1到53的排列中随机选取一个子排列,将其反转或将其移至另一处,能量E自然是路径总长度。具体算法描述如下:步1: 设定初始温度T,给定一个初始的巡视路线。步2 :步3 --8循环K次步3:步 4--7循环M次步4:随机选择路线的一段
mcmc.蒙特卡罗方法的MCNP辅助建模工具
- 蒙特卡罗方法的MCNP辅助建模工具,包含了源程序以及相关文章。,The MCNP Monte Carlo method supporting modeling tools, including the source code and related articles.
huhaiyan
- <胡海岩-应用非线性动力学>全书共分8章。第1章阐述非线性动力系统的理论与实验建模方法,第2章和第3章分别介绍单自由度自治系统的定性和定量分析方法,第4章和第5章侧重于分析单自由度非自治系统和多自由度系统的非线性动力学行为。第6章介绍非线性系统的运动稳定性及分叉理论。第7章阐述混沌现象及混沌的控制。第8章阐述如何运用数值方法分析非线性动力系统的行为,特别是系统的周期运动、分叉与混沌。书末附录阐述了如何借助计算机代数软件MAPLE分析非线性动力学问题。-Book is divided
Graphics3
- 图形处理算法合集3:包括图形处理、帧缓存技术、渲染、矩阵运算、建模方法-Graphics processing algorithms Collection 3: including graphics, frame buffer technology, rendering, matrix calculation, modeling methods
mySimplex
- 单纯形法:为求解线性规划问题的通用方法。一般在数学建模课上老师要求实现,这是为自己做的一个,希望各位上课时方便交作业。-Simplex Method: Solving linear programming problem for the general method. General in the mathematical modeling class the teacher asked the realization that this is done for their own one, I
programming
- 数学建模方法解决规划问题,有线性规划,非线性规划,无约束优化-Mathematical modeling to solve programming problems, there are linear programming, nonlinear programming, unconstrained optimization
Differential_Equations
- 数学建模方法,利用MATLAB计算微分方程,内含教程-Mathematical modeling method, using MATLAB calculation of differential equations, including tutorials
Auxiliary-variable-method-program
- 最小二乘法的一种改进建模方法-辅助变量法-An improved method of least squares modeling approach- Auxiliary variable method
Probability_and_Statistics_Modeling_Method
- 比较基础的书籍介绍了概率统计建模方法,很实用的一本书,推荐下载!-Probability and Statistics Modeling Method
Numerical_Recipes_in_C.The_Art_of_Scientific_Compu
- 《数值分析方法库 》本书选材内容丰富,包括了当代科学计算过程中涉及的大量内容:求特殊函数值、随机数、排序、最优化、快速傅里叶变换、谱分析、小波变换、统计描述和数据建模、偏微分议程数值解、若乾编码算法和任意精度计算等。本书科学性和实用性统一,不仅对每种算法进行了数学分析和比较,而且根据作者经验对算法给出了评论和建议,并在此基础上提供了用C++语言编写的实用程序。-《Numerical Recipes in C: The Art of Scientific Computing》, The pro
9
- 关于排队论的方法及实例,有效,全面,是数学建模的好帮手-about information program
matlab
- 数值分析方法及其Matlab实现 ,一个ppt就可以让你精通数学建模中的数值分析,让你在数学建模竞赛中取得好成绩 -Matlab numerical analysis method and its implementation, a ppt to let you know your mathematical modeling of the numerical analysis, mathematical modeling contest for you to get good marks
Pls
- 偏最小二乘法程序,PLS比主成分分析更有效的多元线性回归建模方法-matlab program about PLS
2008_522708934
- 用Ansys求解结构动力学的例题,包含详细的建模方法以及ANSYS中操作步骤,以及详细的前后处理-A total series of examples in how to solve dynamic problems. The procedures are detailed included in how to model and solve it with the help of ANSYS
Mathematical_Modeling_Toolbox
- 多种数学建模方法算法代码,每年数学建模代码-A variety of mathematical modeling algorithm code, annual mathematical modeling code
dynamic-CGE-model
- 动态CGE模型参考,动态CGE模型在CGE建模中极为重要,提供了相关动态建模方法。-Dynamic CGE model reference, dynamic CGE model in CGE modeling is extremely important, provides a relevant dynamic modeling method.
数学建模思想方法大全及方法适用范围
- 时间序列预测法是一种定量分析方法,它是在时间序列变量分析的基础上, 运用一定的数学方法建立预测模型,使时间趋势向外延伸,从而预测未来市场的 发展变化趋势,确定变量预测值。(Time series forecasting method is a quantitative analysis method. It is based on the analysis of time series variables,A mathematical model is used to establish a
常用数学模型及建模方法
- 常用数学模型及建模方法介绍,在做数学建模比赛时比较实用(The commonly used mathematical model and modeling method is more practical in the mathematical modeling contest)
贝叶斯算法课件和相应的算法源码
- 贝叶斯算法课件和相应的算法源码,在数学建模里常用的一种概率模型建模方法,里面有相应的课件