亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

T-REC-H

  • 希爾排序算法: 基本思想:將整個無序序列分割成若干小的子序列分別進行插入排序。 序列分割方法:將相隔某個增量h的元素構(gòu)成一個子序列。在排序過程中

    希爾排序算法: 基本思想:將整個無序序列分割成若干小的子序列分別進行插入排序。 序列分割方法:將相隔某個增量h的元素構(gòu)成一個子序列。在排序過程中,逐次減小這個增量,最后當(dāng)h減到1時,進行一次插入排序,排序就完成。增量序列一般采用:ht=2t-1,1≤t≤[log2n],其中n為待排序序列的長度。

    標(biāo)簽: 序列 排序 排序算法 分割

    上傳時間: 2013-12-19

    上傳用戶:kikye

  • This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and h

    This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of records (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have one table.

    標(biāo)簽: i.e. management database simple

    上傳時間: 2016-10-02

    上傳用戶:851197153

  • H.248協(xié)議

    H.248協(xié)議,也叫MeGaCo協(xié)議,是媒體網(wǎng)關(guān)控制器(MGC)與媒體網(wǎng)關(guān)(MG)之間的一種媒體網(wǎng)關(guān)控制協(xié)議,這個協(xié)議是一項ITU-T與IETF合作結(jié)果的新標(biāo)準(zhǔn)。目前ITU-T、IETF、軟交換論壇等標(biāo)準(zhǔn)化組織正在加緊對H.248協(xié)議進行完善,各大電信設(shè)備制造商也在H.248協(xié)議的研發(fā)和應(yīng)用上加大了投入。與MGCP協(xié)議相比,H.248協(xié)議可以支持更多類型的接入技術(shù)并支持終端的移動性,除此之外,H.248協(xié)議最顯著之處在于能夠支持更大規(guī)模的網(wǎng)絡(luò)應(yīng)用,而且更便于對協(xié)議進行擴充,因而靈活性更強,已逐漸取代MGCP發(fā)展成為媒體網(wǎng)關(guān)控制協(xié)議的標(biāo)準(zhǔn)

    標(biāo)簽: 248 協(xié)議

    上傳時間: 2016-12-17

    上傳用戶:笨小孩

  • H.264/AVC, the result of the collaboration between the ISO/IEC Moving Picture Experts Group and the

    H.264/AVC, the result of the collaboration between the ISO/IEC Moving Picture Experts Group and the ITU-T Video Coding Experts Group, is the latest standard for video coding. The goals of this standardization effort were enhanced compression efficiency, network friendly video representation for interactive (video telephony) and non-interactive applications (broadcast, streaming, storage, video on demand). H.264/AVC provides gains in compression efficiency of up to 50% over a wide range of bit rates and video resolutions compared to previous standards. Compared to previous standards, the decoder complexity is about four times that of MPEG-2 and two times that of MPEG-4 Visual Simple Profile. This paper provides an overview of the new tools, features and complexity of H.264/AVC.

    標(biāo)簽: the collaboration between Experts

    上傳時間: 2013-12-30

    上傳用戶:dongbaobao

  • A novel met hod t o p artially compensate sigma2delta shap ed noise is p rop osed. By injecting t he

    A novel met hod t o p artially compensate sigma2delta shap ed noise is p rop osed. By injecting t he comp en2 sation cur rent int o t he p assive loop f ilte r during t he delay time of t he p hase f requency detect or ( PFD) , a maximum reduction of t he p hase noise by about 16dB can be achieved. Comp a red t o ot he r compensation met hods , t he tech2 nique p rop osed he re is relatively simple and easy t o implement . Key building blocks f or realizing t he noise cancel2 lation , including t he delay va riable PFD and comp ensation cur rent source , a re sp ecially designed. Bot h t he behavior level and circuit level simulation results a re p resented.

    標(biāo)簽: sigma2delta compensate injecting artially

    上傳時間: 2013-12-18

    上傳用戶:qlpqlq

  • #include "iostream.h" #include "iomanip.h" #define N 20 //學(xué)習(xí)樣本個數(shù) #define IN 1 //輸入層神經(jīng)元數(shù)目 #define

    #include "iostream.h" #include "iomanip.h" #define N 20 //學(xué)習(xí)樣本個數(shù) #define IN 1 //輸入層神經(jīng)元數(shù)目 #define HN 8 //隱層神經(jīng)元數(shù)目 #define ON 1 //輸出層神經(jīng)元數(shù)目 double P[IN] //單個樣本輸入數(shù)據(jù) double T[ON] //單個樣本教師數(shù)據(jù) double W[HN][IN] //輸入層至隱層權(quán)值 double V[ON][HN] //隱層至輸出層權(quán)值 double X[HN] //隱層的輸入 double Y[ON] //輸出層的輸入 double H[HN] //隱層的輸出

    標(biāo)簽: define include iostream iomanip

    上傳時間: 2014-01-01

    上傳用戶:凌云御清風(fēng)

  • BP神經(jīng)網(wǎng)絡(luò)程序,C語言源代碼 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "ma

    BP神經(jīng)網(wǎng)絡(luò)程序,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 //學(xué)習(xí)樣本個數(shù) #define IN 3 //輸入層神經(jīng)元數(shù)目 #define HN 2 //隱層神經(jīng)元數(shù)目 #define ON 2 //輸出層神經(jīng)元數(shù)目 #define Z 20000 //舊權(quán)值保存-》每次study的權(quán)值都保存下來 double P[IN] //單個樣本輸入數(shù)據(jù) double T[ON] //單個樣本教師數(shù)據(jù) double U11[IN][HN] //輸入層至第一隱層權(quán)值 double V[HN][ON] //隱層至輸出層權(quán)值 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 //學(xué)習(xí)效率 double alpha //動量因子

    標(biāo)簽: include iostream iomanip stdlib

    上傳時間: 2017-06-15

    上傳用戶:xinzhch

  • M i c r o s o f t公司編譯了一個所有可能的錯誤代碼的列表

    M i c r o s o f t公司編譯了一個所有可能的錯誤代碼的列表,并且為每個錯誤代碼分配了一個3 2 位的號碼。Wi n E r r o r. h 頭文件包含了M i c r o s o f t 公司定義的錯誤代碼的列 表。

    標(biāo)簽: 編譯 錯誤代碼

    上傳時間: 2013-12-08

    上傳用戶:凌云御清風(fēng)

  • 5、順序棧 SeqStack.h Test.cpp 6、鏈?zhǔn)綏? StackNode.h LinkStack.h Test.cpp 7、順序隊列 SeqQueue.h T

    5、順序棧 SeqStack.h Test.cpp 6、鏈?zhǔn)綏? StackNode.h LinkStack.h Test.cpp 7、順序隊列 SeqQueue.h Test.cpp 8、鏈?zhǔn)疥犃? QueueNode.h LinkQueue.h Test.cpp

    標(biāo)簽: Test LinkStack StackNode cpp

    上傳時間: 2013-12-20

    上傳用戶:1051290259

  • GB/T 4728.10-2008 電氣簡圖用圖形符號 第10部分:電信:傳輸.PDF

    GB/T 4728.10-2008 電氣簡圖用圖形符號 第10部分:電信:傳輸.PDF

    標(biāo)簽: 4728.10 2008 電氣

    上傳時間: 2013-08-04

    上傳用戶:eeworm

主站蜘蛛池模板: 玛沁县| 内黄县| 酉阳| 名山县| 中西区| 马鞍山市| 冷水江市| 南澳县| 凌源市| 泌阳县| 福建省| 台中县| 重庆市| 明溪县| 黄龙县| 古田县| 宜兰市| 平湖市| 醴陵市| 阿尔山市| 陆丰市| 北票市| 宁安市| 大丰市| 南郑县| 确山县| 江油市| 南昌市| 镶黄旗| 景宁| 尼玛县| 南江县| 兴和县| 克拉玛依市| 六安市| 新津县| 乌兰察布市| 三亚市| 嘉义县| 巴林左旗| 修武县|