登录
首页 » matlab » 《最优化理论与算法》-陈宝林

《最优化理论与算法》-陈宝林

于 2021-01-03 发布 文件大小:26594KB
0 258
下载积分: 1 下载次数: 25

代码说明:

  此书包含线性规划单纯形方法、对偶理论、灵敏度分析、运输问题、内点算法、非线性规划K-T条件、无约束最优化方法、整数规划和动态规划等。(This book includes linear programming, simplex method, duality theory, sensitivity analysis, transportation problem, interior point algorithm, nonlinear programming K-T condition, unconstrained optimization method, integer programming and dynamic programming.)

文件列表:

《最优化理论与算法》-陈宝林.pdf

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

发表评论

0 个回复

  • KTEVPD-Model-S
    说明:  Thermal- Plastic- Creep- Damage Coupling Constitutive Model(Thermal- Plastic- Creep- Damage Coupling Constitutive Model for abaqus)
    2019-03-15 15:11:30下载
    积分:1
  • 游戏贪吃蛇双人版程序及代码,学习编程可以适当参考。
    游戏贪吃蛇双人版程序及代码,学习编程可以适当参考。-Double Snake game version of the procedures and code, programmers can learn the appropriate reference.
    2022-10-20 11:55:03下载
    积分:1
  • dic.c
    说明:  英文单词排版及查询系统基本功能(大小写敏感):录入单词和释义、修改单词、修改释义、文件录入、输出到屏幕和输出到文件、输入单词查询已有释义。 一种简单的英文单词排版系统实现 一、功能 英文单词排版及查询系统基本功能(大小写敏感):录入单词和释义、修改单词、修改释义、文件录入、输出到屏幕和输出到文件、输入单词查询已有释义。 二、实现约定 1、单词结构 typedef struct dictWord { char word[101]; char meaning[201]; } DictWord; 2、录入单词和释义 录入规则: A) 一行只能录入一个单词或词组和释义, B) 可以只录入单词 C) 每一次录入得单词总长度包含空格不超过100字符 D) 不能只录入释义 E) 单词和释义之间必须有空格 F) 单词是连续的或有空格的字母,不能有其他字符 G) 录入异常打印对应的错误信息。 H) 录入时单词已经存在且释义不同,则视为修改释义,增加修改计数 I) 释义应只包含汉字、阿拉伯数字和汉字标点符号且长度不超过100字 3、修改单词 修改(Basic functions of English word layout and query system (case sensitive): enter words and interpretations, modify words, modify interpretation, file entry, output to screen and output to documents, input word query has been interpreted.)
    2020-04-05 22:51:51下载
    积分:1
  • 一款运动控制卡的源码,讲述如何用运动控制卡进行编程开了.
    一款运动控制卡的源码,讲述如何用运动控制卡进行编程开了.-A motion control card source code on how to use motion control card program opened.
    2022-03-02 15:07:26下载
    积分:1
  • gmm test... gmm test... gmm test
    gmm test... gmm test... gmm test
    2022-03-10 19:23:31下载
    积分:1
  • laser18
    光纤激光器速率方程的matlab程序,程序好用,经过验证,可以使用(A matlab program for rate equations of fiber lasers)
    2017-08-08 10:35:28下载
    积分:1
  • 首先,你应该确保你的系统中已经建立了交叉编译环境,如果没有或者是还有什么问题可以搜索相关的内容, 本文是教你在嵌入式系统痛中如何移植minigui1.3,...
    首先,你应该确保你的系统中已经建立了交叉编译环境,如果没有或者是还有什么问题可以搜索相关的内容, 本文是教你在嵌入式系统痛中如何移植minigui1.3, 关于2.0版本是付费的版本,跟1.3版本有很大的差别,所以本文的方法只能适合在1.3和1.6的移植当中, 下面开始。。。。。。。。。。。。。。。。。。。。。。。》 -First, you should ensure that your system has established a cross-compiler environment, If not, or is there any problem can search the contents, This article is to teach you in Embedded Systems pain minigui1.3 how to transplant, Version 2.0 of the payment is the version with the 1.3 version of a great difference. Therefore, the method can only be suitable for the 1.3 and 1.6 of the transplant, the following start. . . . . . . . . . . . . . . . . . . . . . . "
    2022-03-12 14:02:27下载
    积分:1
  • zuizhong
    说明:  对UKF进行改进,采用最小偏度采样减少采样点数量,并结合实际状态方程和测量方程直接进行线性运算。改进后的UKF对蛇形机动目标的跟踪效果明显优于EKF(the mini-skewness sampling is adopted to reduce the number of sampling points, and the linear operation is carried out directly combining with the actual state equation and measurement equation. The experimental results show that the improved UKF has a better tracking effect on snake-like maneuvering targets than EKF)
    2021-01-11 14:28:50下载
    积分:1
  • S参数反演法
    说明:  S参数反演,利用同轴博导法测出的S参数,用NWR方法反演出等效介电参数。(S parameter inversion)
    2019-04-09 20:27:19下载
    积分:1
  • 商品管理系统
    说明:  小型的商品管理系统,提供商品和供应商的查询、添加、删除、编辑等功能,以及对商品管理系统业务的权限管理。本系统使用链表结构操作数据,提高了数据处理的效率。设计若干类和文件实现,用链表来存储商品的基本信息以及供应商,系统角色信息等。(The small commodity management system provides the query, addition, deletion, editing and other functions of commodities and suppliers, as well as the right management of the business of the commodity management system. The system uses linked list structure to operate data, which improves the efficiency of data processing. Some classes and files are designed to store the basic information of goods and the information of suppliers and system roles.)
    2020-11-30 14:26:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载