-
aboutfuzzyzhou
说明: matlb的模糊控制的实现,他是控制类专业的很好的学习模糊控制的参考(matlb fuzzy control, and the types of control he is a good professional learning fuzzy control of the reference)
- 2005-12-06 00:32:07下载
- 积分: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
-
pls1
一个自己编写的基于简化算法的单因变量的偏最小二乘回归,附带建模预测及奇异点的鉴别。(I have written a simplified algorithm based on a single by partial least squares regression, with model prediction and singular points of differentiation.)
- 2010-05-18 14:16:12下载
- 积分:1
-
DCTchange
matlab中的dct变换,在图像中利用dct变换嵌入水印,并提取(The dct matlab transformation in the image watermarking using dct transform, and extract)
- 2010-12-05 20:16:29下载
- 积分:1
-
802[1]
802.11 无线网络MATLAB仿真代码(802.11 wsn matlab simulate resource code)
- 2010-01-24 11:52:42下载
- 积分:1
-
caikuang
采矿模型 可以在准备数学建模的时候作为练习资料(Math modeling)
- 2010-05-31 18:01:10下载
- 积分:1
-
3
说明: TOOLS REQURIED FOR MATLAB
- 2014-10-16 01:03:46下载
- 积分:1
-
QAM16
这一段代码是基于matlab的仿真编程,主要是针对16QAM的调制,代码及其仿真结果无不从各个方面详细分析了技术原理。(This piece of code is based on the Matlab simulation programming for 16QAM modulation, code and its simulation results are all from the various aspects of a detailed analysis of the technical principles.)
- 2013-04-27 12:15:45下载
- 积分:1
-
multigp-master
高斯过程多输出,有很多的例子。包括回归、分类等(GPR multiple output)
- 2020-09-01 22:28:08下载
- 积分:1
-
multimediaDataHidingEncription
multimedia content encription a book in image processing
- 2010-12-03 02:56:45下载
- 积分:1