cat.rar - 通过学习本书可以基本掌握 􀁹 移动用户做位置登记的信令过程 􀁹 移动用户做主叫的信令过程 
progpacming.rar - 通信类程序,编码和解码算法,用C++编程,欢迎大家使用哦!
DVMS_V4.0.zip - rbf神经网络例代码,供参考, RBF网络的结构与多层前向网络类似,它是一种三层前向网络。输入层由信号源结点组成;第二层为隐含层,隐单元数视所描述问题的需要而定,隐单元的变换函数是RBF径向基函数
RBF.rar - RBF程序,包括RBF预测、RBF聚类、RBFols等等,可以运行
RBF 神经网络用于函数拟合.zip - RBF神经网络的Matlab程序 RBF 神经网络用于函数拟合
rbf_matlab.rar - matlab编写的RBF神经网络代码 较完整
RBF(MATLAB).rar - RBF神经网络 MATLAB源程序 结构很好 可以借鉴
LHS.zip - 拉丁超立方抽样,调用方式如下:S=lhs(m,dist,mu,sigma,lowb,upb)
m: a scalar,the number of sample points
dist: A row with distribution type flags of basic random variables the
value of the flag can be 1 (for uniform distribution, 2(for normal distribution), 3(for lognormal)
and 4(for extreme type 1).
mu: A row vector comprising the mean value of basic random variables.
sigma: A row vector with its length equaligng to mu,including the standard
deviation of basic random variables.
lowb: a row vector with its elements are the lower bound of the sampling
interval
upb:a row vector with its elements are the upper bounds of the sampling
interval
dist,mu,sigma,lowb,upb must have the same length.
Output argument
S: sampling point matrix, of which each row is a sampling point.