ORACLE公司自86年推出版本5開始,系統具有分布數據庫處理功能.88年推出版本6,ORACLE RDBMS(V6.0)可帶事務處理選項(TPO),提高了事務處理的速度.1992年推出了版本7,在ORACLE RDBMS中可帶過程數據庫選項(procedural database option)和并行服務器選項(parallel server option),稱為ORACLE7數據庫管理系統,它釋放了開放的關系型系統的真正潛力。ORACLE7的協同開發環境提供了新一代集成的軟件生命周期開發環境,可用以實現高生產率、大型事務處理及客戶/服務器結構的應用系統。協同開發環境具有可移植性,支持多種數據來源、多種圖形用戶界面及多媒體、多民族語言、case等協同應用系統。
上傳時間: 2015-08-11
上傳用戶:xzt
ORACLE7的協同開發環境提供了新一代集成的軟件生命周期開發環境,可用以實現高生產率、大型事務處理及客戶/服務器結構的應用系統。協同開發環境具有可移植性,支持多種數據來源、多種圖形用戶界面及多媒體、多民族語言、case等協同應用系統。
上傳時間: 2015-08-21
上傳用戶:問題問題
Listed below are the typographical conventions used in this guide. – Example C++ code and commands to be typed by the user are in non-bold characters in typewriter font. – Items where the user has to supply a name or number are given in lower-case italic characters in typewriter font. – Sections marked with a ‡ describe features that are also available in ANSI C.
標簽: typographical conventions commands Example
上傳時間: 2013-12-20
上傳用戶:xiaoxiang
Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Definition Class: ReverseSubstring Method: findReversed Parameters: string Returns: string Method signature: string findReversed(string input) (be sure your method is public) Notes The substring and its reversal may overlap partially or completely. The entire original string is itself a valid substring (see example 4). Constraints input will contain between 1 and 50 characters, inclusive. Each character of input will be an uppercase letter ( A - Z ). Examples 0) "XBCDEFYWFEDCBZ" Returns: "BCDEF" We see that the reverse of BCDEF is FEDCB, which appears later in the string. 1)
上傳時間: 2015-09-21
上傳用戶:sunjet
本文就采用面對對象的方法以UML為建模語言,使用PowerDesigner這個case工具分析設計一個分布式的B/S結構的基于COM+和XML的網絡考試系統。并使用Delphi、VBScript、ADO、XML、HTML等編程工具、語言和技術實現了這個系統。
上傳時間: 2015-09-25
上傳用戶:sy_jiadeyi
This review classifies genetic algorithm environments into application-oriented systems,algorithmoriented systems, and toolkits. It also presents detailed case studies of leading environments.
標簽: application-oriented algorithmori environments classifies
上傳時間: 2013-12-19
上傳用戶:tyler
本壓縮包中包含了有關RUP的文檔資料,包括use-case-用例實現規約、軟件架構文檔;相關業務規約;配置管理計劃;部署計劃;管理、測試相關等內容
上傳時間: 2015-10-09
上傳用戶:bcjtao
HDOJ ACM input:The input consists of T test cases. The number of test cases ) (T is given in the first line of the input. Each test case begins with a line containing an integer N , 1<=N<=200 , that represents the number of tables to move. Each of the following N lines contains two positive integers s and t, representing that a table is to move from room number s to room number t (each room number appears at most once in the N lines). From the N+3-rd line, the remaining test cases are listed in the same manner as above.
上傳時間: 2015-10-18
上傳用戶:三人用菜
這是CISS會議上發表的著名論文“Tensor Canonical decomposition based method for blind identification of MIMO system with 3-input 2-output case”的源程序,主要是講基于張量規范分解的多天線系統的忙識別問題,里邊包含了相應的文章,可以一起對照著看。
標簽: identification decomposition Canonical Tensor
上傳時間: 2015-10-21
上傳用戶:牛津鞋
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