-
1269175180108472(1)
基于MATLAB的离散事件系统中事件调度法的程序实例(MATLAB-based discrete event system, event scheduling process instance
)
- 2020-12-09 17:19:19下载
- 积分:1
-
phpmysql
php to my sql used to deal with bot Php and MySql
- 2010-08-26 22:43:25下载
- 积分:1
-
contourdemo
一个用matlab画出三维图像的等高线的小程序,非常适合初学者。(A small program using matlab to draw the contour of the three-dimensional image, very suitable for beginners.)
- 2012-08-16 21:15:39下载
- 积分:1
-
path-adjustment-algorithmn
joint user scheduling with path adjustment algorithmn
- 2013-08-28 15:55:06下载
- 积分:1
-
22674877-BHEL-Book-Insulation-for-Generator
BHEL Book Insulation for Generator
- 2012-08-23 21:59:46下载
- 积分:1
-
houghcircle
在一张有圆形的图片中利用matlab软件采用hough变换检测圆形,(In a picture using a round using hough transform matlab software testing round,)
- 2013-11-16 00:35:37下载
- 积分:1
-
gene-recognition
区分基因序列的外显子和内含子并找出区分外显子和内含子的阈值(Distinguish gene sequence exons and introns and exons and identify distinguishing threshold intron)
- 2013-12-01 10:31:36下载
- 积分:1
-
qoupeng_V0.8
采用的是脉冲对消法,计算多重分形非趋势波动分析,利用matlab GUI实现的串口编程例子。( It uses a pulse of consumer law, Calculate the multifractal trend fluctuation analysis, Use serial programming examples matlab GUI implementation.)
- 2017-01-12 17:28:11下载
- 积分:1
-
threemachines
电力系统下微电网在MATLAB中的仿真建模,模型已经搭建好(Power system three-machine nine-node model, simulation based on module construction, simulink)
- 2021-01-27 15:58:40下载
- 积分: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