-
LINESEARCH
Line Search using different type of functions. This is useful for Nonlinear programming.
- 2010-07-19 13:12:56下载
- 积分:1
-
[emuch.net]nurbs_toolbox
matlab NURBS 工具箱,应用于matlab中NURBS曲线、曲面的设计.
(NURBS toolbox used in MATLAB, used to the design of NURBS curves and surfaces.)(matlab NURBS
(NURBS toolbox used in MATLAB, used to the design of NURBS curves and surfaces.))
- 2020-09-10 10:18:00下载
- 积分:1
-
ES
说明: they are matlab code for evolutionary strategy (ES), (ES(1+1), ES(1,1),ES(mu,lambda),ES(mu+lambda), I hope they are useful for you
- 2010-06-29 13:59:47下载
- 积分:1
-
MATLAB非线性动力学控制问题
非线性动力学控制问题 利用MATLAB中的simulink对非线性动力学进行研究(Control of nonlinear dynamics using MATLAB simulink in the study of nonlinear dynamics)
- 2020-06-27 01:40:01下载
- 积分:1
-
BIN2C
conversion binary to c
- 2015-01-09 14:43:53下载
- 积分:1
-
CleanCodeHandbook_v1.0.1
leetcode的题目详解,希望对广大使用leetcode刷题的童鞋有帮助。(Detailed leetcode topic, I hope the majority of questions using leetcode brush shoes help.)
- 2015-02-21 20:41:09下载
- 积分:1
-
lle
一种非线性流形学习和维度缩减的算法,可以用来对数据进行降维和数据可视化。(Locally Linear Embbedding)
- 2019-04-04 13:43:02下载
- 积分:1
-
3D-ESPRIT-Scattering-Centers-
一种基于3D_ESPRIT的散射中心参数估计算法_温晓杨(A 3D-ESPRIT Method for Radar Target Scattering Centers Parameters Estimation)
- 2013-09-22 14:37:19下载
- 积分:1
-
200707171150141339
这个Matlab程序实现一个基于活动轮廓的边缘检测,而不进行重新初始化。(The Matlab program of active contour based on edge detection, rather than re-initialization.)
- 2009-05-13 09:09:53下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1