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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

KERNEL-api

  • The Linux Kernel API是學(xué)習(xí)linux編程必備資料

    The Linux Kernel API是學(xué)習(xí)linux編程必備資料,學(xué)會(huì)API那么做軟件開(kāi)發(fā)就會(huì)事半功倍。

    標(biāo)簽: Kernel Linux linux The

    上傳時(shí)間: 2014-01-07

    上傳用戶(hù):gtf1207

  • Linux-KERNEL-api大全

    Linux-KERNEL-api大全,很詳細(xì),可惜是pdf格式的,查詢(xún)有點(diǎn)費(fèi)力。

    標(biāo)簽: Linux-KERNEL-api

    上傳時(shí)間: 2014-01-14

    上傳用戶(hù):hn891122

  • linux kernel api不用多說(shuō)

    linux kernel api不用多說(shuō),大家都知道是做什么的。哈哈哈。

    標(biāo)簽: kernel linux api

    上傳時(shí)間: 2016-01-04

    上傳用戶(hù):a673761058

  • The Linux Kernel API

    The Linux Kernel API

    標(biāo)簽: Kernel Linux The API

    上傳時(shí)間: 2013-12-18

    上傳用戶(hù):ynzfm

  • the linux KERNEL-api the linux KERNEL-api

    the linux KERNEL-api the linux KERNEL-api

    標(biāo)簽: KERNEL-api linux the

    上傳時(shí)間: 2013-12-09

    上傳用戶(hù):ommshaggar

  • linux kernel api doc for unix or linux kernel development or linux/unix c/c++ development for linux

    linux kernel api doc for unix or linux kernel development or linux/unix c/c++ development for linux lover

    標(biāo)簽: linux development kernel unix

    上傳時(shí)間: 2017-08-26

    上傳用戶(hù):ztj182002

  • Defeating Kernel Native API Hookers內(nèi)核層的強(qiáng)力書(shū)籍。大家可以學(xué)習(xí)學(xué)習(xí)。pure english的哦

    Defeating Kernel Native API Hookers內(nèi)核層的強(qiáng)力書(shū)籍。大家可以學(xué)習(xí)學(xué)習(xí)。pure english的哦

    標(biāo)簽: Defeating Hookers english Kernel

    上傳時(shí)間: 2013-12-13

    上傳用戶(hù):saharawalker

  • 基于OMAP1510的mp3播放器設(shè)計(jì)

      第一章 序論……………………………………………………………6   1- 1 研究動(dòng)機(jī)…………………………………………………………..7   1- 2 專(zhuān)題目標(biāo)…………………………………………………………..8   1- 3 工作流程…………………………………………………………..9   1- 4 開(kāi)發(fā)環(huán)境與設(shè)備…………………………………………………10   第二章 德州儀器OMAP 開(kāi)發(fā)套件…………………………………10   2- 1 OMAP介紹………………………………………………………10   2-1.1 OMAP是什麼?…….………………………………….…10   2-1.2 DSP的優(yōu)點(diǎn)……………………………………………....11   2- 2 OMAP Architecture介紹………………………………………...12   2-2-1 OMAP1510 硬體架構(gòu)………………………………….…12   2-2.2 OMAP1510軟體架構(gòu)……………………………………...12   2-2.3 DSP / BIOS Bridge簡(jiǎn)述…………………………………...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上建構(gòu)Embedded Linux System…………….17   3- 1 嵌入式工具………………………………………………………17   3-1.1 嵌入式程式開(kāi)發(fā)與一般程式開(kāi)發(fā)之不同………….….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 建構(gòu)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 檔案系統(tǒng)……………………………….…..32   3- 4 啟動(dòng)及測(cè)試Innovator音效裝置…………………………..…….33   3- 5 建構(gòu)支援DSP processor的環(huán)境…………………………...……34   3-5.1 Solution -- DSP Gateway簡(jiǎn)介……………………..…34   3-5.2 DSP Gateway運(yùn)作架構(gòu)…………………………..…..35   3- 6 架設(shè)DSP Gateway………………………………………….…36   3-6.1 重編kernel……………………………………………...36   3-6.2 DEVFS driver…………………………………….……..36   3-6.3 編譯DSP tool和API……………………………..…….37   3-6.4 測(cè)試……………………………………………….…….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 的使用說(shuō)明………………………………….……41   第五章 程式改寫(xiě)………………………………………………...…...42   5-1 程式評(píng)估與改寫(xiě)………………………………………………...…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 雙處理器程式開(kāi)發(fā)注意事項(xiàng)…………………………………...…47   第六章 效能評(píng)估與討論……………………………………………48   6-1 速度……………………………………………………………...48   6-2 CPU負(fù)載………………………………………………………..49   6-3 討論……………………………………………………………...49   6-3.1分工處理的經(jīng)濟(jì)效益………………………………...49   6-3.2音質(zhì)v.s 浮點(diǎn)與定點(diǎn)運(yùn)算………………………..…..49   6-3.3 DSP Gateway架構(gòu)的限制………………………….…50   6-3.4減少I(mǎi)O溝通……………….………………………….50   6-3.5網(wǎng)路掛載File System的Delay…………………..……51   第七章 結(jié)論心得…

    標(biāo)簽: OMAP 1510 mp3 播放器

    上傳時(shí)間: 2013-10-14

    上傳用戶(hù):a471778

  • tms6000 API函數(shù)

    tms6000 API函數(shù)

    標(biāo)簽: 6000 tms API 函數(shù)

    上傳時(shí)間: 2013-11-04

    上傳用戶(hù):磊子226

  • ZigBee2007協(xié)議棧API函數(shù)使用說(shuō)明

    這份文檔為目前發(fā)布的ZigBee 2007協(xié)議棧提供了應(yīng)用程序接口函數(shù)(API)的使用說(shuō)明。為使得我們更好地開(kāi)發(fā)和理解ZigBee項(xiàng)目,這份文檔詳細(xì)的講述了協(xié)議棧中的數(shù)據(jù)結(jié)構(gòu)和函數(shù)調(diào)用.

    標(biāo)簽: ZigBee 2007 API 協(xié)議棧

    上傳時(shí)間: 2013-10-28

    上傳用戶(hù):ainimao

主站蜘蛛池模板: 沙坪坝区| 页游| 西藏| 双峰县| 来安县| 泗阳县| 辽宁省| 鲁山县| 陆丰市| 长岭县| 佳木斯市| 格尔木市| 太仆寺旗| 呼和浩特市| 府谷县| 天津市| 大方县| 西平县| 鄂托克旗| 绵竹市| 景谷| 鄢陵县| 康定县| 尚志市| 永州市| 新民市| 汝南县| 浠水县| 富宁县| 海原县| 朔州市| 宁武县| 乡城县| 乌什县| 庆云县| 禹州市| 宁强县| 郴州市| 京山县| 乐陵市| 巴中市|