-
mmqr
a very good method for linear regression is described in a very simple matlab program
- 2009-12-23 22:15:49下载
- 积分:1
-
Goldbach
歌德巴赫猜想验证工具,附质数库以及质数生成器。(Goldbach conjecture verification tools, with the Treasury and the prime number prime number generator.)
- 2009-07-05 09:51:38下载
- 积分: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
-
Walshmatlab
离散Walsh函数一个新的实现和防真的方法,用的是MATLAB工具(discrete function of the realization of a new defense and really, is using the MATLAB tool)
- 2007-04-27 22:14:48下载
- 积分:1
-
17869313Cross-Correlation-Target-Image-Detection
说明: 交叉相关 图像处理 matlab程序 2D图像(Cross-correlation image processing matlab)
- 2010-04-12 20:35:03下载
- 积分:1
-
MMCNOfk
多电平逆变器MMC,比较简单的三项逆变 打架可以下载看看(Multi-level inverter MMC, a relatively simple three inverters can download to see fights)
- 2020-11-23 22:09:35下载
- 积分:1
-
zxb
白噪声频谱。掌握白噪频谱在去除噪声时很重要,尤其噪声背景很强时(noise)
- 2009-09-30 23:06:52下载
- 积分:1
-
MATLABann
matlab神经网络工具箱很好的东东分享下(matlab neural network toolbox, under a good Dongdong Share)
- 2010-03-15 10:51:23下载
- 积分:1
-
m-sequence
生成30位的m序列的matlab仿真源代码(M-generated sequence of 30 simulation source code matlab)
- 2011-05-15 22:52:02下载
- 积分:1
-
BasicExamples1
These are basic examples in MATLAB
- 2012-09-05 09:14:20下载
- 积分:1