#include "iostream.h" #include "iomanip.h" #define N 20 //学习样本个数 #define IN 1 //输入层神经元数目 #define HN 8 //隐层神经元数目 #define ON 1 //输出层神经元数目 double P[IN] //单个样本输入数据 double T[ON] //单个样本教师数据 double W[HN][IN] //输入层至隐层权值 double V[ON][HN] //隐层至输出层权值 double X[HN] //隐层的输入 double Y[ON] //输出层的输入 double H[HN] //隐层的输出
标签: define include iostream iomanip
上传时间: 2014-01-01
上传用户:凌云御清风
h.264 算法 ti dm642,h264 支持高清 720p,1080i,在达芬奇(davinci) 643x,6437,644x上高清算法1080p马上要上次,免费,需要的给我发邮件vimc@163.com,详细参数一定得看h264.h文件
上传时间: 2017-01-05
上传用户:妄想演绎师
64-bits H.264 from ffmpeg 2008 version Build in VC++ 2008 no error warning, Jesse Stone, Taiwan
标签: 2008 version warning Taiwan
上传时间: 2013-12-09
上传用户:zhangjinzj
H.264编码手册,不错的一个文档
上传时间: 2014-01-26
上传用户:JIUSHICHEN
//顺序表的建立、查找、插入与删除 #include <stdio.h> #include <malloc.h> #include <stdlib.h> #define ListSize 100 //表最大长度 //结构定义 typedef struct SeqList { int node[ListSize] //存放表结点 int length //当前表长度 } SeqList //插入元素 insertList(SeqList *list, int e) { int i=list->length-1 //先将i指定为最后一项 if(i>=ListSize-1) //表已经达到最大长度ListSize { printf("表已满,不能增加新的项!\n")
上传时间: 2014-01-17
上传用户:dongqiangqiang
H.264 标准协议文档,英文版本,开发H264必备
上传时间: 2014-01-22
上传用户:wmwai1314
This document aims to provide instructions on how to configure the H.264/AVC encoder and decoder using the different command line options. Also, sample command line parameters are included for reference
标签: instructions configure document decoder
上传时间: 2014-01-15
上传用户:coeus
Building.h为方便大家使用,特意上传
上传时间: 2017-01-14
上传用户:缥缈
电子琴 高音依次为1,2,3,4,5,6,7 中音依次为q,w,e,r,t,y,u 低音依次为a,s,d,f,g,h,j
上传时间: 2017-01-14
上传用户:fnhhs
计算豪斯道夫维数和H指数的的MATLAB代码,关键字:豪斯道夫维数,豪斯道夫距离,H指数
上传时间: 2014-12-09
上传用户:思琦琦