* 高斯列主元素消去法求解矩陣方程AX=B,其中A是N*N的矩陣,B是N*M矩陣 * 輸入: n----方陣A的行數(shù) * a----矩陣A * m----矩陣B的列數(shù) * b----矩陣B * 輸出: det----矩陣A的行列式值 * a----A消元后的上三角矩陣 * b----矩陣方程的解X
上傳時間: 2015-07-26
上傳用戶:xauthu
四、概要設(shè)計說明書 1.引言 2 1.1編寫目的 2 1.2項目背景 2 1.3定義 2 1.4參考資料 2 2.任務(wù)概述 3 2.1目標 3 2.2運行環(huán)境 3 2.3需求概述 3 2.4條件與限制 3 3.總體設(shè)計 3 3.1處理流程 3 3.2總體結(jié)構(gòu)和模塊外部設(shè)計 3 3.3功能分配 3 4.接口設(shè)計 3 4.1外部接口 3 4.2內(nèi)部接口 3 5.數(shù)據(jù)結(jié)構(gòu)設(shè)計 3 5.1邏輯結(jié)構(gòu)設(shè)計 3 5.2物理結(jié)構(gòu)設(shè)計 3 5.3數(shù)據(jù)結(jié)構(gòu)與程序的關(guān)系 3 6.運行設(shè)計 3 6.1運行模塊的組合 3 6.2運行控制 3 6.3運行時間 3 7.出錯處理設(shè)計 3 7.1出錯輸出信息 3 7.2出錯處理對策 3 8.安全保密設(shè)計 3 9.維護設(shè)計 3
上傳時間: 2013-12-23
上傳用戶:ynzfm
三、需求規(guī)格說明書 1.引言 1 1.1編寫目的 1 1.2項目背景 2 1.3定義 2 1.4參考資料 2 2.任務(wù)概述 2 2.1目標 2 2.2運行環(huán)境 2 2.3條件與限制 2 3.數(shù)據(jù)描述 3 3.1靜態(tài)數(shù)據(jù) 3 3.2動態(tài)數(shù)據(jù) 3 3.3數(shù)據(jù)庫介紹 3 3.4數(shù)據(jù)詞典 3 3.5數(shù)據(jù)采集 3 4.功能需求 3 4.1功能劃分 3 4.2功能描述 3 5.性能需求 3 5.1數(shù)據(jù)精確度 3 5.2時間特性 3 5.3適應(yīng)性 3 6.運行需求 3 6.1用戶界面 3 6.2硬件接口 3 6.3軟件接口 3 6.4故障處理 3 7.其它需求 3
上傳時間: 2014-01-06
上傳用戶:www240697738
十一、程序維護手冊 1.引言 1 1.1編寫目的 1 1.2開發(fā)單位 1 1.3定義 2 1.4參考資料 2 2.系統(tǒng)說明 2 2.1系統(tǒng)用途 2 2.2安全保密 2 2.3總體說明 2 2.4程序說明 2 3.操作環(huán)境 2 3.1設(shè)備 2 3.2支持軟件 2 3.3數(shù)據(jù)庫 2 4.維護過程 2 4.1約定 2 4.2驗證過程 2 4.3出錯及糾正方法 2 4.4專門維護過程 2 4.5專用維護程序 2 4.6程序清單和流程圖 2
上傳時間: 2015-08-08
上傳用戶:rishian
′問題描述: 設(shè) X[0:n-1]和 Y[0:n-1]為 2 個數(shù)組,每個數(shù)組中含有 n 個已排好序的數(shù)。試設(shè)計一個 O(logn)時間的算法,找出X和Y的2n個數(shù)的中位數(shù)。 例如,當n=7,X=[1,3,6,7,8,9,10];Y=[2,4,5,11,12,13,14]時,X 和Y 的中位數(shù)是7。
上傳時間: 2013-12-26
上傳用戶:咔樂塢
首先提示用戶選擇玩法 玩法1:21選5 輸入5個數(shù)(從1,2,…,21選) 玩法2:6+1 輸入7個數(shù)字(代表購買彩票的號碼,最后一位特別號) 根據(jù)用戶選擇的玩法,隨機生成開獎號碼,與用戶輸入的號碼比較,判斷是否中獎、中幾等獎,并輸出結(jié)果。 規(guī)則: 21選5 一等獎:5個號碼相同 二等獎:4個號碼相同 三等獎:3個號碼相同 6+1 特等獎:6+1 一等獎:6 二等獎:連續(xù)5位數(shù)相同 三等獎:連續(xù)4位數(shù)相同 四等獎:連續(xù)3位數(shù)相同
上傳時間: 2014-01-18
上傳用戶:PresidentHuang
1 前言 2 2 需求分析 2 2.1原理 2 2.2要求 2 2.3任務(wù) 2 3 概要設(shè)計 3 3.1實現(xiàn)功能 3 3.2搶答器的組成框圖 3 4 詳細設(shè)計 4 4.1搶答電路設(shè)計 4 4.2定時電路設(shè)計 5 4.3報警電路設(shè)計 6 4.4搶答器控制電路設(shè)計 6 5 課程設(shè)計的總結(jié)與體會 8 6 致謝 8 7 參考資料 8
上傳時間: 2016-08-12
上傳用戶:Andy123456
最受歡迎的Joomla社區(qū)用戶管理收費插件 - Commnity Builder 1.2 RC2。 Community Builder suite (CB) extends the Joomla! user management system. Key features: extra fields in profile, enhanced registration workflows, user lists, connection paths between users, admin defined tabs and user profiles, image upload, front-end workflow management, integration with other components, like PMS, Newsletter, Forum, Galleries. Release 1.1 is compatible with all Joomla! 1.0.x (including 1.0.15) and Mambo 4.5.2-4.6.4. New CB version 1.2 RC brings Joomla 1.5 native compatibility (and keeping Joomla 1.0.x and Mambo 4.5.2-4.6.4 native compatibility), multi-criteria user searches, full field controls of core fields, ajax email and username checkers, new lost username/password form and many more features and fixes. Please see announcement on our homepage.
標簽: Builder Joomla Community Commnity
上傳時間: 2016-10-20
上傳用戶:daoxiang126
最受歡迎的Joomla 社區(qū)用戶管理收費插件 Community Builder 1.2 RC2 的電子書,僅提供給付費會員 Community Builder suite (CB) extends the Joomla! user management system. Key features: extra fields in profile, enhanced registration workflows, user lists, connection paths between users, admin defined tabs and user profiles, image upload, front-end workflow management, integration with other components, like PMS, Newsletter, Forum, Galleries. Release 1.1 is compatible with all Joomla! 1.0.x (including 1.0.15) and Mambo 4.5.2-4.6.4. New CB version 1.2 RC brings Joomla 1.5 native compatibility (and keeping Joomla 1.0.x and Mambo 4.5.2-4.6.4 native compatibility), multi-criteria user searches, full field controls of core fields, ajax email and username checkers, new lost username/password form and many more features and fixes. Please see announcement on our homepage.
標簽: Community Builder Joomla 1.2
上傳時間: 2016-10-20
上傳用戶:王者A
第四章 MATLAB 圖形對象操作 4.1 圖形對象的屬性 4.2 圖形對象句柄的獲取 4.2.1 對象創(chuàng)建時獲取 4.2.2 層次關(guān)系來獲取 4.2.3 當前對象的獲取 4.2.4 根據(jù)對象屬性值的獲取 4.3 圖形對象句柄的刪除與判斷 4.3.1 句柄的刪除 4.3.2 句柄的判斷 4.4 圖形對象屬性值的獲取與設(shè)置 4.4.1 圖形對象屬性值的設(shè)置 4.4.2 圖形對象屬性值的獲取 4.4.3 用戶缺省值的操作 4.5 圖形對象的其它操作 4.5.1 figflag 函數(shù) 4.5.2 findfigs 函數(shù) 4.5.3 copyobj 函數(shù) 4.5.4 capture 函數(shù) 4.5.5 refresh 函數(shù) 4.5.6 saveas 函數(shù) 4.5.7 hgload 函數(shù)和 hgsave 函數(shù) 4.5.8 newplot 函數(shù)
上傳時間: 2014-01-01
上傳用戶:cccole0605
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1