#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文件
標簽: 264 642 ti dm
上傳時間: 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編碼手冊,不錯的一個文檔
標簽: 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")
標簽: include gt lt malloc
上傳時間: 2014-01-17
上傳用戶:dongqiangqiang
H.264 標準協議文檔,英文版本,開發H264必備
標簽: 264 標準協議 文檔
上傳時間: 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
QAM 數字通信系統模擬 眼圖繪制
標簽: QAM 數字通信 系統模擬 眼圖
上傳時間: 2013-12-28
上傳用戶:ANRAN
Building.h為方便大家使用,特意上傳
標簽: Building 家
上傳時間: 2017-01-14
上傳用戶:縹緲
電子琴 高音依次為1,2,3,4,5,6,7 中音依次為q,w,e,r,t,y,u 低音依次為a,s,d,f,g,h,j
標簽: 電子琴 低音
上傳用戶:fnhhs
蟲蟲下載站版權所有 京ICP備2021023401號-1