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
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
Q: 我應該怎樣處理內存泄漏? A: 很簡單,只要寫“不漏”的代碼就完事了啊。顯然,如果你的代碼到處是new、DELETE、指針運算,那你想讓它“不漏”都難。不管你有多么小心謹慎,君為人,非神也,錯誤在所難免。最終你會被自己越來越復雜的代碼逼瘋的——你將投身于與內存泄漏的奮斗之中,對bug們不離不棄,直至山峰沒有棱角,地球不再轉動。而能讓你避免這樣困境的技巧也不復雜:你只要倚重隱含在幕后的分配機制——構造和析構,讓C++的強大的類系統來助你一臂之力就OK了。標準庫中的那些容器就是很好的實例。它們讓你不必化費大量的時間精力也能輕松愜意地管理內存。我們來看看下面的示例代碼——設想一下,如果沒有了string和vector,世界將會怎樣?如果不用它們,你能第一次就寫出毫無內存錯誤的同樣功能代碼嗎?
標簽: 內存泄漏
上傳時間: 2017-01-25
上傳用戶:alan-ee
AutoSitePasswords is a users admin tool for Apache web server. AutoSitePasswords keeps the users database and allows to append, edit, DELETE and search the users records. AutoSitePasswords allows to generate the random login/password serieses. AutoSitePasswords makes the Apache passwords files. The users passwords may be encrypted by MD5 algorithm. The passwords files may be automatic uploaded to FTP server.
標簽: AutoSitePasswords users Apache server
上傳時間: 2013-12-18
上傳用戶:erkuizhang
業務管理:包括客房預訂、入住登記、續住、換房、轉賬、其他服務提供、留言板、意見簿、走客結賬、欠費結算。 ¯ 查詢統計:包括歷史單據、預訂表、在住客人表、換房查詢、轉賬查詢、日經營狀況、月收入狀況、客房利用率、實時房態。-system design focus of this chapter describe the development of small PowerBuilder 9.0 Rooms Management System process, through the study of this chapter, readers should be familiar with PowerBuilder 9.0 TreeView control and the right mouse button menu of use, master GroupBox, SingleLineEdit, CommandButton, RadioButton, PictureButton controls such as the similarities and differences to further understanding of data objects window displays various occasions the application. System to complete the task Macr system maintenance include : corporate information, the operator management, change passwords, management succession, dictionary management. Macr basic information : Rooms management system for the basic information management (including new, modify or DELETE), which is the basic informat
上傳時間: 2017-02-09
上傳用戶:songyue1991