-
Graphs--Algorithms-and-Optimization.pdf
Discrete mathematics for graph theory the great masters W. Kocay and D. L. Kreher.
- 2014-10-26 22:23:46下载
- 积分:1
-
mypwe
2D PWM Photonic crystal source code
- 2013-12-03 17:34:30下载
- 积分:1
-
smoke_inspect_two
有效值检测电压降用matlab来编程实现分析(RMS detection voltage drop using matlab programming analysis)
- 2013-04-20 10:05:47下载
- 积分:1
-
DELTAE94
This Program compute the CIEDE94 color-difference between the sample between a reference with CIELab coordinates Labsample and a standard with CIELab coordinates Labstd The function works on multiple standard and sample vectors too
- 2012-03-30 07:20:27下载
- 积分:1
-
matlab-expcode
matlab部分实验原码,从朋友那里要过来的,相信对刚学这个软件的人朋友们有用.(Matlab part of the experiment, the original code, from friends to the apartment. I think just learning the software useful friends.)
- 2006-12-25 23:38:09下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
fuzzycontrol
模糊工具箱的说明,MATLAB。很有用哦(Description of fuzzy toolbox, MATLAB. Oh, very useful)
- 2010-07-20 21:51:29下载
- 积分:1
-
xiaobo
该程序是对声音信号的滤波,采用的是小拨变换滤波,最后画出波形,希望对大家有用(The program is a voice signal filtering, using a small dial transform filtering, the final draw waveform, in the hope that useful)
- 2007-12-13 18:35:05下载
- 积分:1
-
SJXL
时间序列分析中对于平稳时间序列建立模型,并实现模型的预测。(Time series analysis for stationary time series model, and the realization of the forecast model.)
- 2007-12-14 21:47:17下载
- 积分:1
-
youhua
人工智能课的一些作业,对选人工智能这门课的有很大帮助(Artificial Intelligence course some of the work on artificial intelligence selection of great help for this class)
- 2010-09-03 17:00:44下载
- 积分:1