YAFFS2文件系統,LINUX2.6內核支持YAFF2文件系統,命令:sh patch-ker.sh c /<kernel path>
上傳時間: 2016-09-30
上傳用戶:JIUSHICHEN
=== ==== 關于本光盤 ========== \Tinix: 書中所附代碼 其中很多目錄中除了包含源代碼(*.asm, *.inc, *.c, *.h)外,還有這樣一些文件: boot.bin 引導扇區(Boot Sector),可通過 FloppyWriter 寫入軟盤(或軟盤映像)。 loader.bin LOADER,直接拷貝至軟盤(或軟盤映像)根目錄。 kernel.bin 內核(Kernel),直接拷貝至軟盤(或軟盤映像)根目錄。 bochsrc.bxrc Bochs 配置文件,如果系統中安裝了 Bochs-2.1.1 可直接雙擊之運行。其它細節請見書第 2.7 節。 godbg.bat 調試時可使用此批處理文件。它假設 Bochs-2.1.1 安裝在 D:\Program Files\Bochs-2.1.1\ 中。 TINIX.IMG 軟盤映像。可直接通過 Bochs 或者 Virtual PC 運行。 *.com 可以在 DOS (必須為純 DOS) 下運行的文件。 \Tools: 一些小工具 (在 VC6 下編譯通過) DescParser 描述符分析器,輸入描述符的值,可以得出起基址、界限、屬性等信息。 ELFParser ELF 文件分析器,可以列出一個 ELF 文件的 ELF Header、 Program Header、Section Header 等信息。 FloppyWriter 用以寫引導扇區,支持軟盤和軟盤映像。 KrnlChecker 用以檢查一個 Tinix 內核加載后位置是否正確。
上傳時間: 2014-01-26
上傳用戶:TF2015
用VB編寫DirectX7.0游戲 DirectX7.0終于出現了,同前面DirectX6相同,版本7也帶了一個龐大(129M)的SDK開發庫,同DirectX6 SDK庫相比,DirectX7的SDK庫提供了以下新的功能: * 對于Visual Basic的支持。用戶可以使用類庫在Visual Basic環境下開發基于DirectX的程序。 * 提供更多DirectX3D立即模式(Immediate Mode)下的API函數,以支持DirectX7中新的3D特效,包括立體環境映射、頂點混合等。 * DirectMusic支持DownLoadable Sound Level 2標準。 * DirectInput支持8按鍵的游戲桿設備,同時支持Microsoft的力反饋搖桿。SDK庫提供了讀取力反饋效果文件的方法。同時提供了Force Editor程序來建立效果。 對于VB愛好者來說,新的SDK庫終于提供了完整的對VB的支持,現在終于可以使用Visual Basic來編寫DirectX的程序了。
上傳時間: 2013-12-21
上傳用戶:hewenzhi
sms發送短信的程序,對于在linux環境下開發的人員很有用。 SMS-Dispatch is Linux console C++ program for SMS messages dispatch from preliminary prepared text file via circuit GSM phone in batch mode. Tested on Motorola C3xx phones. So you can create the report about users status for ex. and send it them as SMS.
上傳時間: 2014-08-30
上傳用戶:pkkkkp
sms發送短信的程序,可以在windows,和linux兩個環境下。 SMS-Dispatch is Linux console C++ program for SMS messages dispatch from preliminary prepared text file via circuit GSM phone in batch mode. Tested on Motorola C3xx phones. So you can create the report about users status for ex. and send it them as SMS.
上傳時間: 2013-12-23
上傳用戶:gdgzhym
The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general control and data transfer communication between ICs. Some of the features of the I2C bus are: • Two signal lines, a serial data line (SDA) and a serial clock line (SCL), and ground are required. A 12V supply line (500mA max.) for powering the peripherals often may be present. • Each device connected to the bus is software addressable by a unique address and simple master/ slave relationships exist at all times masters can operate as master-transmitters or as master-receivers. • The I2C bus is a true multi-master bus including collision detection and arbitration to prevent data corruption if two or more masters simultaneously initiate data transfer systems. • Serial, 8-bit oriented, bidirectional data transfers can be made at up to 100 KBit/s in the standard mode or up to 400 KBit/s in the fast mode.
標簽: bus bidirectional primarily designed
上傳時間: 2013-12-11
上傳用戶:jeffery
ClustanGraphics聚類分析工具。提供了11種聚類算法。 Single Linkage (or Minimum Method, Nearest Neighbor) Complete Linkage (or Maximum Method, Furthest Neighbor) Average Linkage (UPGMA) Weighted Average Linkage (WPGMA) Mean Proximity Centroid (UPGMC) Median (WPGMC) Increase in Sum of Squares (Ward s Method) Sum of Squares Flexible (ß space distortion parameter) Density (or k-linkage, density-seeking mode analysis)
標簽: ClustanGraphics Complete Neighbor Linkage
上傳時間: 2014-01-02
上傳用戶:003030
MediaPlayer程序可以播放聲音、視頻文件,還可以顯示靜態圖象文件,如果有CMX DLLs的話,該程序也可以記錄或回放高通公司的QCP格式音頻文件。它最多可以保存32個多媒體文件。Mediaplayer有常用的功能,例如播放、快速播放、停止和暫停等,它支持許多多媒體格式,包括QCP,MPEG Audio Layer3(MP3),Musical Instrument Digital Interface(MIDI),BREW Compressed Image(BCI),Bitmap(BMP),和包含音視頻的Packet Mode Data(PMD)。 這個程序的運行目標設備是Sharp Z-800,在Simulator上,我們選擇Sharp Z-800設備圖片。
標簽: MediaPlayer 程序 播放 視頻
上傳時間: 2016-11-01
上傳用戶:
內核,是一個操作系統的核心。它負責管理系統的進程、內存、設備驅動程序、文件和網絡系統,決定著系統的性能和穩定性。Linux作為一個自由軟件,在廣大愛好者的支持下,內核版本不斷更新。新的內核修訂了舊內核的bug,并增加了許多新的特性。如果用戶想要使用這些新特性,或想根據自己的系統度身定制一個更高效,更穩定的內核,就需要重新編譯內核。本文將以RedHat Linux 6.0(kernel 2.2.5)為操作系統平臺,介紹在Linux上進行內核編譯的方法。
標簽: 內核
上傳時間: 2016-11-04
上傳用戶:hopy
DYMOUM is an implementation of the DYMO (Dynamic Manet On-demand) routing protocol both for Linux kernel and ns2 network simulator, written in C and C++.
標簽: implementation On-demand protocol Dynamic
上傳時間: 2016-11-07
上傳用戶:tianyi223