登录
首页 » matlab » 数学建模的29个通用模型及matlab解法

数学建模的29个通用模型及matlab解法

于 2020-02-08 发布
0 82
下载积分: 1 下载次数: 3

代码说明:

说明:  第一章 线性规划 第二章 整数规划 第三章 非线性规划 第四章 动态规划 第五章 图与网络 第六章 排队论 第七章 对策论 第八章 层次分析法 第九章 插值与拟合 第十章 数据的统计描述和分析 第十一章 方差分析 第十二章 回归分析(Chapter I linear programming Chapter II integer programming Chapter III nonlinear programming Chapter IV dynamic planning Chapter V diagram and network Chapter VI queuing theory Chapter seven game theory Chapter VIII analytic hierarchy process Chapter 9 interpolation and fitting Chapter X statistical description and analysis of data Chapter 11 analysis of variance Chapter 12 regression analysis)

文件列表:

数学建模的29个通用模型及matlab解法, 0 , 2019-09-08
数学建模的29个通用模型及matlab解法\0前言.pdf, 79094 , 2009-08-04
数学建模的29个通用模型及matlab解法\0目录.txt, 815 , 2019-09-08
数学建模的29个通用模型及matlab解法\第01章 线性规划.pdf, 192715 , 2009-08-04
数学建模的29个通用模型及matlab解法\第02章 整数规划.pdf, 203910 , 2009-08-04
数学建模的29个通用模型及matlab解法\第03章 非线性规划.pdf, 264610 , 2009-08-04
数学建模的29个通用模型及matlab解法\第04章 动态规划.pdf, 209456 , 2009-08-04
数学建模的29个通用模型及matlab解法\第05章 图与网络.pdf, 493246 , 2009-08-04
数学建模的29个通用模型及matlab解法\第06章 排队论.pdf, 399872 , 2009-08-04
数学建模的29个通用模型及matlab解法\第07章 对策论.pdf, 180838 , 2009-08-04
数学建模的29个通用模型及matlab解法\第08章 层次分析法.pdf, 168705 , 2009-08-04
数学建模的29个通用模型及matlab解法\第09章 插值与拟合.pdf, 289788 , 2009-08-04
数学建模的29个通用模型及matlab解法\第10章 数据的统计描述和分析.pdf, 188176 , 2009-08-04
数学建模的29个通用模型及matlab解法\第11章 方差分析.pdf, 172061 , 2009-08-04
数学建模的29个通用模型及matlab解法\第12章 回归分析.pdf, 280456 , 2009-08-04
数学建模的29个通用模型及matlab解法\第13章 微分方程建模.pdf, 199821 , 2009-08-04
数学建模的29个通用模型及matlab解法\第14章 稳定状态模型.pdf, 201893 , 2009-08-04
数学建模的29个通用模型及matlab解法\第15章 常微分方程的解法.pdf, 175282 , 2009-08-04
数学建模的29个通用模型及matlab解法\第16章 差分方程模型.pdf, 200721 , 2009-08-04
数学建模的29个通用模型及matlab解法\第17章 马氏链模型.pdf, 164778 , 2009-08-04
数学建模的29个通用模型及matlab解法\第18章 变分法模型.pdf, 177085 , 2009-08-04
数学建模的29个通用模型及matlab解法\第19章 神经网络模型.pdf, 186832 , 2009-08-04
数学建模的29个通用模型及matlab解法\第20章 偏微分方程的数值解.pdf, 440489 , 2009-08-04
数学建模的29个通用模型及matlab解法\第21章 目标规划.pdf, 180760 , 2009-08-04
数学建模的29个通用模型及matlab解法\第22章 模糊数学模型.pdf, 459996 , 2009-08-04
数学建模的29个通用模型及matlab解法\第23章 现代优化算法.pdf, 263795 , 2009-08-04
数学建模的29个通用模型及matlab解法\第24章 时间序列模型.pdf, 292364 , 2009-08-04
数学建模的29个通用模型及matlab解法\第25章 存贮论.pdf, 361307 , 2009-08-04
数学建模的29个通用模型及matlab解法\第26章 经济与金融中的优化问题.pdf, 427398 , 2009-08-04
数学建模的29个通用模型及matlab解法\第27章 生产与服务运作管理中的优化问题.pdf, 283948 , 2009-08-04
数学建模的29个通用模型及matlab解法\第28章 灰色系统理论及其应用.pdf, 354582 , 2009-08-04
数学建模的29个通用模型及matlab解法\第29章 多元分析.pdf, 589618 , 2009-08-04
数学建模的29个通用模型及matlab解法\第30章 偏最小二乘回归.pdf, 171170 , 2009-08-04

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 赤血英豪Java源码
    Java游戏源码:赤血英豪,运行在手机上的小游戏,以前在诺基亚上测试过,可以玩,界面精美,可以为从事Java游戏开发的提供一份参考源码。
    2023-08-17 21:30:04下载
    积分:1
  • 一个非常好的串口程序
    一个非常好的串口程序-a very good Serial procedures
    2022-05-14 03:58:54下载
    积分:1
  • Java生成一个文件打开的文件选择对话框窗口
    Java生成一个文件打开的文件选择对话框窗口,和Win系统的浏览文件窗口相似,使用Java代码模拟实现的窗口程序,相关代码如下:   button.addActionListener(new ActionListener() { //按钮事件处理   public void actionPerformed(ActionEvent e) {   int state; //文件选择器返回状态   chooser.removeChoosableFileFilter(chooser.getAcceptAllFileFilter()); //移去所有文件过滤器   chooser.addChoosableFileFilter(new MyFileFilter("gif","图像文件")); //增加文件过滤器,接爱gif文件   if (comboBox.getSelectedIndex()==0) //组合框为"打开"    state=chooser.showOpenDialog(null); //显示打开文件对话框   else    state=chooser.showSaveDialog(null); //显示保存文件对话框   File file = chooser.getSelectedFile(); //得到选择的文件
    2022-11-18 17:40:03下载
    积分:1
  • 这个程序的目的是使构建一个配置文件
    The purpose of this program is to enable building a config file to the radarFDTD package using a modern GUI.
    2022-05-22 09:37:13下载
    积分:1
  • english_stopword
    最全的IKAnalyz 的英文停止词集,使用时需要简单配置IKAnalyzer.cfg.xml, <!--用户可以在这里配置自己的扩展停止词字典--> <entry key="ext_stopwords">stopword.dic;english_stopword.dic;</entry>(The most complete IKAnalyz English stop word set, the use of simple configuration IKAnalyzer.cfg.xml, <! -- users can configure their own extensions here stop word dictionary -- > <entry key= "ext_stopwords" >stopword.dic; english_stopword.dic; </entry>)
    2017-11-16 15:08:34下载
    积分:1
  • JSp网络采集程序
    JSp网络采集程序,可以抓取或是采集指定网页的内容,完成了JSP采集的基本原理功能。
    2023-05-31 07:55:03下载
    积分:1
  • 功能极为强大的可视化汉化集成工具 PE Explorer1.99 R5
    功能极为强大的可视化汉化集成工具,可直接浏览、修改软件资源,包括菜单、对话框、字符串表等; 另外,还具备有 W32DASM 软件的反编译能力和PEditor 软件的 PE 文件头编辑功能,可以更容易的分析源代码,修复损坏了的资源,可以处理 PE 格式的文件如:EXE、DLL、DRV、BPL、DPL、SYS、CPL、OCX、SCR 等 32 位可执行程序。该软件支持插件,你可以通过增加插件加强该软件的功能, 原公司在该工具中捆绑了 UPX 的脱壳插件、扫描器和反汇编器.,非常好用。(The powerful visualized Chinese integration tool can browse and modify software resources directly, including menus, dialog boxes, string tables, etc. In addition, it also has the decompilation ability of W32DASM software and the PE file header editing function of PEditor software, which makes it easier to analyze source code and repair damaged resources. It can handle 32-bit executable programs in PE format such as EXE, DLL, DRV, BPL, DPL, SYS, CPL, OCX, SCR, etc. The software supports plug-ins, you can strengthen the function of the software by adding plug-ins. The original company bundled UPX shell plug-ins, scanners and disassemblers in the tool. It is very useful.)
    2020-06-23 01:00:01下载
    积分:1
  • 一个简单二叉树类(非本人原创)
    一个简单二叉树类(非本人原创)-a simple binary tree type (I originality)
    2022-07-24 12:43:08下载
    积分:1
  • 无刷直流电动机需要多种电压电平来控制转速:0V 使电动机停转,5V 使电动机以最大转速运转,而在0V和5V之间的电压则使电动机以较低的转速运转...
    无刷直流电动机需要多种电压电平来控制转速:0V 使电动机停转,5V 使电动机以最大转速运转,而在0V和5V之间的电压则使电动机以较低的转速运转-The needs of a wide range of brushless DC motor voltage level to control the rotational speed: 0V stop the motor switch, 5V maximum speed of the motor running, and in between 0V and 5V voltage while the motor running at low speed
    2022-07-14 10:04:40下载
    积分:1
  • 04-using-block-v2-annotated
    说明:  Stanford Cypher. Ebook 4
    2019-02-15 05:03:58下载
    积分:1
  • 696522资源总数
  • 104031会员总数
  • 39今日下载