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

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

linux-Kernel-api

  • Linux下kernel與userspace的通信實現。主要功能為可修改linux的防火墻設置進行通信控制。Linux下調試通過。

    Linux下kernel與userspace的通信實現。主要功能為可修改linux的防火墻設置進行通信控制。Linux下調試通過。

    標簽: Linux userspace kernel linux

    上傳時間: 2014-08-25

    上傳用戶:zjf3110

  • the sockets programming API in linux ebook

    the sockets programming API in linux ebook

    標簽: programming sockets ebook linux

    上傳時間: 2017-09-20

    上傳用戶:wang5829

  • Linux下的串口編程(源代碼)

    調用Linux下串口驅動的API,如打開串口,讀、寫串口等,可以在Linux下用GCC進行編譯,并執行。 每個函數均有詳細的中文注釋。

    標簽: Linux 串口編程 源代碼

    上傳時間: 2013-04-24

    上傳用戶:greethzhang

  • 嵌入式linux usb wifi移植手冊(原創)

    ■ 硬件平臺:realARM 6410 ■ 操作系統:fedora kernel 2.6.33.3-85.fc13.i686.PAE ■ 交叉編譯器:arm-none-linux-gnueabi gcc version 4.3.2 ■ WIFI模組:磊科NW336 芯片 realtek 8188cus 介紹在嵌入式linux方面如何移植usb wifi相關

    標簽: linux wifi usb 嵌入式

    上傳時間: 2013-07-14

    上傳用戶:lishuoshi1996

  • 基于OMAP1510的mp3播放器設計

      第一章 序論……………………………………………………………6   1- 1 研究動機…………………………………………………………..7   1- 2 專題目標…………………………………………………………..8   1- 3 工作流程…………………………………………………………..9   1- 4 開發環境與設備…………………………………………………10   第二章 德州儀器OMAP 開發套件…………………………………10   2- 1 OMAP介紹………………………………………………………10   2-1.1 OMAP是什麼?…….………………………………….…10   2-1.2 DSP的優點……………………………………………....11   2- 2 OMAP Architecture介紹………………………………………...12   2-2-1 OMAP1510 硬體架構………………………………….…12   2-2.2 OMAP1510軟體架構……………………………………...12   2-2.3 DSP / BIOS Bridge簡述…………………………………...13   2- 3 TI Innovator套件 -- OMAP1510 ……………………………..14   2-2.1 General Purpose processor -- ARM925T………………...14   2-2.2 DSP processor -- TMS320C55x …………………………15   2-2.3 IDE Tool – CCS …………………………………………15   2-2.4 Peripheral ………………………………………………..16   第三章 在OMAP1510上建構Embedded Linux System…………….17   3- 1 嵌入式工具………………………………………………………17   3-1.1 嵌入式程式開發與一般程式開發之不同………….….17   3-1.2 Cross Compiling的GNU工具程式……………………18   3-1.3 建立ARM-Linux Cross-Compiling 工具程式………...19   3-1.4 Serial Communication Program………………………...20   3- 2 Porting kernel………………………………………………….…21   3-2.1 Setup CCS ………………………………………….…..21   3-2.2 編譯及上傳Loader…………………………………..…23   3-2.3 編譯及上傳Kernel…………………………………..…24   3- 3 建構Root File System………………………………………..…..26   3-3.1 Flash ROM……………………………………………...26   3-3.2 NFS mounting…………………………………………..27   3-3.3 支援NFS Mounting 的kernel…………………………..27   3-3.4 提供NFS Mounting Service……………………………29   3-3.5 DHCP Server……………………………………………31   3-3.6 Linux root 檔案系統……………………………….…..32   3- 4 啟動及測試Innovator音效裝置…………………………..…….33   3- 5 建構支援DSP processor的環境…………………………...……34   3-5.1 Solution -- DSP Gateway簡介……………………..…34   3-5.2 DSP Gateway運作架構…………………………..…..35   3- 6 架設DSP Gateway………………………………………….…36   3-6.1 重編kernel……………………………………………...36   3-6.2 DEVFS driver…………………………………….……..36   3-6.3 編譯DSP tool和API……………………………..…….37   3-6.4 測試……………………………………………….…….37   第四章 MP3 Player……………………………………………….…..38   4- 1 MP3 介紹………………………………………………….…….38   4- 2 MP3 壓縮原理……………………………………………….….39   4- 3 Linux MP3 player – splay………………………………….…….41   4.3-1 splay介紹…………………………………………….…..41   4.3-2 splay 編譯………………………………………….…….41   4.3-3 splay 的使用說明………………………………….……41   第五章 程式改寫………………………………………………...…...42   5-1 程式評估與改寫………………………………………………...…42   5-1.1 Inter-Processor Communication Scheme…………….....42   5-1.2 ARM part programming……………………………..…42   5-1.3 DSP part programming………………………………....42   5-2 程式碼………………………………………………………..……43   5-3 雙處理器程式開發注意事項…………………………………...…47   第六章 效能評估與討論……………………………………………48   6-1 速度……………………………………………………………...48   6-2 CPU負載………………………………………………………..49   6-3 討論……………………………………………………………...49   6-3.1分工處理的經濟效益………………………………...49   6-3.2音質v.s 浮點與定點運算………………………..…..49   6-3.3 DSP Gateway架構的限制………………………….…50   6-3.4減少IO溝通……………….………………………….50   6-3.5網路掛載File System的Delay…………………..……51   第七章 結論心得…

    標簽: OMAP 1510 mp3 播放器

    上傳時間: 2013-10-14

    上傳用戶:a471778

  • 在VC平臺下調試通過的linux 0.11文件系統代碼! 對學習文件系統實現的朋友很有幫助

    在VC平臺下調試通過的linux 0.11文件系統代碼! 對學習文件系統實現的朋友很有幫助,可以下載一個文件映像進行測試各種文件操作API。具體的可以參考趙炯寫的《linux0.11內核源代碼完全注釋》一書和他的網站下載imag文件!

    標簽: linux 0.11 文件系統 VC平臺

    上傳時間: 2015-05-02

    上傳用戶:wendy15

  • 很好的linux內核調試軟件 兼轅馬

    很好的linux內核調試軟件 兼轅馬,沒有密碼。 The ia64 and ix86 directories contain versions of kdb prior to v2.0 (kdb version v2.0, not the kernel version). Older versions of kdb had complete patches for each architecture it supported, each patch included all the common kdb code. This format was awkward to maintain and use for multiple platforms. Starting with kdb v2.0 there is a common patch against each kernel which contains all the architecture independent code plus separate architecture dependent patches. Either use an old style (v1.8 or v1.9) kdb patch or use a new style (v2.0) common patch plus the corresponding architecture dependent patch.

    標簽: linux 內核 調試軟件

    上傳時間: 2014-01-21

    上傳用戶:wyc199288

  • 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

    上傳用戶:gtzj

  • 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

    上傳用戶:小鵬

  • 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

主站蜘蛛池模板: 承德市| 台安县| 新乡市| 松原市| 勃利县| 那坡县| 通榆县| 山西省| 云阳县| 奎屯市| 武清区| 元江| 保靖县| 汾西县| 马边| 永登县| 菏泽市| 井冈山市| 青海省| 土默特左旗| 孝义市| 汾阳市| 新巴尔虎左旗| 乌拉特后旗| 江源县| 安国市| 津市市| 通海县| 小金县| 邳州市| 偃师市| 柘荣县| 马龙县| 青海省| 鹤山市| 丰城市| 岑巩县| 大埔区| 正阳县| 蓬安县| 即墨市|