-
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
-
birkcodes
A comprehensive codes written to teach flight control systems by Simulink, it is simple and good to beginners and advanced students.
- 2012-04-18 13:32:27下载
- 积分:1
-
inverse21
inverse dynamic of robot.nt to upload source code, you can
- 2013-07-28 17:24:36下载
- 积分:1
-
ComputationalIntelligenceIntro
Provides a comprehensive introduction to the study of computational intelligence.
- 2014-10-06 23:21:46下载
- 积分:1
-
MATLAB
孤立汉语数字语音识别系统Matlab程序(The isolated Chinese digital speech recognition system Matlab program)
- 2013-04-23 05:28:06下载
- 积分:1
-
tuxiang
图像处理之人脸识别,基于数学形态学的边界提取(Image processing of face recognition, based on mathematical morphology for edge extraction)
- 2008-01-16 20:25:47下载
- 积分:1
-
AnalysisBasedonWindowed
一篇很好的电力系统间谐波的外文论文。k可以供大家参考(good artical)
- 2010-09-14 23:01:49下载
- 积分:1
-
Incomplete
Add pilot symbols to the input data just before transmission
2. Implement cyclic prefix (CP), use 10 of symbol length. Divide the 64
input data points into 8-bit streams, generate and append the CP based
on each symbol
3. Include complex noise into transmitted signal
Organization of Transmitter end of OFDM System
a. Generate Data
b. Modulate
c. Serial to Parallel
d. Cyclic Prefix (CP)
e. Add Pilot points
f. IFFT
g. Parallel to Serial
- 2010-05-23 22:09:45下载
- 积分:1
-
Ordinary-Differential-Equations
数值解法利用计算机,使得求更精确、效率高而 MATLAB 是一种数学软件包,有高级编程 公式
(Numerical solution using the computer, so that demand is more accurate, efficient and MATLAB is a mathematical software package, a senior programming formula)
- 2014-11-09 13:27:27下载
- 积分:1
-
fmaxga
基于MATLAB的遗传算法程序,所用的函数为测试函数(Genetic algorithm based on MATLAB program, the use of function test function)
- 2015-03-03 21:00:32下载
- 积分:1