crc任意位生成多項(xiàng)式 任意位運(yùn)算 自適應(yīng)算法 循環(huán)冗余校驗(yàn)碼(CRC,Cyclic Redundancy Code)是采用多項(xiàng)式的 編碼方式,這種方法把要發(fā)送的數(shù)據(jù)看成是一個(gè)多項(xiàng)式的系數(shù) ,數(shù)據(jù)為bn-1bn-2…b1b0 (其中為0或1),則其對(duì)應(yīng)的多項(xiàng)式為: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:數(shù)據(jù)“10010101”可以寫為多項(xiàng)式 X7+X4+X2+1。 循環(huán)冗余校驗(yàn)CRC 循環(huán)冗余校驗(yàn)方法的原理如下: (1) 設(shè)要發(fā)送的數(shù)據(jù)對(duì)應(yīng)的多項(xiàng)式為P(x)。 (2) 發(fā)送方和接收方約定一個(gè)生成多項(xiàng)式G(x),設(shè)該生成多項(xiàng)式 的最高次冪為r。 (3) 在數(shù)據(jù)塊的末尾添加r個(gè)0,則其相對(duì)應(yīng)的多項(xiàng)式為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運(yùn)算,T(x)所對(duì)應(yīng)的數(shù)據(jù)是在原數(shù) 據(jù)塊的末尾加上余式所對(duì)應(yīng)的數(shù)據(jù)得到的。 (6) 發(fā)送T(x)所對(duì)應(yīng)的數(shù)據(jù)。 (7) 設(shè)接收端接收到的數(shù)據(jù)對(duì)應(yīng)的多項(xiàng)式為T’(x),將T’(x)除以G(x) ,若余式為0,則認(rèn)為沒有錯(cuò)誤,否則認(rèn)為有錯(cuò)
標(biāo)簽: crc CRC 多項(xiàng)式 位運(yùn)算
上傳時(shí)間: 2014-01-16
上傳用戶:hphh
displaytag的使用方法 首先當(dāng)然是要下載它的jar包了,這里可以下載到最新的版本。將jar包放到WEB-INF的lib文件夾下。另外還需要兩個(gè)輔助包:apache的commons-lang和standard包
標(biāo)簽: displaytag jar
上傳時(shí)間: 2014-01-22
上傳用戶:cc1
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.
標(biāo)簽: represented integers group items
上傳時(shí)間: 2016-01-17
上傳用戶:jeffery
歡迎使用eWebSoft在線文本編輯器飛魚修改版 。 JSP+XML+BEAN 部署方式: 直接把壓縮目錄中的文件拷貝到您的網(wǎng)站發(fā)布目錄下即可。 修改: 一般來說,您只要修改/WEB-INF目錄下面的style.xml和button.xml就可以了。 應(yīng)用:請(qǐng)參考index.jsp和submit.jsp。
標(biāo)簽: eWebSoft BEAN JSP XML
上傳時(shí)間: 2013-12-26
上傳用戶:windwolf2000
一個(gè)學(xué)習(xí)MVC的很好的實(shí)例 此項(xiàng)目以JSP、servlet、JavaBean實(shí)現(xiàn)MVC三層架構(gòu),*僅供參考* 環(huán)境:eclipse_3.2、myeclipse_5.1、jdk_6.0、tomcat_5.5、數(shù)據(jù)庫sql server 2005 為方便調(diào)試,未設(shè)置默認(rèn)首頁,請(qǐng)從bookworm.jsp登陸 數(shù)據(jù)庫端口、帳戶、密碼等可能有所不同,請(qǐng)到BookStore\WebRoot\WEB-INF下的 connection.xml文件中更改配置
標(biāo)簽: MVC JavaBean servlet JSP
上傳時(shí)間: 2014-11-26
上傳用戶:gonuiln
用游標(biāo)的方法實(shí)現(xiàn)對(duì)稱差的計(jì)算,即 (A-B)+(B-A)
上傳時(shí)間: 2016-05-23
上傳用戶:遠(yuǎn)遠(yuǎn)ssad
詞法分析器 對(duì)輸入一個(gè)函數(shù),并對(duì)其分析main() { int a,b a = 10 b = a + 20 }
上傳時(shí)間: 2013-12-20
上傳用戶:hfmm633
基因算法,用VC++或MATLAB,java等工具設(shè)計(jì)一程序計(jì)算任一個(gè)隨機(jī)產(chǎn)生的DNA基因表達(dá)式的有效長度和值 設(shè)隨機(jī)產(chǎn)生的基因表達(dá)式為: + Q - / b * b a Q b a a b a a b b a a a b
上傳時(shí)間: 2014-01-09
上傳用戶:aa54
函數(shù)再現(xiàn)機(jī)構(gòu)設(shè)計(jì) 試設(shè)計(jì)一曲柄搖桿機(jī)構(gòu),再現(xiàn)函數(shù) 要求: 輸入構(gòu)件的轉(zhuǎn)角范圍180°,輸出構(gòu)件擺角范圍30°,即: 當(dāng)輸入構(gòu)件從a轉(zhuǎn)至a+90時(shí),輸出構(gòu)件從b轉(zhuǎn)至b+30 當(dāng)輸入構(gòu)件從a+90轉(zhuǎn)至a+180時(shí),輸出構(gòu)件從b+30轉(zhuǎn)至b
標(biāo)簽: 機(jī)構(gòu) 函數(shù) 曲柄
上傳時(shí)間: 2013-12-17
上傳用戶:英雄
用Itext生成Pdf格式文件。 1、新建一個(gè)Java工程 2、在工程下新建一個(gè)包smart.app.pdf 3、將Source下的所有類拷貝到新建的包smart.app.pdf里面 4、將Enviroument里面的ExportPDF.jar放到工程的WebRoot\WEB-INF\lib下 5、將JSP文件夾下的JSP頁面拷貝到工程的WebRoot下 6、運(yùn)行工程就可以調(diào)用類CreatPdf.java就可生成pdf;
上傳時(shí)間: 2016-10-07
上傳用戶:R50974
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1