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

Fanuc-OI-MA

  • 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

  • This functions computes SARMA or multiplicative (p,q) x (P,Q) models for (p,q,P,Q) in (pvec x qv

    This functions computes SARMA or multiplicative (p,q) x (P,Q) models for (p,q,P,Q) in (pvec x qvec x Pvec x Qvec) it returns the best according to AIC where AIC has been modified to account for fixed parameters x = input data pvec = vector of p s set pvec=[0] for no AR qvec = vector of q s set qvec=0[] for no MA Pvec = vector of P s Qvec = vector of Q s T period for multiplicative model

    标签: multiplicative functions computes models

    上传时间: 2017-06-30

    上传用户:Breathe0125

  • 一个横好的谱估计算法

    一个横好的谱估计算法,AM ma 和arma模型,可以自动的选取。

    标签: 谱估计 算法

    上传时间: 2013-12-11

    上传用户:王者A

  • This book’s primary goal is to help you prepare to take and pass Microsoft’s exam number 70-290, Ma

    This book’s primary goal is to help you prepare to take and pass Microsoft’s exam number 70-290, Managing and Maintaining a Microsoft Windows Server 2003 Environment. Our secondary purpose in writing this book is to provide exam candidates with knowledge and skills that go beyond the minimum requirements for passing the exam, and help to prepare them to work in the real world of Microsoft computer networking.

    标签: Microsoft primary prepare number

    上传时间: 2014-03-11

    上传用户:D&L37

  • 这是关于功率谱的Matlab仿真程序

    这是关于功率谱的Matlab仿真程序,其中有AR、MA、ARMA三种模型的源代码,相关函数的源代码、功率谱的源代码等等。

    标签: Matlab 功率谱 仿真程序

    上传时间: 2013-12-14

    上传用户:xyipie

  • HA_FLADDER_V57

    FANUC30i系统与计算机通信,计算机能够实现FANUC在线监控

    标签: HA_FLADDER_V57

    上传时间: 2015-11-23

    上传用户:shi_yan

  • 笙泉IC IAP 程勋demo

    DEMO程勋详细描述笙泉 MA系列IC  IAP程序DEMO ,包含C语言

    标签: 笙泉 IAP

    上传时间: 2015-12-17

    上传用户:jununlin

  • CNC初级教程

    频道 劲爆,看《欢乐颂》第二季 上传 书房 登录 注册 菜单 收藏到书房下载文档 上一页  /386 下一页     全屏    < 返回首页  CNC初级教程/FANUC学校讲义 顶 8 踩 0 浏览 1,196 收藏 89 评论 1 加入豆单 举报 手机观看

    标签: CNC 教程

    上传时间: 2016-05-16

    上传用户:kim123

  • c executor libary

    about c executor have all libary in this book form fanuc

    标签: executor libary

    上传时间: 2016-08-12

    上传用户:ybysp008

  • FOCAS2的HSSB开发包

    fanuc机床系统,针对hssb做开发的时候所必须的开发包

    标签: FOCAS2 HSSB 开发包

    上传时间: 2016-09-03

    上传用户:langliuer