本壓縮包中包含了有關RUP的文檔資料,包括use-case-用例實現規約、軟件架構文檔;相關業務規約;配置管理計劃;部署計劃;管理、測試相關等內容
上傳時間: 2015-10-09
上傳用戶:bcjtao
crc任意位生成多項式 任意位運算 自適應算法 循環冗余校驗碼(CRC,Cyclic Redundancy Code)是采用多項式的 編碼方式,這種方法把要發送的數據看成是一個多項式的系數 ,數據為bn-1bn-2…b1b0 (其中為0或1),則其對應的多項式為: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:數據“10010101”可以寫為多項式 X7+X4+X2+1。 循環冗余校驗CRC 循環冗余校驗方法的原理如下: (1) 設要發送的數據對應的多項式為P(x)。 (2) 發送方和接收方約定一個生成多項式G(x),設該生成多項式 的最高次冪為r。 (3) 在數據塊的末尾添加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)所對應的數據是在原數 據塊的末尾加上余式所對應的數據得到的。 (6) 發送T(x)所對應的數據。 (7) 設接收端接收到的數據對應的多項式為T’(x),將T’(x)除以G(x) ,若余式為0,則認為沒有錯誤,否則認為有錯
上傳時間: 2014-01-16
上傳用戶:hphh
長高44b0xi BIOS源碼 FS44B0II BIOS具有啟動、引導,下載、燒寫,設置日期、時間,設置工作頻率等多種功能,並且支持各種參數的存儲和自動調用。 可以用flashpgm等軟件將BIOS燒寫到Flash中去,BIOS的自身駐留地址位于NOR FLASH的0x1f0000處,系統參數保存在0x1ff000以上區域中。所以在燒寫完BIOS,上電復位后先要執一定要執行backup命令把BIOS本身拷貝到NOR FLASH的高端1f0000去。
上傳時間: 2013-12-25
上傳用戶:ainimao
LCD12232F的串口驅動程序,很適合初學者了解LCD12232,要注意LCD12232的接口方式一般都是默認為並口的,需要自己動手 改為串口模式,非軟件可以設定
上傳時間: 2014-07-20
上傳用戶:youlongjian0
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
IEEE的三個標準:軟件質量保證(IEEE730),軟件配置管理(IEEE828),軟件工程管理(IEEE1058)。對軟件工程項目管理的人和寫相關文章的人有用。
上傳時間: 2013-12-22
上傳用戶:zhaiyanzhong
以remedy平臺上構建的cmdb為基礎,實現企業配置管理功能
上傳時間: 2013-12-09
上傳用戶:lx9076
用游標的方法實現對稱差的計算,即 (A-B)+(B-A)
上傳時間: 2016-05-23
上傳用戶:遠遠ssad
詞法分析器 對輸入一個函數,并對其分析main() { int a,b a = 10 b = a + 20 }
上傳時間: 2013-12-20
上傳用戶:hfmm633
DataView 的一個主要功能是允許在 Windows 窗體和 Web 窗體上進行數據綁定。 另外,可自定義 DataView 來表示 DataTable 中數據的子集。此功能讓您擁有綁定到同一 DataTable、但顯示不同數據版本的兩個控件。例如,一個控件可能綁定到顯示表中所有行的 DataView,而另一個控件可能配置為只顯示已從 DataTable 刪除的行。DataTable 也具有 DefaultView 屬性。它返回表的默認 DataView。例如,如果希望在表上創建自定義視圖,請在 DefaultView 返回的 DataView 上設置 RowFilter。 若要創建數據的篩選和排序視圖,請設置 RowFilter 和 Sort 屬性。然后,使用 Item 屬性返回單個 DataRowView。 還可使用 AddNew 和 Delete 方法從行的集合中進行添加和刪除。在使用這些方法時,可設置 RowStateFilter 屬性以便指定只有已被刪除的行或新行才可由 DataView 顯示。
上傳時間: 2014-01-21
上傳用戶:ywqaxiwang