亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

CD-ROMAudioCD

  • 操作系統課程設計 要完成的任務是模擬unix操作系統中的文件系統功能。在終端界面上用戶可以象unix的shell命令一樣輸入一些命令

    操作系統課程設計 要完成的任務是模擬unix操作系統中的文件系統功能。在終端界面上用戶可以象unix的shell命令一樣輸入一些命令,如輸入ls 顯示文件目錄,chmod改變文件權限,chown改變文件擁有者,chgrp改變文件所屬組,chnam改變文件名,pwd顯示當前目錄,cd改變當前目錄,mkdir創建目錄,rmdir刪除目錄,mk創建文件 ,cp文件拷貝,rm刪除文件,cat顯示文件內容,login切換用戶,passwd修改用戶口令 等功能。在后臺,要實現混合索引式文件結構,包括用空閑結點號棧管理空閑結點和成組鏈接發管理空閑盤塊。

    標簽: unix shell 操作系統 命令

    上傳時間: 2013-12-21

    上傳用戶:comua

  • This book is a hands-on introduction to the principles and practice of embedded system design usin

    This book is a hands-on introduction to the principles and practice of embedded system design using the PIC microcontroller. Packed with helpful examples and illustrations, it gives an in-depth treatment of microcontroller design, programming in both assembly language and C, and features advanced topics such as networking and real-time operating systems. It is accompanied by a CD-ROM containing copies of all programs and software tools used in the text and a `student version of the C complier Designing Embedded Systems with PIC Microcontrollers: Principles and Applications is ideal for students of electronics, mechatronics and computer engineering. Engineers in industry and informed hobbyists will also find this book a valuable resource when designing and implementing both simple and sophisticated embedded systems using the PIC Microcontroller.

    標簽: introduction principles hands-on embedded

    上傳時間: 2014-01-17

    上傳用戶:wuyuying

  • 一個音頻的可執行程序。可以導入MP3/WAV格式的文件后

    一個音頻的可執行程序。可以導入MP3/WAV格式的文件后,進行簡單編輯,包括剪切、復制、粘貼、加強效果等操作。也可以從麥克風、CD唱機等錄音、之后可以導出MP3/WAV/OGG格式的文件

    標簽: WAV MP 音頻 可執行

    上傳時間: 2014-01-11

    上傳用戶:sammi

  • Mplayer源碼

    Mplayer源碼,不用多介紹了吧。 媒體類型 文件格式 MP3 mp3 m3u CD/DVD cda MPEG和AVI視頻 mpg mpeg mpv mps m2v m1v mpe mpa avi mp4 m4e RealAudio和RealVideo rt ra rm rmvb rp rv Windows Media wma wmv wax asx asf wm wmx wvx QuickTime mov qt AAC aac m4a m4p 其他媒體 wav mp2 mp1 mpeg pls xpl smi smil flv ssm sdp aif aiff mid midi rmim acp rpl 3gp amr awb 3g2 au

    標簽: Mplayer 源碼

    上傳時間: 2014-01-27

    上傳用戶:leehom61

  • DirectX 9 3D圖形程序設計 本書著重闡述了用DirectX 9進行3維圖形設計的技術。對于進行游戲設計的編程人員

    DirectX 9 3D圖形程序設計 本書著重闡述了用DirectX 9進行3維圖形設計的技術。對于進行游戲設計的編程人員,計算機動畫工作者,計算機,電子學科學生來說,是非常理想的學習和參考資料。 <>涉及的內容包括:基礎3維圖形座標變換,利用DirectX進行位圖操作,頂點渲染,光照,紋理映射,陰影,霧化等。并且闡述了DirectX 9最新也是最強的特性:可編程頂點渲染和像素渲染。通過DirectX 9提供的可編程語言,游戲設計者可以很方便地更改3維變換和光照渲染方法,在個人電腦上實時演示具有電影動畫品質的3維圖形。本書由淺入深,帶領讀者使用DirectX 9設計出高品質的3維游戲。隨書附帶的CD包括了本書每一章節內容的范例和源程序,具有極高的使用價值。

    標簽: DirectX 3D圖形 3維 程序設計

    上傳時間: 2013-12-20

    上傳用戶:wys0120

  • JAVA項目開發實踐-網上范例8: 1)首先建立數據源

    JAVA項目開發實踐-網上范例8: 1)首先建立數據源,這個在文章中已經講的很清楚。大家可以參考文章中的內容來建立數據源。 2)我們進入DOS界面。我們的源代碼在D盤的bookresource下(當然也可以放到其它任何位置),在DOS命令符下輸入:cd d:\ bookresource,回車就進入了源代碼目錄。 3)在這個目錄下,輸入javac mainFrame.java(注意,JDK是區分大小寫的)回車,這個命令編譯本系統源代碼。程序沒有問題的話,編譯將直接通過。 4)編譯通過后,再在DOS命令符下輸入java mainFrame命令運行本程序。程序運行后將看到本系統的登錄界面。 5) 程序登錄口令:用戶名:123456 口令:123456

    標簽: JAVA 項目 實踐 范例

    上傳時間: 2014-01-26

    上傳用戶:417313137

  • JAVA項目開發實踐-網上范例7: 1)首先建立數據源

    JAVA項目開發實踐-網上范例7: 1)首先建立數據源,這個在文章中已經講的很清楚。大家可以參考文章中的內容來建立數據源。 2)我們進入DOS界面。我們的源代碼在D盤的VipQuery下(當然也可以放到其它任何位置),在DOS命令符下輸入:cd d:\VipQuery,回車就進入了源代碼目錄。 3)在這個目錄下,輸入javac VipQuery.java(注意,JDK是區分大小寫的)回車,這個命令編譯本系統源代碼。程序沒有問題的話,編譯將直接通過。 4)編譯通過后,再在DOS命令符下輸入java VipQuery命令運行本程序。程序運行后將看到本系統的登錄界面。 5) 程序登錄口令:用戶名:hust 口令:hust 超級用戶口令:manager

    標簽: JAVA 項目 實踐 范例

    上傳時間: 2013-12-25

    上傳用戶:hullow

  • DataBurn is an Objective-C example which demonstrates some of the features of DRTracks. The sample i

    DataBurn is an Objective-C example which demonstrates some of the features of DRTracks. The sample illustrates how to create a DRFolder from an existing folder on the source disk and burn it to disc, creating a hybrid ISO9660/Joliet/HFS+ data CD. The sample also uses the DiscRecordingUI framework to present the standard burn setup and progress user interfaces.

    標簽: demonstrates Objective-C DataBurn DRTracks

    上傳時間: 2016-01-14

    上傳用戶:小鵬

  • f your application uses MFC in a shared DLL, and your application is in a language other than the

    f your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.

    標簽: application your language shared

    上傳時間: 2013-12-24

    上傳用戶:thuyenvinh

  • Linux命令大全

    Linux命令大全,包括:cat、 cd 、chmod 、chown、cp、cut 、 find 、less、ln 、locate、 ls 、more 等命令的詳細用法

    標簽: Linux 命令

    上傳時間: 2016-01-26

    上傳用戶:gaome

主站蜘蛛池模板: 将乐县| 邢台县| 台东市| 泗水县| 二连浩特市| 酒泉市| 南投县| 万全县| 阿克陶县| 二连浩特市| 莱州市| 蓝山县| 大安市| 大港区| 衡山县| 南康市| 瑞丽市| 永泰县| 西安市| 延安市| 顺昌县| 灵山县| 会东县| 长顺县| 竹山县| 连州市| 台州市| 南安市| 河池市| 景德镇市| 遂川县| 漳浦县| 庆城县| 宝鸡市| 呼图壁县| 广水市| 喀什市| 连山| 大同市| 汨罗市| 偃师市|