-
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
-
PSO
这份文件是用MATLAB语言编写的标准粒子群算法,比较好用。(This document is written in MATLAB standard particle swarm algorithm, more easy to use.)
- 2010-05-18 18:50:05下载
- 积分:1
-
Reservoi-with-PSO
Reservoir Optimization with PSO
- 2015-03-04 18:04:31下载
- 积分:1
-
CA-CFAR_radar
对单元平均CFAR门限的求解进行了仿真,还分别求解了GOCA-CFAR以及SOCA-CFAR的门限(Average CFAR threshold for unit solving simulation, also were solved GOCA-CFAR and SOCA-CFAR threshold)
- 2014-05-26 10:57:07下载
- 积分:1
-
分岔图的总结
混沌动力学行为研究的程序说明,功率谱,最大李雅谱指数,三维、二维以及时间序列图(Program description of chaotic dynamics behavior study, power spectrum, maximum lyapunov index, three - dimensional, two - dimensional and time series diagrams)
- 2020-10-08 16:57:36下载
- 积分:1
-
myclock
matlab官网的时钟程序,请大家欣赏,资源共享(the clock programme used the matlab,it is wonderful ,thanks)
- 2010-01-24 19:21:00下载
- 积分:1
-
chap2_8
在过程控制中,按偏差的比例(P)、积分(I)和微分(D)进行控制的PID控制器(亦称PID调节器)是应用最为广泛的一种自动控制器。(In process control, according to the percentage of deviation (P), Integral (I) and differential (D) control of PID controller (also known as PID regulators) is the most widely used of an automatic controller.)
- 2008-07-23 23:36:23下载
- 积分:1
-
Wolf
相信大家见过了star的上线和大灰狼的插件版
Wolf结合了star 的上线,大灰狼的插件功能,比原来的更强大,上线更稳定!!!!
为了庆祝咖啡上了百度第一页,现在开源了这套源码!!!也给新手朋友练练手,小狼已经处理过了,免杀好做!!!
同时也给有需要的可以2次开发
(I believe we have seen the star on the line and the big bad wolf of plug-in version
Wolf combines on-line star, the wolf s plug-in functionality, more powerful than the original, more stable on the line! ! ! !
To celebrate coffee on the first page of Baidu, now open source set of source! ! ! But also to the novice friends to practice your hand, coyotes have been handled, free to kill better to do! ! !
But also to those in need can be twice Development)
- 2014-10-26 06:31:34下载
- 积分:1
-
sqtest
对信源进行标量量化,量化至用户给定的量化级和量化范围中(To source for scalar quantification, quantification to users of the given quantitative level and quantitative range
)
- 2011-12-29 16:17:47下载
- 积分:1
-
qr
幂法求特征值的matlab设计,针对所有矩阵(Power law seeking eigenvalues matlab design for all matrices)
- 2013-05-11 13:58:39下载
- 积分:1