-
linye
关于matlab算法的一个教程 本书引用了很多的例子值得学习(A tutorial on matlab algorithm book cites many examples worth learning)
- 2011-04-23 23:05:41下载
- 积分:1
-
rectifier2
基于PWM的可控直流电源设计与实现,PWM整流电路原理图(PWM-controlled DC power supply based on the design and implementation, PWM rectifier)
- 2011-05-21 15:31:44下载
- 积分:1
-
_FuzzyPID
模糊控制器,能够实现模糊控制,自适应迷糊控制(Fuzzy Control)
- 2011-10-24 15:36:37下载
- 积分:1
-
tgn
this code simulate channel model
- 2021-04-06 17:29:02下载
- 积分:1
-
vanishingpoing
A new approach to vanishing point detection in architectural environments一种寻找消失点的新算法(A new approach to vanishing point detection in architectural environments)
- 2010-12-26 14:47:35下载
- 积分: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
-
E1XUGAO
matlab matlab 的锐形(matlab matlab anatase form)
- 2007-03-10 02:35:12下载
- 积分:1
-
lmd
直方图提取函数,用于人脸识别中,输入一幅图像,函数内部对输入图像做短时傅里叶变换,得到四幅幅度图,再求四幅图的直方图特征,合并后输出(Histogram extraction functions for face recognition, the input image, the input image inside the function to do short-time Fourier transform, the four magnitude diagram, and then seek four graph histogram feature, the combined output)
- 2013-10-20 19:19:33下载
- 积分:1
-
Welson_theta
求解工程结构动力反应的Welson-theta法的Matlab程序,包含实例(Matlab programs to solve engineering structural dynamic response using Welson-theta method,including an example)
- 2015-03-13 12:31:59下载
- 积分:1
-
TimeSeriesLibrary-tslib
说明: 国外的时间序列分形的库函数,对于时间序列研究有一定帮助(Fractal time series of foreign library functions, for the time series study will definitely help)
- 2010-04-19 15:46:06下载
- 积分:1