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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

ERROR

  • KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-mean

    KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means algorithm to set the centres of a cluster model. The matrix DATA represents the data which is being clustered, with each row corresponding to a vector. The sum of squares ERROR function is used. The point at which a local minimum is achieved is returned as CENTRES.

    標(biāo)簽: CENTRES KMEANS OPTIONS cluster

    上傳時(shí)間: 2014-01-07

    上傳用戶:zhouli

  • C-編譯器的設(shè)計(jì)文檔與源代碼下載,1. 具有比較友好的GUI界面(仿照了我自己正在用的emacs); 2. 語(yǔ)法支持比較全面(畢竟是C-

    C-編譯器的設(shè)計(jì)文檔與源代碼下載,1. 具有比較友好的GUI界面(仿照了我自己正在用的emacs); 2. 語(yǔ)法支持比較全面(畢竟是C-,語(yǔ)法還是不多的); 3. ERROR Recovery;

    標(biāo)簽: emacs GUI 比較 編譯器

    上傳時(shí)間: 2014-07-03

    上傳用戶:水口鴻勝電器

  • A collection of LDPC(Low-Density Parity-Codes) tools. Including: Code construction Density Evolution

    A collection of LDPC(Low-Density Parity-Codes) tools. Including: Code construction Density Evolution Decoding Algorithm Girth average Counter Stopping set and ERROR Floor,etc

    標(biāo)簽: Parity-Codes construction Low-Density collection

    上傳時(shí)間: 2016-05-10

    上傳用戶:liglechongchong

  • This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseud

    This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my opinion, C source codes are still overwhelming, especially if you are not knowledgeable in C language. My software is written for MATLAB, which is more readable than C. You may also want to refer to another MATLAB based LDPC source codes in [2], which has different flavor of code-writing style (in fact Arun has ERROR in his log-likelihood decoder).

    標(biāo)簽: LDPC introduction simulation software

    上傳時(shí)間: 2014-01-14

    上傳用戶:大融融rr

  • 從輸入的源程序中

    從輸入的源程序中,識(shí)別出各個(gè)具有獨(dú)立意義的單詞,即基本保留字、標(biāo)識(shí)符、常數(shù)、運(yùn)算符、分隔符五大類。并依次輸出各個(gè)單詞的內(nèi)部編碼及單詞符號(hào)自身值。(遇到錯(cuò)誤時(shí)可顯示“ERROR”,然后跳過(guò)錯(cuò)誤部分繼續(xù)進(jìn)行)

    標(biāo)簽: 輸入 源程序

    上傳時(shí)間: 2016-05-18

    上傳用戶:gxmm

  • Matlab is an ideal tool for simulating digital communications systems, thanks to its easy scripting

    Matlab is an ideal tool for simulating digital communications systems, thanks to its easy scripting language and excellent data visualization capabilities. One of the most frequent simulation tasks in the field of digital communications is bit-ERROR- rate testing of modems. The bit-ERROR-rate performance of a receiver is a figure of merit that allows different designs to be compared in a fair manner. Performing bit-ERROR-rate testing withMatlab is very simple, but does require some prerequisite knowledge

    標(biāo)簽: communications simulating scripting digital

    上傳時(shí)間: 2014-01-02

    上傳用戶:plsee

  • This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseud

    This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my opinion, C source codes are still overwhelming, especially if you are not knowledgeable in C language. My software is written for MATLAB, which is more readable than C. You may also want to refer to another MATLAB based LDPC source codes in [2], which has different flavor of code-writing style (in fact Arun has ERROR in his log-likelihood decoder).

    標(biāo)簽: LDPC introduction simulation software

    上傳時(shí)間: 2014-12-05

    上傳用戶:change0329

  • linux下用C語(yǔ)言寫的聊天程序!/*BUG and NOTE: Not join protect to Shared Memory Segments,example Semaphore Array

    linux下用C語(yǔ)言寫的聊天程序!/*BUG and NOTE: Not join protect to Shared Memory Segments,example Semaphore Arrays. Not check the parameters validity. When transmit may be ERROR. If the client program no right exit,others cannot know,the service program shouldbe check the client program whether exist timing. The program when exit(), it do not delete the Shared Memory Segments,you maybe use atexit() but the program have some processes. When one process is exit(),others is continue. The service program s action is few. And so on. */

    標(biāo)簽: Semaphore Segments example protect

    上傳時(shí)間: 2014-01-25

    上傳用戶:xhz1993

  • 本系統(tǒng)為一個(gè)在線圖書(shū)館系統(tǒng)

    本系統(tǒng)為一個(gè)在線圖書(shū)館系統(tǒng),要求使用基于Web的數(shù)據(jù)庫(kù)應(yīng)用來(lái)實(shí)現(xiàn)。首先用給定代碼生成一個(gè)小型數(shù)據(jù)庫(kù),在實(shí)現(xiàn)以下功能:  要能存儲(chǔ)并顯示Library中現(xiàn)存的所有的書(shū);  要能夠隨時(shí)增加或刪減現(xiàn)存于basket中的書(shū)得數(shù)量;  要能夠捕獲在運(yùn)行過(guò)程中出現(xiàn)的所有異常并顯示ERROR頁(yè)面。

    標(biāo)簽: 圖書(shū)館

    上傳時(shí)間: 2016-06-17

    上傳用戶:qazxsw

  • AS2Debug是為了彌補(bǔ)flash自帶的trace的不足而制作的

    AS2Debug是為了彌補(bǔ)flash自帶的trace的不足而制作的,增加了一下幾個(gè)主要功能 1.對(duì)object和Array做了解析,能輸出包含的具體數(shù)據(jù)和類型 2.對(duì)movieclip做了處理,使用digMc方法,可以方便的輸出包含的所有子影片的詳細(xì)信息 3.增加了信息分類和染色(分為trace,info,ERROR,waring四種)

    標(biāo)簽: AS2Debug flash trace

    上傳時(shí)間: 2014-12-03

    上傳用戶:cc1015285075

主站蜘蛛池模板: 夏邑县| 阿坝县| 乌兰浩特市| 嵊泗县| 腾冲县| 北宁市| 镇坪县| 梓潼县| 蕉岭县| 综艺| 萨迦县| 乐都县| 邵武市| 黔南| 徐州市| 榆中县| 苍溪县| 沭阳县| 襄汾县| 保山市| 绥芬河市| 长宁区| 冕宁县| 平邑县| 滨海县| 墨脱县| 青神县| 呼伦贝尔市| 白城市| 天长市| 石棉县| 东阳市| 璧山县| 宁国市| 壶关县| 望奎县| 白山市| 柏乡县| 邛崃市| 玉环县| 金坛市|