搜索资源列表

  1. 数学建模方法与范例

    0下载:
  2. 一本较易懂的数学建模入门级教材
  3. 所属分类:文档资料

    • 发布日期:2009-12-20
    • 文件大小:7.82mb
    • 提供者:dilys13
  1. cmcm98b

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

    • 发布日期:2024-11-27
    • 文件大小:2kb
    • 提供者:王冠
  1. 综合算法

    0下载:
  2. 数值类综合算法 常用数值计算工具包(龙贝格算法、改进欧拉法、龙格库塔方法、复合辛普森),Matlab数学建模工具箱(以及众多实例)。 常用算法:如Floyd算法、分治算法、动态规划、组合算法、贪婪算法-composite numerical algorithm commonly used numerical Kit (Romberg algorithm, improved Euler, Runge Kutta method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-27
    • 文件大小:1.38mb
    • 提供者:罗鹏魁
  1. mathmodel

    0下载:
  2. 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This a good model to
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-27
    • 文件大小:5.65mb
    • 提供者:zhxj
  1. jige

    0下载:
  2. 这是数学建模中图论中的几个重要的模型求解。包括最短路径的两种方法,以及加权的求法-This is the mathematical modeling of graph theory of a number of important model solution. Shortest Path, including the two methods, and the weighted Solution
  3. 所属分类:其他小程序

    • 发布日期:2024-11-27
    • 文件大小:4kb
    • 提供者:王清
  1. xianjinsuanfa

    0下载:
  2. ,我们将着重讲述一些数学建模中常用的算法,包括神经网络算法、遗传算法、模拟退火算法和模糊数学方法。用这些算法可以较容易地解决一些很复杂的,常规算法很难解决的问题。-, We will focus on some commonly used mathematical modeling algorithms, including neural network algorithm, genetic algorithm, simulated a
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-27
    • 文件大小:267kb
    • 提供者:王炜
  1. toolbox

    0下载:
  2. 这是一个整理后比较全面的数学建模所用到的基本的十种计算方法的matlab源代码!-This is a more comprehensive sort out the mathematical modeling used by dozens of the basic method of calculating the matlab source code!
  3. 所属分类:数据库系统

    • 发布日期:2024-11-27
    • 文件大小:376kb
    • 提供者:赵学风
  1. matlab_import_data

    0下载:
  2. 海量数据导入与导出matlab的有效方法,在数学建模时处理大量数据非常有用-Mass data import and export matlab effective method, in the mathematical modeling is very useful to deal with large amounts of data
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:1019kb
    • 提供者:林沐生
  1. programming

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

    • 发布日期:2024-11-27
    • 文件大小:1.03mb
    • 提供者:李峰
  1. Statistics

    0下载:
  2. 采用数学建模方法解决统计问题,包含数据的统计描述与分析,回归分析,含有PPT讲解-Mathematical modeling approach to the use of statistics, including data descr iption and analysis of statistics, regression analysis, with PPT on
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:1.31mb
    • 提供者:李峰
  1. mathmodeling

    0下载:
  2. 数学建模方法,写论文的重要帮助,不会建模可写不出高质量的文章啊。-Mathematical modeling method, an important thesis help, will not be high-quality modeling can not write an article ah.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-27
    • 文件大小:1.24mb
    • 提供者:cc
  1. MATLAB数学建模算法及实例分析

    0下载:
  2. 讲解了非常实用的数学建模方法,结合实际的例子进行讲解。(Explain the very practical mathematical modeling method, combined with practical examples to explain.)
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:4mb
    • 提供者:wangge
  1. 多目标线性规划的求解方法及MATLAB实现

    0下载:
  2. 数学建模中会用到的常用MATLAB代码,可以求解线性规划的问题(Mathematical modeling will use the commonly used MATLAB code, you can solve the problem of linear programming)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-27
    • 文件大小:11kb
    • 提供者:domn
  1. 数学建模的三十二种常规方法

    0下载:
  2. 数学建模的三十二种常规方法,比较实用,希望对数学建模感兴趣的看一看(Mathematical modeling of the thirty-two conventional methods, more practical, I hope to look at the mathematical modeling of interest)
  3. 所属分类:软件工程

    • 发布日期:2024-11-27
    • 文件大小:7.82mb
    • 提供者:Yxsong
  1. 常用数学模型及建模方法

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

    • 发布日期:2024-11-27
    • 文件大小:147kb
    • 提供者:whwraul7
  1. 数学建模方法大汇总

    0下载:
  2. 数学建模必备, 竞赛必备, 拿奖神器非常好用(Mathematical modeling is necessary. Competition is necessary. Prizes the artifact)
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-11-27
    • 文件大小:1005kb
    • 提供者:a2912822552
  1. 数学建模方法与分析

    0下载:
  2. 详细解说数学建模中的统计学方法,对图像处理法人模式识别提供参考意见(Explain the statistical method in mathematical modeling in detail, and provide reference for image processing legal person pattern recognition)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-27
    • 文件大小:3.03mb
    • 提供者:COCO_BEN
  1. 数学建模32种常规方法

    1下载:
  2. 数学建模32种常规方法,提供一种数模观点及适用场景(32 conventional methods of mathematical modeling, providing a numerical model view and application scene)
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:8.06mb
    • 提供者:
  1. 源程序Maltab在数学建模中的应用卓金武等

    0下载:
  2. 上篇介绍数学建模中常规方法的matlab实现,包括matlab交互、数据建模、程序绘图、灰色预测、规划模型等方法;还介绍了各种高级方法的matlab实现,包括遗传算法、粒子群算法、模拟退火算法、人工神经网络、小波分析、动态仿真、数值模拟等。下篇以真实的数学建模赛题为案例,介绍了如何用matlab求解实际的数学建模问题,给出了详细的建模过程和程序(The introduction of conventional methods of ma
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-27
    • 文件大小:786kb
    • 提供者:刁民想害朕
  1. 数学建模 数据处理方法

    1下载:
  2. 本文件是对数学建模过程中,matlab对数据的调用以及存储等方面做了详细的说明。(This document explains in detail in the process of mathematical modeling, such as MATLAB's calling and storing data.)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-27
    • 文件大小:7.82mb
    • 提供者:Jnshuai
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org