-
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
-
turbo
CDMA turbo码
生成随机的输入信号 在Matlab平台上实现WCDMA Turbo编码器的仿真(CDMA turbo code to generate a random input signal in Matlab platform to achieve WCDMA Turbo Encoder Simulation)
- 2010-05-05 14:13:00下载
- 积分:1
-
yichuansuanfa
遗传算法求最优解,可以运行,非常好的例子,可以学习一下,附有注释(Genetic algorithms for the optimal solution, you can run, very good example, you can learn about, annotated)
- 2014-09-04 11:30:33下载
- 积分:1
-
gsignlms
对符号LMS算法进行性能仿真,并将其和LMS算法的 误差性能和收敛性能比较(The symbol LMS algorithm performance simulation, and error performance and LMS algorithm and convergence performance comparison)
- 2013-09-03 19:22:41下载
- 积分:1
-
SOA
基于数控机床进给系统PID参数优化程序SOA。(Feed System Based on SOA PID parameter optimization program CNC machine tools.)
- 2014-11-24 20:32:08下载
- 积分:1
-
swnet
复杂网络小世界模型,模拟小世界模型
复杂网络小世界模型,模拟小世界模型(he parameter of the small-world model
The total number of the network
The mean degree is 2*m
The remove probability
The connection matrix
The initial regular network)
- 2013-12-24 17:11:52下载
- 积分:1
-
stlshow
在matlab中实现读取二进制格式stl文件并生成3d图形(In matlab stl file to read binary format and generate 3d graphics)
- 2020-07-03 21:00:01下载
- 积分:1
-
power-flow
牛顿拉夫逊法和高斯赛德尔法的潮流计算程序,附有算例。(Newton Raphson method and the method of high Sisaideer flow calculation program, with examples.)
- 2016-08-08 01:47:08下载
- 积分:1
-
Pseudo-random_97-iter
伪随机采样,97小波迭代收缩压缩传感,效果不错,方法简单(Pseudo-random sampling, iterative shrinkage of wavelet compression sensor 97, the effect is good, simple)
- 2011-04-29 14:38:09下载
- 积分:1
-
NEM_TES
辐射传输,温度与发射率分离算法(ASTER-TES)最关键模块NEM的matlab实现,也可参考其中的普朗克函数写法,demo可直接运行。(Radiative transfer, the temperature and emissivity separation algorithm (ASTER- TES) NEM matlab, the key module can also be reference of the Planck function method and the demo can be run directly.Radiative transfer, the temperature and emissivity separation algorithm (ASTER- TES) NEM matlab, the key module can also be reference of the Planck function method and the demo can be run directly.)
- 2021-04-06 18:49:02下载
- 积分:1