這是書上的代碼,用Visual C++播放CD中第一首曲子的實現過程。供大家參考
標簽: 代碼
上傳時間: 2016-12-14
上傳用戶:lizhen9880
FlashBoot 是一款制作usb閃存啟動盤的工具,軟件具有高度可定制的特點和豐富的選項,兼容所有usb盤,對一些512M以上大容量的雜牌U盤兼容性很好。 特點:支持BartPE-Bart預安裝環境啟動CD轉換為usb閃存啟動盤;支持從win9x傳遞DOS核心到usb盤; 支持從軟盤制作usb啟動;支持從可引導光盤制作usb啟動盤;制作Windows NT/2000/XP口令恢復及制作帶有NT/2000/XP bootloader的usb盤;支持usb閃存盤復制等等。
上傳時間: 2016-12-19
上傳用戶:cc1015285075
gcclib This gcc 1.40 suits for Linux kernel 0.11 - 0.95 Installtion hints ----------------- This suit contains include.taz, local.taz and this README file. You must download the bootimage and rootimage and install them first. The include.taz contains all the include files for using with gcc 1.40. The local.taz contains all the gcc tools & libs stored in two sepearted directories: /usr/local/lib /usr/local/bin You should copy the linux/ asm/ sys/ subdirectories into the include directory from the corresponding kernel source. Installation ------------ Goto the /usr directory. Untar the include.taz to the directory /usr/include. Untar the local.taz to the directory /usr/local. That s it! Example: -------- cd /usr tar zxvf include.taz tar zxvf local.taz
標簽: Installtion gcclib kernel Linux
上傳時間: 2014-03-12
上傳用戶:源碼3
多用戶多級目錄的文件系統,(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
用C++編寫的Linux myshell,支持重定向和管道符號,支持CD命令,供初學者參考
上傳時間: 2014-01-26
上傳用戶:lhw888
linux下ftp服務器,實現ls cd put get quit命令
上傳時間: 2016-12-26
上傳用戶:xz85592677
This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM, and simulate in Modelsim. SDCC is the compiler. Example compilation: cd compile sdcc --iram-size 0x80 --xram-size 0x800 t8051.c REM sdcc --iram-size 0x80 t8051.c packihx t8051.ihx > t8051.hex ..\test\mkrom.exe ..\compile\t8051.hex
標簽: binary compiles converts chain
上傳時間: 2017-01-07
上傳用戶:wyc199288
實現郵件群發 簡短方便 推薦運行環境 1.操作系統:Windows 9x/Me/2000/XP。 2.CPU :Pentium及兼容芯片300MHz以上。 3.內存 :64MB以上。 4.顯示模式:支持800×600像素以上的分辨率、16位以上的色彩。 5.其他 :8倍速以上CD-ROM或DVD-ROM驅動器。
上傳時間: 2013-12-13
上傳用戶:pinksun9
DtWinVer is a C++ class which provides a comprehensive method to determine which OS the program that calls it is running on. All methods it uses are fully documented on various articles on the MSDN CD
標簽: which comprehensive determine DtWinVer
上傳時間: 2013-12-23
上傳用戶:日光微瀾
Eclipse 是一個很好的集成開發環境,它的RCP更是一個亮點,我好不容易找的一本專門教程;這個文件是教程的CD,很重要,因為嚴格按CD的說明,才能安裝好書中的代碼。其中主要的代碼是一個即時通訊軟件。
上傳時間: 2017-03-05
上傳用戶:exxxds