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

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

Kernel

實(shí)時操作系統(tǒng)(RealTimeOperatingSystem,簡稱RTOS)是指當(dāng)外界事件或數(shù)據(jù)產(chǎn)生時,能夠接受并以足夠快的速度予以處理,其處理的結(jié)果又能在規(guī)定的時間之內(nèi)來控制生產(chǎn)過程或?qū)μ幚硐到y(tǒng)做出快速響應(yīng),調(diào)度一切可利用的資源完成實(shí)時任務(wù),并控制所有實(shí)時任務(wù)協(xié)調(diào)一致運(yùn)行的操作系統(tǒng)。提供及時響應(yīng)和高可靠性是其主要特點(diǎn)。
  • The toolbox solves a variety of approximate modeling problems for linear static models. The model ca

    The toolbox solves a variety of approximate modeling problems for linear static models. The model can be parameterized in Kernel, image, or input/output form and the approximation criterion, called misfit, is a weighted norm between the given data and data that is consistent with the model. There are three main classes of functions in the toolbox: transformation functions, misfit computation functions, and approximation functions. The approximation functions derive an approximate model from data, the misfit computation functions are used for validation and comparison of models, and the transformation functions are used for deriving one model representation from another. KEYWORDS: Total least squares, generalized total least squares, software implementation.

    標(biāo)簽: approximate The modeling problems

    上傳時間: 2013-12-20

    上傳用戶:15071087253

  • 關(guān)于Linux 內(nèi)核的解讀 出自一個學(xué)生之手

    關(guān)于Linux 內(nèi)核的解讀 出自一個學(xué)生之手,所以不是很正式的文章。但是會給讀者在通往Linux Kernel解讀的過程中有個提綱策領(lǐng)的作用。

    標(biāo)簽: Linux 內(nèi)核

    上傳時間: 2016-09-27

    上傳用戶:nairui21

  • 適用于linux的NTFS mount

    適用于linux的NTFS mount,(Kernel在2.6.14之后有NTFS--3G不需要)

    標(biāo)簽: linux mount NTFS

    上傳時間: 2016-09-29

    上傳用戶:懶龍1988

  • YAFFS2文件系統(tǒng)

    YAFFS2文件系統(tǒng),LINUX2.6內(nèi)核支持YAFF2文件系統(tǒng),命令:sh patch-ker.sh c /<Kernel path>

    標(biāo)簽: YAFFS2 文件系統(tǒng)

    上傳時間: 2016-09-30

    上傳用戶:JIUSHICHEN

  • === ==== 關(guān)于本光盤 ========== Tinix: 書中所附代碼 其中很多目錄中除了包含源代碼(*.asm, *.inc, *.c, *.h)外

    === ==== 關(guān)于本光盤 ========== \Tinix: 書中所附代碼 其中很多目錄中除了包含源代碼(*.asm, *.inc, *.c, *.h)外,還有這樣一些文件: boot.bin 引導(dǎo)扇區(qū)(Boot Sector),可通過 FloppyWriter 寫入軟盤(或軟盤映像)。 loader.bin LOADER,直接拷貝至軟盤(或軟盤映像)根目錄。 Kernel.bin 內(nèi)核(Kernel),直接拷貝至軟盤(或軟盤映像)根目錄。 bochsrc.bxrc Bochs 配置文件,如果系統(tǒng)中安裝了 Bochs-2.1.1 可直接雙擊之運(yùn)行。其它細(xì)節(jié)請見書第 2.7 節(jié)。 godbg.bat 調(diào)試時可使用此批處理文件。它假設(shè) Bochs-2.1.1 安裝在 D:\Program Files\Bochs-2.1.1\ 中。 TINIX.IMG 軟盤映像。可直接通過 Bochs 或者 Virtual PC 運(yùn)行。 *.com 可以在 DOS (必須為純 DOS) 下運(yùn)行的文件。 \Tools: 一些小工具 (在 VC6 下編譯通過) DescParser 描述符分析器,輸入描述符的值,可以得出起基址、界限、屬性等信息。 ELFParser ELF 文件分析器,可以列出一個 ELF 文件的 ELF Header、 Program Header、Section Header 等信息。 FloppyWriter 用以寫引導(dǎo)扇區(qū),支持軟盤和軟盤映像。 KrnlChecker 用以檢查一個 Tinix 內(nèi)核加載后位置是否正確。

    標(biāo)簽: Tinix asm inc 光盤

    上傳時間: 2014-01-26

    上傳用戶:TF2015

  • 內(nèi)核

    內(nèi)核,是一個操作系統(tǒng)的核心。它負(fù)責(zé)管理系統(tǒng)的進(jìn)程、內(nèi)存、設(shè)備驅(qū)動程序、文件和網(wǎng)絡(luò)系統(tǒng),決定著系統(tǒng)的性能和穩(wěn)定性。Linux作為一個自由軟件,在廣大愛好者的支持下,內(nèi)核版本不斷更新。新的內(nèi)核修訂了舊內(nèi)核的bug,并增加了許多新的特性。如果用戶想要使用這些新特性,或想根據(jù)自己的系統(tǒng)度身定制一個更高效,更穩(wěn)定的內(nèi)核,就需要重新編譯內(nèi)核。本文將以RedHat Linux 6.0(Kernel 2.2.5)為操作系統(tǒng)平臺,介紹在Linux上進(jìn)行內(nèi)核編譯的方法。

    標(biāo)簽: 內(nèi)核

    上傳時間: 2016-11-04

    上傳用戶:hopy

  • DYMOUM is an implementation of the DYMO (Dynamic Manet On-demand) routing protocol both for Linux ke

    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++.

    標(biāo)簽: implementation On-demand protocol Dynamic

    上傳時間: 2016-11-07

    上傳用戶:tianyi223

  • tftp-1.0源碼

    tftp-1.0源碼,可以用作uboot下下載Kernel鏡像以及文件系統(tǒng)

    標(biāo)簽: tftp 1.0 源碼

    上傳時間: 2013-12-25

    上傳用戶:362279997

  • In this book, you will learn about what drives the Linux development process. You will discover the

    In this book, you will learn about what drives the Linux development process. You will discover the wide variety of tools commonly used by Linux developers – compilers, debuggers, Software Configuration Management – and how those tools are used to build application software, tools, utilities and even the Linux Kernel itself. You will learn about the unique components of a Linux system that really set it apart from other UNIX-like systems, and you will delve into the inner workings of the system in order to better understand your role as one of a budding new generation of Linux developers.

    標(biāo)簽: will development the discover

    上傳時間: 2016-11-18

    上傳用戶:rocketrevenge

  • 這本書非常之不錯

    這本書非常之不錯,詳細(xì)介紹linux Kernel source,對深入學(xué)習(xí)linux的人有很大幫助

    標(biāo)簽:

    上傳時間: 2016-11-22

    上傳用戶:jackgao

主站蜘蛛池模板: 深州市| 临澧县| 灌阳县| 西吉县| 安徽省| 敦化市| 普兰县| 瑞金市| 拉萨市| 新平| 垫江县| 聂拉木县| 方山县| 芦溪县| 台安县| 嘉兴市| 沂水县| 开封市| 乳源| 游戏| 绥德县| 丽江市| 陆川县| 桦甸市| 盐亭县| 乌兰浩特市| 红安县| 新晃| 滁州市| 拉萨市| 兴义市| 潞西市| 清镇市| 靖安县| 阿尔山市| 南皮县| 开江县| 平利县| 县级市| 靖宇县| 恩施市|