-
integer
通常matlab不能进行整数规划,现一款混合整数的线形规划matlab m文件(Matlab usually can not be integer programming, are a mixed-integer linear programming matlab m file)
- 2009-09-13 11:16:47下载
- 积分: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
-
KFCS_tool
卡尔曼滤波求解压缩感知重构过程算法代码,供大家参考学习(Kalman filter algorithm for solving compressed sensing reconstruction process code, for your reference learning)
- 2014-09-19 21:03:25下载
- 积分:1
-
sparse.c
Sparse matrix storage and computing
- 2014-12-18 15:36:06下载
- 积分:1
-
parzen
说明: parzen窗法,功能是根据样本进行概率密度函数估计。实现了对正态分布概率密度函数和均匀分布双峰概密函数进行估计(Parzen window method, function is based on a sample of the estimated probability density function. The realization of the normal distribution probability density function and uniform distribution Bimodal density function is estimated over)
- 2008-11-11 17:03:48下载
- 积分:1
-
LMI
线性矩阵不等式(LMI)的求解例子,最优保成本状态反馈控制、无记忆状态反馈鲁棒H_inf控制器(An example for LMI)
- 2013-10-07 17:44:43下载
- 积分:1
-
ROC_energy
能量检测的ROC曲线,绝对有用。现存的有很多可能不满足你的要求,试试这个,如果好请给好评价,谢谢(ROC curve of energy detection is absolutely useful. There are many existing requirements may not meet you, try this, please give a good evaluation if good, thank you)
- 2011-11-18 10:53:04下载
- 积分:1
-
turbo
Turbo Convolution Code
- 2013-10-22 11:55:48下载
- 积分:1
-
diff_ODE
matlab环境下,多个计算微积分和微分方程的程序(matlab environment program, multiple computing calculus and differential equations)
- 2014-01-05 23:12:30下载
- 积分:1
-
Beamforming
发个大集合,有线性阵列,圆形阵列,矩形阵列,极坐标等(Send a large collection, there is a linear array, circular array, rectangular array, polar coordinates)
- 2021-04-02 15:39:07下载
- 积分:1