java ejb開發(fā) 程序4、語句alter table people add(phone_number varchar2(10)) 的作用是 A 修改表結(jié)構(gòu) B 為people表添加約束,約束名稱是phone_number C 向people表中添加一列,名稱是phone_number,數(shù)據(jù)類型是varchar2,長(zhǎng)度是10 D 上述答案均不正確 5、( )BLOB和CLOB的區(qū)別在于 A CLOB只能存放字符類型的數(shù)據(jù),而BLOB沒有任何限制 B BLOB只能存放字符類型的數(shù)據(jù),而CLOB沒有任何限制 C CLOB只能存放小于4000字節(jié)的數(shù)據(jù),而BLOB可以存放大于4000字節(jié)的數(shù)據(jù) D BLOB只能存放小于4000字節(jié)的數(shù)據(jù),而CLOB可以存放大于4000字節(jié)的數(shù)據(jù) 6、存儲(chǔ)過程從本質(zhì)上來講就是 A 匿名的PL/SQL程序塊,它可以被賦予參數(shù) B 命名的PL/SQL程序塊,它可以被賦予參數(shù) C 命名的PL/SQL程序塊,不能被賦予參數(shù) D 匿名的PL/SQL程序塊,不能被賦予參數(shù) 7、( )下列關(guān)于日期數(shù)據(jù)類型,哪一個(gè)語句是正確的寫法 A insert into test values( 9999-12-03 ) B insert into test values( 1999-03-02 ) C insert into test values(to_char(1999-06-03, yyyy/dd/mm )) D insert into test
標(biāo)簽: people phone_number varchar2 alter
上傳時(shí)間: 2013-12-26
上傳用戶:wendy15
本系統(tǒng)采用A. 系統(tǒng)需求分析報(bào)告(設(shè)計(jì)方法/數(shù)據(jù)流圖/數(shù)據(jù)字典) B. 數(shù)據(jù)庫(kù)的信息要求報(bào)告(E—R圖及關(guān)系數(shù)據(jù)模型) C. 數(shù)據(jù)庫(kù)的操作和應(yīng)用要求報(bào)告(模塊結(jié)構(gòu)圖<概念結(jié)構(gòu)設(shè)計(jì)及邏輯結(jié)構(gòu)設(shè)計(jì)>) D. 調(diào)試中出現(xiàn)的問題及解決方法(物理設(shè)計(jì),調(diào)試及運(yùn)行,維護(hù)) E. 訪問數(shù)據(jù)庫(kù)的方式(ODBC,
上傳時(shí)間: 2013-12-27
上傳用戶:日光微瀾
Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP. Reference: X. Geng, D.-C. Zhan, and Z.-H. Zhou. Supervised nonlinear dimensionality reduction for visualization and classification. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cybernetics, 2005, vol.35, no.6, pp.1098-1107.
標(biāo)簽: Description supervised algorithm S-ISOMAP
上傳時(shí)間: 2015-04-10
上傳用戶:wfeel
學(xué)生信息查詢系統(tǒng)C語言實(shí)現(xiàn) 包含的功能有: 1、 系統(tǒng)功能選擇菜單:提供了5個(gè)功能 A、 按“班級(jí)+平均成績(jī)”顯示原始數(shù)據(jù) B、 輸入學(xué)號(hào),顯示學(xué)生檔案,并可選擇用順序查找或者折半查找去實(shí)現(xiàn) C、 輸入不完全的學(xué)生姓名即可模糊查找學(xué)生檔案。 D、 輸入班級(jí)及課程即可統(tǒng)計(jì)平均分,優(yōu)秀率及及格率。 2、 數(shù)據(jù)顯示函數(shù) 3、 學(xué)號(hào)查找函數(shù) 4、 模糊查找函數(shù) 5、 成績(jī)統(tǒng)計(jì)函數(shù)
標(biāo)簽: 信息查詢系統(tǒng) C語言 數(shù)據(jù)
上傳時(shí)間: 2014-08-20
上傳用戶:fanboynet
This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) to find out the nth element in theFibanocci sequence number which is 1,1,2,3,5,8,13,21,34,55,…3. write the prefix and postfix form of the following infix expressiona + b – c / d + e * f – g * h / i ^ j4. write a function to count the number of nodes in a binary tr
標(biāo)簽: introduction the contains intended
上傳時(shí)間: 2013-12-23
上傳用戶:liansi
This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYSTEM with lesser memory consumption. Its API includes simple SQL Statements and the output is displayed on the screen. Certain applications for which several features of existing databases like concurrency control, transaction management, security features are not enabled. B+Trees can be used as an index for factor access to the data. Help facility is provided to know the syntax of SQL Statements.
標(biāo)簽: project implement developed Database
上傳時(shí)間: 2013-12-25
上傳用戶:semi1981
If we have two individually sorted vectors "a" and "b" but they are not sorted with respect to each other and we want to merge them into vector "c" such that "c" is also a sorted vector. Then c=mergesorted(a,b) can be used.
標(biāo)簽: sorted individually respect vectors
上傳時(shí)間: 2015-09-23
上傳用戶:comua
考察例1 4 - 8中的1 4個(gè)點(diǎn)。A中的最近點(diǎn)對(duì)為(b,h),其距離約為0 . 3 1 6。B中最近點(diǎn)對(duì)為 (f, j),其距離為0 . 3,因此= 0 . 3。當(dāng)考察 是否存在第三類點(diǎn)時(shí),除d, g, i, l, m 以外 的點(diǎn)均被淘汰,因?yàn)樗鼈兙喾指罹€x= 1的 距離≥ 。RA ={d, i, m},RB= {g, l},由 于d 和m 的比較區(qū)中沒有點(diǎn),只需考察i 即可。i 的比較區(qū)中僅含點(diǎn)l。計(jì)算i 和l 的距離,發(fā)現(xiàn)它小于,因此(i, l) 是最近
標(biāo)簽:
上傳時(shí)間: 2013-12-03
上傳用戶:66666
問題描述 序列Z=<B,C,D,B>是序列X=<A,B,C,B,D,A,B>的子序列,相應(yīng)的遞增下標(biāo)序列為<2,3,5,7>。 一般地,給定一個(gè)序列X=<x1,x2,…,xm>,則另一個(gè)序列Z=<z1,z2,…,zk>是X的子序列,是指存在一個(gè)嚴(yán)格遞增的下標(biāo)序列〈i1,i2,…,ik〉使得對(duì)于所有j=1,2,…,k使Z中第j個(gè)元素zj與X中第ij個(gè)元素相同。 給定2個(gè)序列X和Y,當(dāng)另一序列Z既是X的子序列又是Y的子序列時(shí),稱Z是序列X和Y的公共子序列。 你的任務(wù)是:給定2個(gè)序列X、Y,求X和Y的最長(zhǎng)公共子序列Z。
上傳時(shí)間: 2014-01-25
上傳用戶:netwolf
n皇后問題求解(8<=n<=1000) a) 皇后個(gè)數(shù)的設(shè)定 在指定文本框內(nèi)輸入皇后個(gè)數(shù)即可,注意: 皇后個(gè)數(shù)在8和1000 之間(包括8和1000) b) 求解 點(diǎn)擊<Solve>按鈕即可進(jìn)行求解. c) 求解過程顯示 在標(biāo)有Total Collision的靜態(tài)文本框中將輸出當(dāng)前棋盤上的皇后總沖突數(shù). 當(dāng)沖突數(shù)降到0時(shí),求解完畢. d) 求解結(jié)果顯示 程序可以圖形化顯示8<=n<=50的皇后求解結(jié)果. e) 退出程序,點(diǎn)擊<Exit>即可退出程序.
上傳時(shí)間: 2016-01-28
上傳用戶:ztj182002
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1