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

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

Kernel

實時操作系統(RealTimeOperatingSystem,簡稱RTOS)是指當外界事件或數據產生時,能夠接受并以足夠快的速度予以處理,其處理的結果又能在規定的時間之內來控制生產過程或對處理系統做出快速響應,調度一切可利用的資源完成實時任務,并控制所有實時任務協調一致運行的操作系統。提供及時響應和高可靠性是其主要特點。
  • Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code

    Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code is licensed under the GNU General Public License (GPL) and is now included in the Linux 2.4 and Linux 2.6 Kernel series

    標簽: implementation specifications Bluetooth standards

    上傳時間: 2014-01-09

    上傳用戶:himbly

  • Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code

    Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code is licensed under the GNU General Public License (GPL) and is now included in the Linux 2.4 and Linux 2.6 Kernel series

    標簽: implementation specifications Bluetooth standards

    上傳時間: 2013-12-11

    上傳用戶:zhyiroy

  • Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code

    Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code is licensed under the GNU General Public License (GPL) and is now included in the Linux 2.4 and Linux 2.6 Kernel series

    標簽: implementation specifications Bluetooth standards

    上傳時間: 2015-06-07

    上傳用戶:er1219

  • Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not

    Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not compile successfully, add switch -DNO_DIRECT_IO in the Makefile to remove support for direct I/O port access (that may be necessary on non-PC architectures). Parallel port access should still work if you have the Linux ppdev driver (patch for 2.2.17 is in the Kernel directory, ppdev is standard in 2.4 Kernels). Please lobby Alan Cox to include this tiny little driver in 2.2.x too :). To make it type: make and to install it: make install If you have any further doubts, please consult UISP s homepage: http://www.nongnu.org/uisp/

    標簽: Installation Programmer In-System directory

    上傳時間: 2013-12-23

    上傳用戶:小儒尼尼奧

  • Jollen-Kit! 2006 是非常積極進行中的專案

    Jollen-Kit! 2006 是非常積極進行中的專案,所有紀錄與更新將同步揭示於本網頁。 快速下載 U-Boot 的 binary code:U-Boot binary - 2006/01/03 Linux Kernel 2.4.18 for jk2410:uimage.img - 2006/01/06 可開機的 Base root filesystem: urootfs.img -2006/01/07 (without tftp) 可開機的 Base root filesystem: urootfs2.img -2006/03/10 (Busybox 1.10 with tftp) GNU cross toolchain:arm-9tdmi-linux-gnu.tar.gz (armpath by Joe) 安裝方法: # cd / (切換到 / 根目錄) # tar jxf <路徑>/arm-9tdmi-linux-gnu.tar.gz (將檔案解開)   "Hello, World!" 在 ARM9 的範例:hello_arm.tar.gz (使用Makefile) 其它工具與原始碼下載 驅動程式模組

    標簽: Jollen-Kit 2006

    上傳時間: 2015-06-16

    上傳用戶:xz85592677

  • Writing an Input Module The sample module introduced here is called idiom (Input Device for Interc

    Writing an Input Module The sample module introduced here is called idiom (Input Device for Intercepting Output of Mice), The sample module registers itself with the USB Kernel subsystem as a mouse driver and with the input management subsystem as a keyboard driver. idiom translates mouse movement events into keyboard input events: it reports arrow events to the input system according to how the physical mouse is moved.

    標簽: Input introduced Writing Device

    上傳時間: 2015-06-25

    上傳用戶:731140412

  • x-load

    x-load,一個非常有用的bootloader,用來直接從Nand lflash 啟動嵌入式linux Kernel

    標簽: x-load

    上傳時間: 2015-06-29

    上傳用戶:cainaifa

  • 第三章列出了Windows CE執行緒在排程時的幾個主要函數

    第三章列出了Windows CE執行緒在排程時的幾個主要函數,在本章中將藉著分析這些函數的流程,來了解執行緒在排程過程中的行為。本章所節選的程式碼全部來自[CEROOT]\PRIVATE\WINCEOS\COREOS\NK\Kernel目錄下的 schedule.c檔

    標簽: Windows

    上傳時間: 2015-07-01

    上傳用戶:xiaodu1124

  • 這是bios-lt的最新板

    這是bios-lt的最新板,(1) bios.img占用的扇區數由4個合并為2個,相應的文件大小由193K減小為66K (2) 實現了對FLASH芯片BOOT扇區的處理,建立FLASH分區時不用再考慮讓開BOOT扇區 改動的主要目的是想做到: 在29F040上空出384K的空間,建立一個分區存放不含應用程序的uClinux Kernel, 將29LV160作為一個大分區,在其上建立JFFS2文件系統,并掛接為uClinux的根文件系統. 系統應用程序全部存儲在JFFS2文件系統中. 再使用tmpfs來做臨時目錄和 /var目錄. 這樣就可以做到建立一個更加通用的,拿來就可以運行的uClinux系統,相當于給開發版 預裝一個操作系統^_^ 由于JFFS2是文件系統是可寫的,開發者只需將編好的用戶程序 通過FTP下載到uClinux中,再改一改啟動腳本即可 省去了配置uClinux環境的重復勞動

    標簽: bios-lt

    上傳時間: 2014-01-27

    上傳用戶:watch100

  • This is SvmFu, a package for training and testing support vector machines (SVMs). It s written in C

    This is SvmFu, a package for training and testing support vector machines (SVMs). It s written in C++. It uses templates. The advantage of templates is that the types of Kernel values and data points can be varied to suit the problem.

    標簽: machines training package testing

    上傳時間: 2015-07-03

    上傳用戶:zhengzg

主站蜘蛛池模板: 宜黄县| 拉孜县| 郧西县| 日土县| 蚌埠市| 休宁县| 松潘县| 漳州市| 凤山市| 丁青县| 寻甸| 苏尼特右旗| 会理县| 囊谦县| 普洱| 安阳市| 杭锦旗| 红河县| 阳东县| 都安| 保康县| 东城区| 安福县| 汤阴县| 罗平县| 双桥区| 湘潭县| 克山县| 丰都县| 蚌埠市| 永嘉县| 榆中县| 犍为县| 双城市| 都兰县| 灯塔市| 杨浦区| 沙坪坝区| 昌图县| 蒙阴县| 松滋市|