-
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
-
Sonar12
超音波測距程式,使用於輪式行動平台(機器人)本體,本程式可用於避障、導航(program, using wheeled platform of action in the (robot) ontology, the program can be used for obstacle avoidance, navigation)
- 2007-06-20 09:42:34下载
- 积分:1
-
MATLAB
this is one of the best satelite code in the world to find the different parameters
- 2013-08-23 11:54:06下载
- 积分:1
-
CashCode.Net.Source
CashCode protocol Visual Studio
- 2014-10-28 07:34:14下载
- 积分:1
-
2(3)
绘制自旋航天器的相平面图形,改变参数可以绘制不同情况下的姿态(Draw spacecraft spin phase planar graph, changing the parameters can be plotted attitude under different circumstances)
- 2015-07-08 20:01:02下载
- 积分:1
-
rle
MATLAB program which enables us to do encoding techniques.
- 2012-06-28 19:03:24下载
- 积分:1
-
matlab-io
本文详细介绍了matlab对txt文件数据的导入导出问题(This paper describes a txt file matlab for data import and export issues)
- 2013-10-16 10:36:01下载
- 积分:1
-
minRoute
matlab求最短路径的Dijkstra算法,使用说明很清楚,简单易用(matlab seek the shortest path Dijkstra algorithm, instructions are clear, easy to use)
- 2010-09-07 14:26:49下载
- 积分:1
-
The-matlab--Classic-Tutorials
说明: 详细讲述matlab的使用方法和基本命令,包括如何建立M文件等等(Matlab detail the use and basic commands, including how to create the file, and so M)
- 2011-04-07 23:20:27下载
- 积分:1
-
angle-and-timedelay-esti
角度和延时估计,里面一共5个小程序,已经写成函数形式,亲测好用(to estimate angle and time delay in array signal processing)
- 2013-01-16 23:28:55下载
- 积分:1