CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 建模方法

搜索资源列表

  1. ThreetankWater

    1下载:
  2. :针对三容水箱是较为典型的非线性、时延对象,具有很强的代表性这一特点, 通过机理建模方法建立了三容水箱的一般数学模型。分析了线性和非线性阻力板的流量特性, 并通过实验测定了阻力板流量系数。最后给出了三容水箱的线性化模型。由仿真实验可知,非线性模型的阶跃响应和实验测得的响应曲线相吻合,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:148024
    • 提供者:lucy212
  1. cmcm98b

    1下载:
  2. 98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,我们使用模拟退火法求出一个较优解,将所有结点编号为1到53,1到53的排列就是系统的结构,结构的变化规则是:从1到53的排列中随机选取一个子排列,将其反转或将其移至另一处,能量E自然是路径总长度。具体算法描述如下:步1: 设定初始温度T,给定一个初始的巡视路线。步2 :步3 --8循环K次步3:步 4--7循环M次步4:随机选择路线的一段
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2827
    • 提供者:王冠
  1. mcmc.蒙特卡罗方法的MCNP辅助建模工具

    1下载:
  2. 蒙特卡罗方法的MCNP辅助建模工具,包含了源程序以及相关文章。,The MCNP Monte Carlo method supporting modeling tools, including the source code and related articles.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-21
    • 文件大小:305566
    • 提供者:陈壁坚
  1. huhaiyan

    3下载:
  2. <胡海岩-应用非线性动力学>全书共分8章。第1章阐述非线性动力系统的理论与实验建模方法,第2章和第3章分别介绍单自由度自治系统的定性和定量分析方法,第4章和第5章侧重于分析单自由度非自治系统和多自由度系统的非线性动力学行为。第6章介绍非线性系统的运动稳定性及分叉理论。第7章阐述混沌现象及混沌的控制。第8章阐述如何运用数值方法分析非线性动力系统的行为,特别是系统的周期运动、分叉与混沌。书末附录阐述了如何借助计算机代数软件MAPLE分析非线性动力学问题。-Book is divided
  3. 所属分类:Algorithm

    • 发布日期:2017-05-22
    • 文件大小:7337403
    • 提供者:何红亚
  1. Graphics3

    0下载:
  2. 图形处理算法合集3:包括图形处理、帧缓存技术、渲染、矩阵运算、建模方法-Graphics processing algorithms Collection 3: including graphics, frame buffer technology, rendering, matrix calculation, modeling methods
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:140534
    • 提供者:metallica
  1. mySimplex

    0下载:
  2. 单纯形法:为求解线性规划问题的通用方法。一般在数学建模课上老师要求实现,这是为自己做的一个,希望各位上课时方便交作业。-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
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:20604
    • 提供者:liusaoyue1
  1. programming

    0下载:
  2. 数学建模方法解决规划问题,有线性规划,非线性规划,无约束优化-Mathematical modeling to solve programming problems, there are linear programming, nonlinear programming, unconstrained optimization
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1075523
    • 提供者:李峰
  1. Differential_Equations

    0下载:
  2. 数学建模方法,利用MATLAB计算微分方程,内含教程-Mathematical modeling method, using MATLAB calculation of differential equations, including tutorials
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:342458
    • 提供者:李峰
  1. Auxiliary-variable-method-program

    0下载:
  2. 最小二乘法的一种改进建模方法-辅助变量法-An improved method of least squares modeling approach- Auxiliary variable method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:14245
    • 提供者:aimar
  1. Probability_and_Statistics_Modeling_Method

    0下载:
  2. 比较基础的书籍介绍了概率统计建模方法,很实用的一本书,推荐下载!-Probability and Statistics Modeling Method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1066906
    • 提供者:王恩
  1. Numerical_Recipes_in_C.The_Art_of_Scientific_Compu

    0下载:
  2. 《数值分析方法库 》本书选材内容丰富,包括了当代科学计算过程中涉及的大量内容:求特殊函数值、随机数、排序、最优化、快速傅里叶变换、谱分析、小波变换、统计描述和数据建模、偏微分议程数值解、若乾编码算法和任意精度计算等。本书科学性和实用性统一,不仅对每种算法进行了数学分析和比较,而且根据作者经验对算法给出了评论和建议,并在此基础上提供了用C++语言编写的实用程序。-《Numerical Recipes in C: The Art of Scientific Computing》, The pro
  3. 所属分类:Algorithm

    • 发布日期:2017-05-20
    • 文件大小:5765776
    • 提供者:王磊
  1. 9

    0下载:
  2. 关于排队论的方法及实例,有效,全面,是数学建模的好帮手-about information program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:92677
    • 提供者:qinhuaiyu
  1. matlab

    0下载:
  2. 数值分析方法及其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
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:489307
    • 提供者:王岑
  1. Pls

    1下载:
  2. 偏最小二乘法程序,PLS比主成分分析更有效的多元线性回归建模方法-matlab program about PLS
  3. 所属分类:Algorithm

    • 发布日期:2017-06-16
    • 文件大小:34816
    • 提供者:枫飞
  1. 2008_522708934

    0下载:
  2. 用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
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:47565
    • 提供者:Selina Gu
  1. Mathematical_Modeling_Toolbox

    0下载:
  2. 多种数学建模方法算法代码,每年数学建模代码-A variety of mathematical modeling algorithm code, annual mathematical modeling code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:147748
    • 提供者:罗毅
  1. dynamic-CGE-model

    2下载:
  2. 动态CGE模型参考,动态CGE模型在CGE建模中极为重要,提供了相关动态建模方法。-Dynamic CGE model reference, dynamic CGE model in CGE modeling is extremely important, provides a relevant dynamic modeling method.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:129785
    • 提供者:
  1. 数学建模思想方法大全及方法适用范围

    0下载:
  2. 时间序列预测法是一种定量分析方法,它是在时间序列变量分析的基础上, 运用一定的数学方法建立预测模型,使时间趋势向外延伸,从而预测未来市场的 发展变化趋势,确定变量预测值。(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
  3. 所属分类:数学计算

  1. 常用数学模型及建模方法

    0下载:
  2. 常用数学模型及建模方法介绍,在做数学建模比赛时比较实用(The commonly used mathematical model and modeling method is more practical in the mathematical modeling contest)
  3. 所属分类:数学计算

    • 发布日期:2018-01-04
    • 文件大小:150528
    • 提供者:whwraul7
  1. 贝叶斯算法课件和相应的算法源码

    1下载:
  2. 贝叶斯算法课件和相应的算法源码,在数学建模里常用的一种概率模型建模方法,里面有相应的课件
  3. 所属分类:数学计算/工程计算

« 12 3 »
搜珍网 www.dssz.com