虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

pelco-P

  • BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "ma

    BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //学习样本个数 #define IN 3 //输入层神经元数目 #define HN 2 //隐层神经元数目 #define ON 2 //输出层神经元数目 #define Z 20000 //旧权值保存-》每次study的权值都保存下来 double P[IN] //单个样本输入数据 double T[ON] //单个样本教师数据 double U11[IN][HN] //输入层至第一隐层权值 double V[HN][ON] //隐层至输出层权值 double X1[HN] //第一隐层的输入 double Y[ON] //输出层的输入 double H1[HN] //第一隐层的输出 double O[ON] //输出层的输出 double YU_HN1[HN] //第一隐层的阈值 double YU_ON[ON] //输出层的阈值 double err_m[N] //第m个样本的总误差 double a //学习效率 double alpha //动量因子

    标签: include iostream iomanip stdlib

    上传时间: 2017-06-15

    上传用户:xinzhch

  • The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT alg

    The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order In this code the size of the input signal is NN=NxN (n=NN, n1=n2=N) 2.- Transpose (tpose) A to have it stored in column major order 3.- Perform independent FFTs on the rows (cffts) 4.- Scale each element of the resulting array by a factor of w[n]**(p*q) 5.- Transpose (tpose) to prepair it for the next step 6.- Perform independent FFTs on the rows (cffts) 7.- Transpose the resulting matrix The code requires nested Parallelism.

    标签: iterations performs Bailey number

    上传时间: 2014-01-05

    上传用户:libenshu01

  • 这是一个比较简单的模糊免疫PID的程序

    这是一个比较简单的模糊免疫PID的程序,在程序中结合了P模糊与免疫的思想,有较高的实用价值!

    标签: PID 比较 模糊 免疫

    上传时间: 2013-12-16

    上传用户:851197153

  • Complete steps and project for developing a server project and procedure to deploy and execute the p

    Complete steps and project for developing a server project and procedure to deploy and execute the project. This article/tutorial with code will make you to develop your own web projects. For more details and more tutorials and more projects for EJB, BMP, CMP,

    标签: project and developing procedure

    上传时间: 2014-01-13

    上传用户:leehom61

  • 罗马支配数的算法

    罗马支配数的算法,对广义Petersen图P(n,2)的罗马支配数进行了研究

    标签: 算法

    上传时间: 2013-12-12

    上传用户:2467478207

  • Implementations of different methods of sorting: BinaryInsertions.pas BubbleSort.pas HeapSort.p

    Implementations of different methods of sorting: BinaryInsertions.pas BubbleSort.pas HeapSort.pas InsertionBorder.pas InsertionSort.pas modifbubble.pas qsort.pas quicksort.pas selection.pas Shaker.pas shell.pas

    标签: BinaryInsertions Implementations BubbleSort different

    上传时间: 2017-06-28

    上传用户:dapangxie

  • Launch Matlab by either clicking twice on the Matlab icon on your desktop or by selecting: Start P

    Launch Matlab by either clicking twice on the Matlab icon on your desktop or by selecting: Start Programs Matlab Matlab. The main window is the MATLAB Command Window, where you write your instructions.

    标签: Matlab selecting clicking desktop

    上传时间: 2017-06-30

    上传用户:aa17807091

  • 这个m代码包含了一系列的小波变换的实现函数

    这个m代码包含了一系列的小波变换的实现函数,有Daubechies,symlets,splines,S+P小波, JPEG2000小波变换等. 可以进行1D或者二维小波变换。

    标签: 代码 小波变换 函数

    上传时间: 2013-12-16

    上传用户:aig85

  • 语音识别中的说话人自适应研究.nh 1.MAP和MLLR算法比较 文章在讨论由说话人引起的声学差异基础上

    语音识别中的说话人自适应研究.nh 1.MAP和MLLR算法比较 文章在讨论由说话人引起的声学差异基础上,研究两种基于模型 的自适应算法:最大似然线性回归(州压LR)和最大后验概率(MAp)。 实验结果表明,不论采用哪种自适应都能使识别率有一定的提升。两 种算法之间的差异性在于MAP具有良好的渐进性,但收敛性较差, 而MLLR在很大程度上改善了收敛特性,但其渐进特性却不如MAP。 文章讨论了在侧汰P自适应中,初始模型参数的先验知识对自适 应效果的影响,以及在MLLR中,回归类对自适应效果的影响。文 章还进一步研究了采用两种算法的累加自适应效果,从结果看MAP 和MLLR结合的方法比单独使用M[AP和MLLR的效果要好。文章 还对包括基于特征层的归一化算法和用于基于声学模型的MLLR算 法等效性进行讨论,并给出了统一的算法框架。

    标签: MLLR MAP nh 语音识别

    上传时间: 2014-01-09

    上传用户:bakdesec

  • 此文件是用于智能小车的自动调速

    此文件是用于智能小车的自动调速,通过PWM波形来改变脉冲占空比,从而该变电机两边的电压,又P=UI的,电机的功率改变,从而达到电机的调速。

    标签: 智能小车 自动 调速

    上传时间: 2017-07-17

    上传用户:3到15