-
hostel
student management application that simulates a student hostel.C++ 3.1 aplication . object oriented programming
- 2010-07-07 20:54:06下载
- 积分:1
-
lsm-rbf
说明: 一种最小二乘法的RBF网络
----------------------------------
radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。)
- 2011-04-13 10:26:06下载
- 积分:1
-
sb
说明: 网上找的一个有意思的程序。共享下。参阅下子(Internet is an interesting program. Sharing the next. See erupted)
- 2011-09-28 11:03:06下载
- 积分:1
-
xiaoche
小车避障的控制程序,三输入(左右距离之差、前方障碍物距离、与目的地之间偏角)一输出(小车拐角)实现对小车的模糊控制(Car obstacle avoidance control program, three input (about the difference between the distance, distance of obstacles ahead, and the Angle between the destination) the output (the car corners) to realize the fuzzy control of the car)
- 2015-04-02 10:50:50下载
- 积分:1
-
PropCode4
2-D Propagation Code for Bounded Media
- 2010-10-08 00:51:36下载
- 积分:1
-
ssj4
CS七龙珠1.2.3版本孙悟空变超级赛亚人第4阶的源码,使用AMXX版本:1.8.1(ESF1.2.3 Sun Wukong becomes a Super Saiyan fourth order of the source code, using the AMXX version: 1.8.1)
- 2014-02-24 12:12:50下载
- 积分:1
-
jixian zaihe_combine_4.2 excel
通过修改输入excel表中铺层及材料属性信息,计算层合板的等效刚度及极限强度(The equivalent stiffness and ultimate strength of the laminates are calculated by modifying the information of the properties of the laminates and materials in the excel table.)
- 2020-06-20 06:00:01下载
- 积分:1
-
LDPC
LDPC的完整c语言开发源程序代码,可以直接运行,没有错误,里面含有文件:
construct_matrix.cpp
decode.cpp
encode.cpp
Gaussian_channel.cpp
generating_matrix.cpp
get_matrix.cpp
LDPC_main.c(LDPC complete c language source code, can be directly run, no errors, which contains documents: construct_matrix.cppdecode.cppencode.cppGaussian_channel.cppgenerating_matrix.cppget_matrix.cppLDPC_main.c)
- 2020-11-10 14:29:45下载
- 积分:1
-
project411
doppler effect simulation in matlab
- 2013-08-14 18:36:25下载
- 积分:1
-
sims_Optimization
Matalb Package for optimization. Quite useful in Economics.
- 2012-01-25 22:32:14下载
- 积分:1