登录
首页 » matlab » 《最优化计算方法及其MATLAB程序实现》

《最优化计算方法及其MATLAB程序实现》

于 2020-09-12 发布
0 128
下载积分: 1 下载次数: 24

代码说明:

说明:  书籍:《最优化计算方法及其MATLAB程序实现》电子资料(Books: Electronic Material of "Optimum Computing Method and Its Realization in MATLAB Program")

文件列表:

MATLAB程序, 0 , 2015-06-29
MATLAB程序\第10章 二次规划问题, 0 , 2015-06-29
MATLAB程序\第10章 二次规划问题\callqpact.m, 208 , 2015-06-08
MATLAB程序\第10章 二次规划问题\qlag.m, 475 , 2015-06-09
MATLAB程序\第10章 二次规划问题\qpact.m, 2760 , 2015-06-10
MATLAB程序\第12章 约束优化的罚函数法, 0 , 2015-06-29
MATLAB程序\第12章 约束优化的罚函数法\bfgs.m, 1253 , 2015-06-04
MATLAB程序\第12章 约束优化的罚函数法\df1.m, 57 , 2015-06-08
MATLAB程序\第12章 约束优化的罚函数法\dg1.m, 53 , 2015-06-08
MATLAB程序\第12章 约束优化的罚函数法\dh1.m, 61 , 2015-06-08
MATLAB程序\第12章 约束优化的罚函数法\dmpsi.m, 311 , 2009-10-15
MATLAB程序\第12章 约束优化的罚函数法\f1.m, 56 , 2015-06-08
MATLAB程序\第12章 约束优化的罚函数法\g1.m, 85 , 2015-06-08
MATLAB程序\第12章 约束优化的罚函数法\h1.m, 55 , 2015-06-08
MATLAB程序\第12章 约束优化的罚函数法\mpsi.m, 365 , 2009-10-15
MATLAB程序\第12章 约束优化的罚函数法\multphr.m, 2508 , 2015-06-08
MATLAB程序\第13章 序列二次规划法, 0 , 2015-06-29
MATLAB程序\第13章 序列二次规划法\cons.m, 69 , 2015-06-09
MATLAB程序\第13章 序列二次规划法\dcons.m, 67 , 2015-06-09
MATLAB程序\第13章 序列二次规划法\df1.m, 101 , 2015-06-09
MATLAB程序\第13章 序列二次规划法\f1.m, 93 , 2015-06-09
MATLAB程序\第13章 序列二次规划法\lagsqp.m, 3351 , 2015-06-10
MATLAB程序\第13章 序列二次规划法\newtlagr.m, 2709 , 2015-06-09
MATLAB程序\第13章 序列二次规划法\qpsubp.m, 4541 , 2015-06-09
MATLAB程序\第13章 序列二次规划法\sqpm.m, 3450 , 2015-06-09
MATLAB程序\第13章 序列二次规划法\例13.6, 0 , 2015-06-29
MATLAB程序\第13章 序列二次规划法\例13.6\cons.m, 144 , 2015-06-09
MATLAB程序\第13章 序列二次规划法\例13.6\dcons.m, 174 , 2015-06-09
MATLAB程序\第13章 序列二次规划法\例13.6\df1.m, 275 , 2015-06-09
MATLAB程序\第13章 序列二次规划法\例13.6\f1.m, 90 , 2015-06-09
MATLAB程序\第2章 线搜索方法, 0 , 2015-06-29
MATLAB程序\第2章 线搜索方法\armijo.m, 308 , 2015-05-30
MATLAB程序\第2章 线搜索方法\fun.m, 56 , 2015-05-30
MATLAB程序\第2章 线搜索方法\gfun.m, 83 , 2015-05-30
MATLAB程序\第2章 线搜索方法\golds.m, 1020 , 2015-06-10
MATLAB程序\第2章 线搜索方法\qmin.m, 2188 , 2015-06-10
MATLAB程序\第3章 梯度法和牛顿法, 0 , 2015-06-29
MATLAB程序\第3章 梯度法和牛顿法\dampnm.m, 877 , 2015-06-04
MATLAB程序\第3章 梯度法和牛顿法\fun.m, 75 , 2015-05-31
MATLAB程序\第3章 梯度法和牛顿法\gfun.m, 97 , 2015-05-31
MATLAB程序\第3章 梯度法和牛顿法\grad.m, 785 , 2015-06-04
MATLAB程序\第3章 梯度法和牛顿法\Hess.m, 119 , 2015-05-31
MATLAB程序\第3章 梯度法和牛顿法\revisenm.m, 946 , 2015-06-04
MATLAB程序\第4章 共轭梯度法, 0 , 2015-06-29
MATLAB程序\第4章 共轭梯度法\ex41.m, 183 , 2015-06-07
MATLAB程序\第4章 共轭梯度法\frcg.m, 1067 , 2015-06-04
MATLAB程序\第4章 共轭梯度法\fun.m, 81 , 2015-06-02
MATLAB程序\第4章 共轭梯度法\gfun.m, 76 , 2015-06-02
MATLAB程序\第4章 共轭梯度法\linecg.m, 748 , 2015-06-04
MATLAB程序\第5章 拟牛顿法, 0 , 2015-06-29
MATLAB程序\第5章 拟牛顿法\bfgs.m, 1253 , 2015-06-04
MATLAB程序\第5章 拟牛顿法\broyden.m, 1259 , 2015-06-04
MATLAB程序\第5章 拟牛顿法\dfp.m, 1017 , 2015-06-04
MATLAB程序\第5章 拟牛顿法\fun.m, 79 , 2015-06-03
MATLAB程序\第5章 拟牛顿法\gfun.m, 94 , 2015-06-06
MATLAB程序\第5章 拟牛顿法\sr1.m, 943 , 2015-06-04
MATLAB程序\第6章 信赖域方法, 0 , 2015-06-29
MATLAB程序\第6章 信赖域方法\fun.m, 75 , 2015-06-06
MATLAB程序\第6章 信赖域方法\gfun.m, 99 , 2015-06-06
MATLAB程序\第6章 信赖域方法\Hess.m, 126 , 2015-06-06
MATLAB程序\第6章 信赖域方法\trustm.m, 1001 , 2015-06-06
MATLAB程序\第6章 信赖域方法\trustq.m, 2190 , 2015-06-08
MATLAB程序\第7章 最小二乘问题, 0 , 2015-06-29
MATLAB程序\第7章 最小二乘问题\ex73.m, 257 , 2015-06-07
MATLAB程序\第7章 最小二乘问题\Fk.m, 141 , 2015-06-07
MATLAB程序\第7章 最小二乘问题\JFk.m, 369 , 2015-06-07
MATLAB程序\第7章 最小二乘问题\lmm.m, 1113 , 2015-06-07
MATLAB程序\第7章 最小二乘问题\nels.m, 124 , 2015-06-07
MATLAB程序\第7章 最小二乘问题\qrls.m, 90 , 2015-06-07
PDF电子课件, 0 , 2015-07-05
PDF电子课件\第10章.pdf, 595206 , 2015-07-05
PDF电子课件\第11章.pdf, 749399 , 2015-07-05
PDF电子课件\第12章.pdf, 703943 , 2015-07-05
PDF电子课件\第13章.pdf, 855751 , 2015-07-05
PDF电子课件\第1章.pdf, 576935 , 2015-07-05
PDF电子课件\第2章.pdf, 607943 , 2015-07-05
PDF电子课件\第3章.pdf, 597177 , 2015-07-05
PDF电子课件\第4章.pdf, 569407 , 2015-07-05
PDF电子课件\第5章.pdf, 693295 , 2015-07-05
PDF电子课件\第6章.pdf, 557487 , 2015-07-05
PDF电子课件\第7章.pdf, 682195 , 2015-07-05
PDF电子课件\第8章.pdf, 573864 , 2015-07-05
PDF电子课件\第9章.pdf, 715588 , 2015-07-05

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

