題目:稀疏矩陣是指那些多數元素為0的矩陣.利用稀疏特點進行存儲和計算可以大大節省存儲空間,提高計算效率.實現一個能進行稀疏矩陣基本運算的運算器.基本要求:以帶行邏輯連接信息的3元組順序表表示稀疏矩陣,實現兩個矩陣相加,相減和相乘的運算.矩陣的輸入形式采用3元組表示,而運算結果的矩陣則以通常的陣列形式列出.概要設計:1.以帶行邏輯連接信息的3元組順序表表示稀疏矩陣2.本程序包含2個模塊:(1) 各集合定義模塊(2) 主程序模塊
上傳時間: 2013-12-18
上傳用戶:love_stanford
Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is compressed with static Huffman. The file is chopped into pieces which all get their own independent set of Huffman tree s. ARJ 2.41, ZIP 2.0 and PKZIP 2.04g use essentially the same method. ZOO and LHA even use excactly the same method.
標簽: archiver Contains complete Haruhiko
上傳時間: 2014-01-17
上傳用戶:himbly
銀行代收電話費管理系統功能敘述 1、使用文件管理整個收費信息,內容有: 客戶姓名C16,電話號碼N11,市話費F7.2,長途費F7.2,信息費F7.2,ADSL費F7.2,費用合計F8.2,對應年月N6,收費狀態C(0――未收,1――已收),收費日期D,銀行帳號N20,收費人編姓名 2、提供的功能:(注:所有輸出送顯示器) A按月統計總的收費情況; B收費、退費的處理及相應單據的輸出; C提供按姓名和電話號碼查詢收費狀況及費用明細,要求對姓名按順序插入排序(穩定排序),對電話號碼按折半插入排序。
上傳時間: 2015-05-10
上傳用戶:zhouli
1.支持中文驗證碼,讓網站更加安全 2.采用ASP.NET 2.0技術制作 3.三層架構設計,層次分明,功能可拓展性強。 4.優化的緩存設計,執行速度是ASP類網站的3~4倍。 5.安全性更高,能夠有效防范WEB攻擊。 6.面向搜索引擎設計——采用URL重寫技術,增加搜索引擎收錄機會。 7.前后臺代碼分離,使前臺界面修改更加容易。 8.可選風格及模板,可對不同分類和專題使用不同模板和風格顯示充分滿足客戶要求。 9.功能強大的網頁編輯器,方便進行圖文混排。 0.新聞無限分類,并可添加專題,可對不同分類和專題用不同風格顯示 11.動態生成HTML頁面,減少服務器資源耗費。 12.增強的文件管理功能。 更新 1.最新添加動態模板加載功能,用戶可以自己定義模板。 2.增加Url重寫頁面擴展名選擇功能。 3.增強文章專題功能。 4.增加文件編輯功能。 修正: 1.修正無法刪除上傳文件的錯誤 2.修正了數據庫的一處錯誤
標簽:
上傳時間: 2013-12-30
上傳用戶:R50974
大整數乘法例子代碼 /* 遞歸邊界,如果是1位二進制數與1位二進制數相乘,則可以直接計算 */ /*累計做1位二進制乘法運算的次數*/ /* return (X*Y) */ /* 計算n的值 */ /* 把X和Y拆分開來,令X=A*2^(n/2)+B, 左移位運算,mod = 1<<(n/2) */ /* 計算XY=AC*2^n+(AD+CB)*2^(n/2)+BD */ /* 計算A*C,再向左移n位 */ /* 遞歸計算A*D */ /* 遞歸計算C*B */ /* 計算a21+a22,再向左移n/2位 */ /* 遞歸計算B*D */ /* XY=a1+a2+a3 */
上傳時間: 2015-05-19
上傳用戶:gyq
利用取表的方法,使端口 P1 做單一燈的變化:左移 2 次,右移 2 次,閃爍 2 次(延時的時間 0.2 秒)。
標簽:
上傳時間: 2014-01-16
上傳用戶:金宜
運行主函數,得出Huffman碼字、平均字長、信源熵。可根據需要修改信源概密 p
上傳時間: 2014-11-02
上傳用戶:wuyuying
Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code is licensed under the GNU General Public License (GPL) and is now included in the Linux 2.4 and Linux 2.6 kernel series
標簽: implementation specifications Bluetooth standards
上傳時間: 2015-06-07
上傳用戶:gtzj
Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code is licensed under the GNU General Public License (GPL) and is now included in the Linux 2.4 and Linux 2.6 kernel series
標簽: implementation specifications Bluetooth standards
上傳時間: 2015-06-07
上傳用戶:小鵬
Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code is licensed under the GNU General Public License (GPL) and is now included in the Linux 2.4 and Linux 2.6 kernel series
標簽: implementation specifications Bluetooth standards
上傳時間: 2014-01-09
上傳用戶:himbly