使用的是API編程,可格式化、校驗(yàn)和讀寫特殊扇區(qū)。可用作Windows下的磁盤加密。本函數(shù)還有以下兩個(gè)缺點(diǎn)以待改進(jìn): 1.本函數(shù)還只能讀能讀 A: 和 B:,即只能對(duì)軟盤操作 2.不能改變磁盤扇區(qū)大小,只能是標(biāo)準(zhǔn)的 512 個(gè)字節(jié)。 參數(shù)說(shuō)明: command 操作: 0 重置磁盤 2 讀扇區(qū) 3 寫扇區(qū) 4 校驗(yàn)磁道 5 格式化磁道 8 得到設(shè)備參數(shù) (int 1EH) drive 驅(qū)動(dòng)器 A:=0 B:=1 head 磁頭號(hào),范圍 0 - 1 track 磁道號(hào),范圍 0 - 84 ( 80 - 84 為特殊磁道,通常用來(lái)加密 ) sector 扇區(qū)號(hào),范圍 0 - 255 ( 19 - 255 為非標(biāo)準(zhǔn)扇區(qū)編號(hào),通常用來(lái)加密) nsectors 每次讀或?qū)懙纳葏^(qū)數(shù),不能超出每磁道的最大扇區(qū)數(shù) buffer 數(shù)據(jù)寫入或讀出的緩沖區(qū),大小為 512 個(gè)字節(jié) 返回值 ( 同 Int 13H ): 0x0 成功 0x1 無(wú)效的命令 0x3 磁盤被寫保護(hù) 0x4 扇區(qū)沒有找到 0xa 發(fā)現(xiàn)壞扇區(qū) 0x80 磁盤沒有準(zhǔn)備好
標(biāo)簽: Windows API 函數(shù) 磁盤
上傳時(shí)間: 2013-12-05
上傳用戶:moerwang
java ejb開發(fā) 程序4、語(yǔ)句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ì)上來(lái)講就是 A 匿名的PL/SQL程序塊,它可以被賦予參數(shù) B 命名的PL/SQL程序塊,它可以被賦予參數(shù) C 命名的PL/SQL程序塊,不能被賦予參數(shù) D 匿名的PL/SQL程序塊,不能被賦予參數(shù) 7、( )下列關(guān)于日期數(shù)據(jù)類型,哪一個(gè)語(yǔ)句是正確的寫法 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語(yǔ)言實(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語(yǔ)言 數(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
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1