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

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

pam-<b>TH-uwb</b>

  • crc任意位生成多項式 任意位運算 自適應算法 循環(huán)冗余校驗碼(CRC

    crc任意位生成多項式 任意位運算 自適應算法 循環(huán)冗余校驗碼(CRC,Cyclic Redundancy Code)是采用多項式的 編碼方式,這種方法把要發(fā)送的數(shù)據(jù)看成是一個多項式的系數(shù) ,數(shù)據(jù)為bn-1bn-2…b1b0 (其中為0或1),則其對應的多項式為: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:數(shù)據(jù)“10010101”可以寫為多項式 X7+X4+X2+1。 循環(huán)冗余校驗CRC 循環(huán)冗余校驗方法的原理如下: (1) 設要發(fā)送的數(shù)據(jù)對應的多項式為P(x)。 (2) 發(fā)送方和接收方約定一個生成多項式G(x),設該生成多項式 的最高次冪為r。 (3) 在數(shù)據(jù)塊的末尾添加r個0,則其相對應的多項式為M(x)=XrP(x) 。(左移r位) (4) 用M(x)除以G(x),獲得商Q(x)和余式R(x),則 M(x)=Q(x) ×G(x)+R(x)。 (5) 令T(x)=M(x)+R(x),采用模2運算,T(x)所對應的數(shù)據(jù)是在原數(shù) 據(jù)塊的末尾加上余式所對應的數(shù)據(jù)得到的。 (6) 發(fā)送T(x)所對應的數(shù)據(jù)。 (7) 設接收端接收到的數(shù)據(jù)對應的多項式為T’(x),將T’(x)除以G(x) ,若余式為0,則認為沒有錯誤,否則認為有錯。

    標簽: crc CRC 多項式 位運算

    上傳時間: 2014-11-28

    上傳用戶:宋桃子

  • crc任意位生成多項式 任意位運算 自適應算法 循環(huán)冗余校驗碼(CRC

    crc任意位生成多項式 任意位運算 自適應算法 循環(huán)冗余校驗碼(CRC,Cyclic Redundancy Code)是采用多項式的 編碼方式,這種方法把要發(fā)送的數(shù)據(jù)看成是一個多項式的系數(shù) ,數(shù)據(jù)為bn-1bn-2…b1b0 (其中為0或1),則其對應的多項式為: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:數(shù)據(jù)“10010101”可以寫為多項式 X7+X4+X2+1。 循環(huán)冗余校驗CRC 循環(huán)冗余校驗方法的原理如下: (1) 設要發(fā)送的數(shù)據(jù)對應的多項式為P(x)。 (2) 發(fā)送方和接收方約定一個生成多項式G(x),設該生成多項式 的最高次冪為r。 (3) 在數(shù)據(jù)塊的末尾添加r個0,則其相對應的多項式為M(x)=XrP(x) 。(左移r位) (4) 用M(x)除以G(x),獲得商Q(x)和余式R(x),則 M(x)=Q(x) ×G(x)+R(x)。 (5) 令T(x)=M(x)+R(x),采用模2運算,T(x)所對應的數(shù)據(jù)是在原數(shù) 據(jù)塊的末尾加上余式所對應的數(shù)據(jù)得到的。 (6) 發(fā)送T(x)所對應的數(shù)據(jù)。 (7) 設接收端接收到的數(shù)據(jù)對應的多項式為T’(x),將T’(x)除以G(x) ,若余式為0,則認為沒有錯誤,否則認為有錯

    標簽: crc CRC 多項式 位運算

    上傳時間: 2014-01-16

    上傳用戶:hphh

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    標簽: represented integers group items

    上傳時間: 2016-01-17

    上傳用戶:jeffery

  • 用游標的方法實現(xiàn)對稱差的計算

    用游標的方法實現(xiàn)對稱差的計算,即 (A-B)+(B-A)

    標簽: 對稱 計算

    上傳時間: 2016-05-23

    上傳用戶:遠遠ssad

  • 詞法分析器 對輸入一個函數(shù)

    詞法分析器 對輸入一個函數(shù),并對其分析main() { int a,b a = 10 b = a + 20 }

    標簽: 分析器 函數(shù) 輸入

    上傳時間: 2013-12-20

    上傳用戶:hfmm633

  • 基因算法

    基因算法,用VC++或MATLAB,java等工具設計一程序計算任一個隨機產(chǎn)生的DNA基因表達式的有效長度和值 設隨機產(chǎn)生的基因表達式為: + Q - / b * b a Q b a a b a a b b a a a b

    標簽: 基因 算法

    上傳時間: 2014-01-09

    上傳用戶:aa54

  • 函數(shù)再現(xiàn)機構設計 試設計一曲柄搖桿機構

    函數(shù)再現(xiàn)機構設計 試設計一曲柄搖桿機構,再現(xiàn)函數(shù) 要求: 輸入構件的轉(zhuǎn)角范圍180°,輸出構件擺角范圍30°,即: 當輸入構件從a轉(zhuǎn)至a+90時,輸出構件從b轉(zhuǎn)至b+30 當輸入構件從a+90轉(zhuǎn)至a+180時,輸出構件從b+30轉(zhuǎn)至b

    標簽: 機構 函數(shù) 曲柄

    上傳時間: 2013-12-17

    上傳用戶:英雄

  • 這個連接池是直接從JIVE中取出來的

    這個連接池是直接從JIVE中取出來的,進行了一下修改,使得連接參數(shù)直接在程序中設定而不是從屬性文件中讀取。 [b]用法:[/b] 先設定自己的連接參數(shù),在DbConnectionDefaultPool.java文件的loadProperties方法中。注意你也需要設定連接池的log文件的存放位置。

    標簽: JIVE 連接

    上傳時間: 2016-11-21

    上傳用戶:TF2015

  • 漢諾塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation

    漢諾塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C

    標簽: the animation Simulate movement

    上傳時間: 2017-02-11

    上傳用戶:waizhang

  • PIC16C63單片機UART通信——A機讀取時鐘芯片DS1302獲得當前時間

    PIC16C63單片機UART通信——A機讀取時鐘芯片DS1302獲得當前時間,通過UART通信傳給B機,B機使用LCD1602顯示當前時間

    標簽: 1302 UART PIC 16C

    上傳時間: 2013-11-30

    上傳用戶:shanml

主站蜘蛛池模板: 六安市| 财经| 卓尼县| 商丘市| 中卫市| 霍山县| 宝兴县| 涞源县| 清河县| 鱼台县| 大化| 遵义县| 武功县| 桂平市| 长岛县| 大宁县| 隆子县| 汝南县| 永仁县| 华安县| 东乡族自治县| 邵阳县| 靖边县| 扎赉特旗| 视频| 启东市| 永新县| 五峰| 栾城县| 突泉县| 扎鲁特旗| 利辛县| 泰兴市| 霍林郭勒市| 玉树县| 留坝县| 沙坪坝区| 张北县| 潞西市| 天等县| 怀柔区|