-
uml
UML软件项目报告 包含图书馆系统的UML软件工程项目实现(UML software project report contains the library system' s UML software engineering project to achieve)
- 2011-01-08 17:01:05下载
- 积分:1
-
facerecognizion
this program for face recognizition
- 2010-05-21 03:35:07下载
- 积分:1
-
Planck2.m
A matlab function to calculate the Planck function
- 2014-11-18 03:34:06下载
- 积分:1
-
WillClose
Used to annotate a method parameter to indicate that this method will close the resource.
- 2014-01-13 12:18:03下载
- 积分:1
-
FIR-filters
all types of FIR filters.. focused mainly on window method
- 2014-02-09 13:38:28下载
- 积分:1
-
main_lms_eq1
用LMS算法实现自适应均衡器的MATLAB程序(LMS)
- 2010-01-12 16:24:00下载
- 积分:1
-
MatLab-mathematical-application
MATLAB 工程数学应用,许波,刘征编著(The MATLAB engineering mathematics application, Xu Bo, Liu Zheng eds)
- 2013-03-19 22:34:14下载
- 积分:1
-
Structures.tar
Structures Theory in Spanish.
- 2010-01-06 23:37:59下载
- 积分:1
-
Matlab
邓勇夫 基于K-均值聚类算法的数据分类方法MATLAB实现(K-means MATLAB)
- 2015-03-11 15:44:56下载
- 积分: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