发表评论

0 个回复

  • image_registr
    这是一个关于基于互信息的图像配准程序,是以matlab编写(This is a mutual information based image registration procedures, the preparation is matlab)
    2010-05-23 21:29:55下载
    积分:1
  • ttbox25102012
    一款利用matlab编写的射线追踪程序,易改易用。(The installation of TTBOX is relatively simple. All you have to do is to create some directories and tell MatLab, where TTBOX is. if it does not already exist, create a directory matlab within your home directory. Copy the TTBOX directory into the matlab directory if it does not already exist, create a file startup.m within the matlab directory Insert the following lines into startup.m: basepath= This should be the path to your home directory! addpath([basepath filesep matlab filesep ttbox ],1) addpath([basepath filesep matlab filesep ttbox filesep support ],1) execute startup within the MatLab command window. MatLab is now ready to execute TTBOX routines. The startup-script will be executed automatically upon start of MatLab. In order to read the online documentation, you have to browse to the doc directory and open the ttbox/doc/ttbox.html file with your web browser (it is recommended to set a bookma)
    2014-08-28 19:53:12下载
    积分:1
  • CPPPremier
    C++Premier(中文第四版)学习C++的红宝书(C++Premier(Chinese 4th edition))
    2014-11-17 23:30:12下载
    积分:1
  • code
    求解线性不定方程组的一个基解(未知数个数大于方程个数),代码简单有效,可以利用该代码求出所有基解,从而得到不定方程组解得一般形式(A radical solution for solving linear equations uncertain (unknown number greater than the number of equations), the code is simple and effective, you can use the code to all base solution obtained, resulting in variable equations have the general form of the solution)
    2014-01-05 10:12:14下载
    积分:1
  • multi-uav-planning-master
    multi uav path planning for 2D
    2017-10-06 17:41:40下载
    积分:1
  • LMS
    在一种变步长LMS 算法的基础上,引进动量因式,提出了一种新的改进LMS 的算法。新算法整体性能优 于变步长LMS 算法以及LMS 算法。通过理论分析,比较了新的算法和变步长LMS 算法以及LMS 算法的收敛性 和稳态性,提出了一种设想以提高新算法的稳态性。仿真试验证明了新算法的优越性以及设想的在仿真条件下的正 确性。(In a variable step size LMS algorithm, based on the introduction of momentum factor, a new improvement of LMS algorithms. The overall performance of the new algorithm is superior to variable step size LMS algorithm and LMS algorithm. Through theoretical analysis, comparing the new algorithm and variable step size LMS algorithm and LMS algorithm convergence and steady-state, and proposes a new algorithm is envisaged to enhance the steady-state nature. Simulation tests proved the superiority of the new algorithm, as well as envisaged under the conditions in the simulation is correct.)
    2008-03-12 09:59:25下载
    积分:1
  • bpsk_fading
    本源程序提供在平坦衰落信道下的BPSK调制解调的性能分析,并与理论曲线进行比较,得到了理想的效果(This source provides a flat fading channel the performance of the BPSK modulation and demodulation analysis and comparison with the theoretical curve obtained the desired results)
    2009-12-19 14:00:43下载
    积分:1
  • ccsystems2e_Chapter08
    现代通信系统(matlab版)(第二版)配套源代码 John G. Proakis等著 刘树棠 译 电子工业出版社出版(modern communication system (Matlab version) (2nd Edition) source code supporting John G. Proak Liushutang is waiting for the translation of the electronics industry published)
    2007-05-17 21:22:14下载
    积分:1
  • kalman-wendu
    对房间室内温度进行KALMAN滤波学习研究。(study the kalman algorithm on temperature in room)
    2011-12-05 16:57:12下载
    积分:1
  • matlab
    有关于matlab的程序,均匀光纤布拉格光栅滤波特性仿真程序 (With regard to the matlab program, the uniform fiber Prague grating filter characteristics simulation program)
    2021-04-07 19:59:01下载
    积分:1
  • 696519资源总数
  • 104213会员总数
  • 20今日下载