-
VCmatlabtuxiangchuli
此程序为VC与matlab图像处理与识别实用案例精选的源码,内容详实,与大家分享。(This program is VC with matlab image processing and recognition of practical cases of selected source code, content, informative, and to share.)
- 2009-11-21 11:17:35下载
- 积分:1
-
ena
matlab对aloha,s-aloha,csma的仿真(matlab pairs of aloha, s-aloha, csma Simulation)
- 2009-12-17 09:49:24下载
- 积分:1
-
WGS84XYZ_2_BJ54XYZ
WGS84到北京54的MATLAB编程的坐标转换(WGS84 to Beijing 54 coordinate transformation of the MATLAB programming)
- 2010-01-17 14:53:16下载
- 积分:1
-
euler.zip
说明: euler格式前进、后退和改进的格式,并在一个程序中(euler)
- 2010-04-16 16:52:21下载
- 积分:1
-
PCA-Face-Programs
This program is used for face recognition
- 2011-09-29 18:18:26下载
- 积分:1
-
04
说明: MATLAB7辅助控制系统设计与仿真 第4章(MATLAB7 Auxiliary Control System Design and Simulation, Chapter 4)
- 2007-10-25 18:35:12下载
- 积分:1
-
ErsBlocksGame
这是我老师给的一些代码,在此借用了,呵呵(I m a new student
)
- 2010-01-11 09:34:46下载
- 积分:1
-
matlab.tar
介绍matlab综合应用以及部分实例,让读者理解matlab(Introduction matlab applications as well as some examples)
- 2013-04-23 04:20:14下载
- 积分:1
-
zzz
本文提出了一种与J PEG标准完全兼容的医用内窥镜图像自适应量化压缩编码方法,该方法
采用二次扫描的措施,根据原始图像的频谱分布特点,自适应地修正J PEG推荐的量化表。(This paper presents a fully compatible with the J PEG standards of medical endoscope image adaptive quantization coding method, which uses the second scan measures, according to the original image of the spectrum distribution characteristics, adaptive to amend the recommended quantitative J PEG Table.)
- 2009-11-19 22:41:22下载
- 积分:1
-
diguishenjing
递归算法 [1 1 1 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 1 1 0 0 1 1 1 1 0]
t=[0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1]
给权值赋初值
w1=eye(5,10)
w2=eye(10,5)
wr=eye(10,10)/3
wobias=eye(6,5)/4
wbias=eye(6,10)/3
x=ones(6,10)/3
ww2=zeros(10,5)/6
ww1=zeros(5,10)/6
wwr=zeros(10,10)/6
wwobias=zeros(6,5)/5
wwbias=zeros(6,10)/4
g=[1 1 1 1 1]
f=[1 1 1 1 1 1 1 1 1 1] (Recursive algorithm)
- 2011-05-21 16:44:22下载
- 积分:1