* 高斯列主元素消去法求解矩陣方程AX=B,其中A是N*N的矩陣,B是N*M矩陣 * 輸入: n----方陣A的行數 * a----矩陣A * m----矩陣B的列數 * b----矩陣B * 輸出: det----矩陣A的行列式值 * a----A消元后的上三角矩陣 * b----矩陣方程的解X
上傳時間: 2015-07-26
上傳用戶:xauthu
一些數據庫的實例。共12章。如第八章: 第8章數據庫環境的建立 1. 用MISDBA用戶登錄MISDB數據庫。 2. 在ISQL中,輸入第8章提供的SQL語句;或者根據表8-1至表8-4在SQL Explorer中自行創建數據表。 3. 根據表8-5至表8-7設置初始數據,另外需要在PERSON數據表中設置一個具有培訓管理系統管理權限的用戶(ID=’PXC’,PASSWD=’PASSWORD’,AUTHORITY=’6’,STATE=’F’)和用于外派培訓的用戶(ID=’PXCOUT’,NAME=’外派培訓’)。 4. 修改Admin源程序中的數據庫連接屬性,并且重新編譯training.exe。 5. 修改Client源程序中數據庫連接屬性,并且重新生成html文件和cab文件,然后將這兩個文件拷貝到web服務器指定目錄中。
上傳時間: 2014-01-09
上傳用戶:zxc23456789
基于C/S模式的考試系統的研究與開發 1 1. 前言 1 1.1 MICROSOFT VISUAL STUDIO .NET 2003開發平臺和C#語言的特點 1 1.2用C/S模式開發計算機考試系統的優越性 1 2. 系統分析 2 2.1系統基本情況描述 2 2.2 可行性分析 2 2.3 需求分析 3 2.3.1采用SA方法畫出計算機考試系統的一套分層數據流圖 3 2.3.2數據詞典 4 3. 系統設計 4 3.1系統配置 4 3.2系統概要設計 4 3.2.1系統結構圖 4 3.2.2模塊功能及界面設計 4 3.2.3模塊界面設計 5 3.3系統詳細設計 6 3.3.1模塊詳細設計 6
標簽: MICROSOFT VISUAL STUDIO 2003
上傳時間: 2013-12-26
上傳用戶:dragonhaixm
Input The first line of the input contains a single integer T (1 <= T <= 20), the number of test cases. Then T cases follow. The first line of each case contains N, and the second line contains N integers giving the time for each people to cross the river. Each case is preceded by a blank line. There won t be more than 1000 people and nobody takes more than 100 seconds to cross. Output For each test case, print a line containing the total number of seconds required for all the N people to cross the river. Sample Input 1 4 1 2 5 10 Sample Output 17
標簽: the contains integer number
上傳時間: 2015-10-27
上傳用戶:plsee
一:需求分析 1. 問題描述 魔王總是使用自己的一種非常精練而抽象的語言講話,沒人能聽懂,但他的語言是可逐步解釋成人能聽懂的語言,因為他的語言是由以下兩種形式的規則由人的語言逐步抽象上去的: ----------------------------------------------------------- (1) a---> (B1)(B2)....(Bm) (2)[(op1)(p2)...(pn)]---->[o(pn)][o(p(n-1))].....[o(p1)o] ----------------------------------------------------------- 在這兩種形式中,從左到右均表示解釋.試寫一個魔王語言的解釋系統,把 他的話解釋成人能聽得懂的話. 2. 基本要求: 用下述兩條具體規則和上述規則形式(2)實現.設大寫字母表示魔王語言的詞匯 小寫字母表示人的語言的詞匯 希臘字母表示可以用大寫字母或小寫字母代換的變量.魔王語言可含人的詞匯. (1) B --> tAdA (2) A --> sae 3. 測試數據: B(ehnxgz)B 解釋成 tsaedsaeezegexenehetsaedsae若將小寫字母與漢字建立下表所示的對應關系,則魔王說的話是:"天上一只鵝地上一只鵝鵝追鵝趕鵝下鵝蛋鵝恨鵝天上一只鵝地上一只鵝". | t | d | s | a | e | z | g | x | n | h | | 天 | 地 | 上 | 一只| 鵝 | 追 | 趕 | 下 | 蛋 | 恨 |
上傳時間: 2014-12-02
上傳用戶:jkhjkh1982
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
車間調度(matlab).rar 1、初始化參數: 族群 60,循環500次,交叉0。8 變異 0。6 代溝0。9 2、初始化群:按調度優先級編碼,比如 3個零件,每個零件3個工序,就初始化: 1、3、4、5、6、7、8、9、2 2、1、3、4、5、6、7、8、9 等等
上傳時間: 2014-01-21
上傳用戶:lijinchuan
MySQL 5.1參考手冊 這是MySQL參考手冊的翻譯版本,關于MySQL參考手冊,請訪問dev.mysql.com。 原始參考手冊 為英文版,與英文版參考手冊相比,本翻譯版可能不是最新的。 摘要 這是MySQL參考手冊 它涉及MySQL 5.1至5.1.2-alpha版本。 文檔生成于: 2005-11-15
上傳時間: 2013-12-09
上傳用戶:Breathe0125
C++高級參考手冊 不錯的一本參考書 前言 第1章 對象的演化 1 1.1 基本概念 1 1.1.1 對象:特性+行為 1 1.1.2 繼承:類型關系 1 1.1.3 多態性 2 1.1.4 操作概念:OOP程序像什么 3 1.2 為什么C++會成功 3 1.2.1 較好的C 3 1.2.2 采用漸進的學習方式 4 1.2.3 運行效率 4 1.2.4 系統更容易表達和理解 4 1.2.5 “庫”使你事半功倍 4 1.2.6 錯誤處理 5 1.2.7 大程序設計 5 1.3 方法學介紹 5 1.3.1 復雜性 5 1.3.2 內部原則 6 1.3.3 外部原則 7 1.3.4 對象設計的五個階段 9 1.3.5 方法承諾什么 10 1.3.6 方法應當提供什么 10 1.4 起草:最小的方法 12 1.4.1 前提 13 1.4.2 高概念 14
上傳時間: 2016-04-01
上傳用戶:stvnash
【目錄信息】 第一部分 準備程序員考試 第1章 程序員考試指南 1 1.1 程序員考試的形式是什么 2 1.2 考試包含哪些內容 2 1.2.1 聲明和訪問控制 2 1.2.2 流控制和異常處理 2 1.2.3 垃圾收集 3 1.2.4 語言基礎 3 1.2.5 運算符和賦值 3 1.2.6 重載、覆蓋運行時間類型和面向對象 3 1.2.7 線程 3 1.2.8 java.awt包—布局 4 1.2.9 java.lang包 4 1.2.10 java.util包 4 1.2.11 java.io包 4 1.3 本書與程序員考試目標的對應關系 4 1.4 考試是怎么管理的 4 1.5 怎樣簽約和考試 5
上傳時間: 2014-08-06
上傳用戶:lx9076