版本更新了一下,到5.84了,需要用VS.net平臺進行編譯運行,介紹與原來的一樣! 磁盤文件的安全刪除,我們通常所執行的刪除操作并不是真正的刪除只是清除了文件的fat表內容,文件數據還在磁盤上,可以恢復,所以不安全。-disk deletion of the security document, we usually enforced by the delete operation does not really delete the file will simply remove the fat table of contents, document data on the disk is, can be restored, therefore unsafe.
上傳時間: 2016-11-05
上傳用戶:大三三
用C編寫的短小精悍的數據庫,既有運行碼,又有源代碼,支持APPEND,DELETE,SAVE,LOAD,INSERT,SHOW,FIND,SORT,CLOSE,MODIFY,QUIT,HELP等命令,對于想學習如何用C實現數據庫sql語句編程的同仁很有幫助。
上傳時間: 2016-11-12
上傳用戶:as275944189
MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems to read, write, and manipulate files on an MSDOS filesystem (typically a diskette). The following MSDOS commands are emulated: Mtool MSDOS name equivalent Description ----- ---- ----------- mattrib ATTRIB change MSDOS file attribute flags mcd CD change MSDOS directory mcopy COPY copy MSDOS files to/from Unix mdel DEL/ERASE delete an MSDOS file mdir DIR display an MSDOS directory mformat FORMAT add MSDOS filesystem to a low-level format mlabel LABEL make an MSDOS volume label. mmd MD/MKDIR make an MSDOS subdirectory mrd RD/RMDIR remove an MSDOS subdirectory mread COPY low level read (copy) an MSDOS file to Unix mren REN/RENAME rename an existing MSDOS file mtype TYPE display contents of an MSDOS file mwrite COPY low level write (copy) a Unix file to MSDOS
標簽: collection programs version systems
上傳時間: 2016-11-18
上傳用戶:wlcaption
Name: NoTask.Pas Version: 1.0 Platform: Delphi2.0 & Win95 or WinNT Description: Simple component will hide your program s forms from the Windows 95 or NT
標簽: Description component Platform Version
上傳時間: 2014-01-03
上傳用戶:海陸空653
C# ArrayList C++模仿版,只支持最簡單的動態隊列操作,采用雙層鏈表,支持16兆以上個對象的隊列管理。 效率:查找上界O(988+N/976144),插入及刪除上界O(988+N/976144+N*T(create/delete
上傳時間: 2013-12-11
上傳用戶:tianjinfan
自己編寫的String類,可以用于代替<string>中的string類。支持==、!=、<、>等比較運算符,=復制運算符,有多種構造函數,動態分配內存,長度可變。容易轉換成char*類型,而且使用深拷貝,指針使用得當。有常用的Index,Insert,Delete,Replace,SubString方法。而且源碼中給出了String類的一個小應用。開發環境Visual C++ 6.0,測試程序為Console模式。
上傳時間: 2014-01-05
上傳用戶:古谷仁美
多用戶多級目錄的文件系統,(1)具有login (用戶登錄) (2)系統初始化(建文件卷、提供登錄模塊) (3)文件的創建: create (4)文件的打開:open (5)文件的讀:read (6)文件的寫:write (7)文件關閉:close (8)刪除文件:delete (9)創建目錄(建立子目錄):mkdir (10)改變當前目錄:cd (11)列出文件目錄:dir (12)退出:logout
上傳時間: 2014-01-03
上傳用戶:love_stanford
Implement a phone book system for employees of a company. Your program will output the following menu (1) Enter an employee and a phone pair to the system (2) Lookup an employee s phone number (3) Find out who is/are the person(s) of a given number (4) How many people are currently in the system (5) Delete an employee from the system (6) Output all employees name‐phone pair (7) How many phone numbers total in the current system (8) Quit When
標簽: Implement employees following company
上傳時間: 2013-12-17
上傳用戶:zhangliming420
可通過IDE向導創建項目和JFrame窗體MainFrame,在設計視圖中完成菜單等界面組件的設計,并添加事件處理程序。界面設計盡量使用IDE可視化設計自動生成的代,以提高效率。在設計時,對于一些菜單項和按鈕所要實現的功能相同的事件處理代碼可以以公用的方法提供統一調用,例如:add方法、delete方法等。
上傳時間: 2017-01-17
上傳用戶:maizezhen
一、教學目的: 要求掌握C++對內存的管理方法,能靈活使用new和delete運算符對堆進行操作。理解和正確使用拷貝構造函數,理解臨時對象和無名對象的概念。 二、教學重點: 通過大量的例程的分析,使學生正確掌握堆的分配釋放操作,拷貝構造函數的使用。 三、教學難點: 深拷貝和淺拷貝的區別,臨時對象和無名對象的理解。
上傳時間: 2013-12-20
上傳用戶:songnanhua