a.本程序在Windows xp 上調(diào)試通過(guò)。 b.在使用時(shí)先用ODBC注冊(cè)數(shù)據(jù)源,數(shù)據(jù)源名:addresslist(名稱不可以寫錯(cuò)) c.第一次運(yùn)行時(shí),密碼為空。進(jìn)入系統(tǒng)后可以修改密碼。
上傳時(shí)間: 2015-12-09
上傳用戶:sjyy1001
使用的是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ū)沒(méi)有找到 0xa 發(fā)現(xiàn)壞扇區(qū) 0x80 磁盤沒(méi)有準(zhǔn)備好
標(biāo)簽: Windows API 函數(shù) 磁盤
上傳時(shí)間: 2013-12-05
上傳用戶:moerwang
書 名:Programming Windows程式開(kāi)發(fā)設(shè)計(jì)指南 出版日期:2000/6/2 書 號(hào):957-8239-73-4 I S B N:957-8239-73-4 原 作 者:Charles Petzold 譯 者:余孟學(xué)
標(biāo)簽: 8239 Programming 957 Windows
上傳時(shí)間: 2015-04-26
上傳用戶:xinyuzhiqiwuwu
David B. Probert, Ph.D. Windows Kernel Development Microsoft Corporation 微軟windows kernel課程的powerpoint
標(biāo)簽: B. Corporation Development Microsoft
上傳時(shí)間: 2013-12-15
上傳用戶:wangyi39
windows ce 下的畫各種b樣條曲線,可以自行設(shè)置點(diǎn)畫出不同顏色,粗細(xì)的曲線。
上傳時(shí)間: 2016-12-19
上傳用戶:sxdtlqqjl
Prentice Hall 出版的整合linux和windows <b>英文原版<b> 另本人有大量電子書,O Reilly的最多 有需要的朋友在我的個(gè)人空間上給我留言
標(biāo)簽: Prentice windows linux Hall
上傳時(shí)間: 2014-01-22
上傳用戶:JIUSHICHEN
里面有相應(yīng)的hpunix(HP-UX hpl1000 B.11.00 U 9000/800 (tb)),linux(Red Hat Linux release 9 Kernel 2.4.20-8),windows的頭文件、庫(kù)文件,還有相應(yīng)的demo程序
標(biāo)簽: release hpunix Kernel HP-UX
上傳時(shí)間: 2015-01-06
上傳用戶:cursor
About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes: This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download. Author: cruppstahl
標(biāo)簽: C. hamsterdb structure database
上傳時(shí)間: 2013-12-11
上傳用戶:LouieWu
B/S版ERP安裝方法 1、安裝IIS5.0、Microsoft .NET Framework 1.1及SQL Server2000 2、將目錄Copy_of_ERP和webctrl_client復(fù)制到C:/Inetpub/wwwroot下,并將Copy_of_ERP目錄設(shè)置成IIS虛擬目錄 3、在SQL Server2000中新建一個(gè)Storage用戶和LXTXERP數(shù)據(jù)庫(kù),然后將Data目錄中的LXTXERP.BAK數(shù)據(jù)庫(kù)備份文件還原 4、修改Copy_of_ERP目錄下的Web.config文件的連接屬性sa用戶的密碼: <add key="mydns" value="data source=(local) initial catalog=LXTXERP persist security info=False user id=sa pwd=123 workstation id=jl packet size=4096" /> 5、在Windows管理工具中打開(kāi)Internet 服務(wù)管理器,運(yùn)行Copy_of_ERP中的Login.aspx打開(kāi)ERP登錄頁(yè)面,默認(rèn)用戶:admin 密碼:123 6、OK
標(biāo)簽: webctrl_clie Copy_of_ERP Framework Microsoft
上傳時(shí)間: 2015-12-09
上傳用戶:zhuimenghuadie
sourceforge歷史版本完整下載: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b樹索引算法的文件數(shù)據(jù)數(shù)據(jù)庫(kù)模塊詳見(jiàn)storage/目錄下面的 btree.c與pager.c container目錄為常用的容器實(shí)現(xiàn),如果rbtree avltree map heap list vector hashtable deque T樹 B樹, test目錄為測(cè)試程序代碼經(jīng)過(guò)初步測(cè)試,比較穩(wěn)定。 os_api:裝一些操作系統(tǒng)相關(guān)的接口函數(shù)。已完成event mutex sem thread pipe相關(guān)的封裝 advance_container:提供優(yōu)先級(jí)消息隊(duì)列,普通消息隊(duì)列,定時(shí)器容器。 frame:目前提供了listerner(linux下版本,模仿ace的反應(yīng)器)定時(shí)器 algorithm:補(bǔ)充了堆排序 與快速排序 所有代碼均已在windows linux與uclinux + arm44b0平臺(tái)下測(cè)試 歡迎交流 msn:lsccsl@163.net mail:lsccsl@tom.com
標(biāo)簽: sourceforge showfiles group_id project
上傳時(shí)間: 2016-07-16
上傳用戶:lili123
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1