-
matlab
人工智能各种方法的实现,具体实例的说明(Realize a variety of methods of artificial intelligence, specific examples of the note)
- 2008-07-04 12:25:16下载
- 积分:1
-
bpsk_AWGN
说明: BPSK 检测其在加性高斯白噪声信道中的性能 it is useful for you!(BPSK detected in the additive white Gaussian noise channels the performance it is useful for you!)
- 2006-04-26 23:50:11下载
- 积分: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
-
gene_bpnn_xor
一个很好用的matlab程序,基于遗传算法和bp神经网络的matlab程序(a good use of Matlab procedures, based on genetic algorithms and neural networks bp procedures Matlab)
- 2006-07-04 14:54:40下载
- 积分:1
-
MATLAB_GUI
精通MATLAB_GUI设计,里面是源程序代码(Versed in MATLAB_GUI design, which is the source code)
- 2012-05-29 15:57:29下载
- 积分:1
-
beibao
这是背包问题的程序,用matlab实现,背包问题是NP完全问题(This is the knapsack problem program, using matlab , knapsack problem is a a NP-complete problem)
- 2013-10-11 16:52:55下载
- 积分:1
-
LevelSet_CV
最原始的CV模型的matlab程序,可以很好的运行(initial CV model)
- 2012-02-03 18:38:55下载
- 积分:1
-
ImageAndVideoCapture
Junit Instrumentation test case for camera power measurement.
- 2014-06-25 09:33:05下载
- 积分:1
-
SIMUL_LDPC
simulink for Low-density parity-check code
- 2010-05-24 00:22:13下载
- 积分:1
-
dwesprit
用ESPRIT算法对面阵(平行线阵)方位角与俯仰角进行联合估计( Estimated jointly with the ESPRIT algorithm the opposite array (parallel linear array) azimuth and pitch angle)
- 2012-08-31 20:09:53下载
- 积分:1