-
Matlab_Programming
Very good starting manual for matlab
- 2009-08-09 17:23:43下载
- 积分: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
-
yuqunsuanfa
使用了缩短视野和步长的改进人工鱼群算法,对于学习人工鱼群算法的人们很有帮助!(Use a shorter step length vision and improved artificial fish swarm algorithm for learning AFSA helpful people!)
- 2013-09-23 11:22:41下载
- 积分:1
-
matlb
关于用matlab实现遗传算法的程序,希望对大家有用(About using genetic algorithm matlab implementation of the procedures useful for everyone)
- 2009-02-24 12:59:13下载
- 积分:1
-
1
说明: matlab环境中一些应用于图像处理的命令(matlab environment, some of the commands used in image processing)
- 2011-03-08 11:26:38下载
- 积分:1
-
digital-communications-fundamentals-and-applicati
This is one of the best books i have ever used in digital communication. It is really helpful.
- 2015-01-13 17:45:45下载
- 积分:1
-
liblinear-1.92
应用比较好的liblinear软件程序包(Application the better liblinear software package)
- 2012-12-18 20:33:30下载
- 积分:1
-
zifushibie
基于matlab的免疫算法,并实现字符识别功能(Matlab based on immune algorithm and to achieve character recognition function)
- 2008-04-28 20:46:08下载
- 积分:1
-
rasta
nice rastamat collection with guuud comments )
- 2011-12-03 06:13:29下载
- 积分:1
-
code
Wireless Sensor Networks (WSNs) are comprised of thousands of sensor nodes, with restricted energy, that cooperate
to accomplish a sensing task. Various routing Protocols are designed for transmission in WSNs. In this
paper, we proposed a hybrid routing protocol: Zonal-Stable Election Protocol (Z-SEP) for heterogeneous WSNs.
In this protocol, some nodes transmit data directly to base station while some use clustering technique to send
data to base station as in SEP. We implemented Z-SEP and compared it with traditional Low Energy adaptive
clustering hierarchy (LEACH) and SEP. Simulation results showed that Z-SEP enhanced the stability period
and throughput than existing protocols like LEACH and SEP.
- 2013-12-21 12:15:13下载
- 积分:1