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

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

ucos-dining-philosopher

  • uCOS-II源碼

    嵌入式實(shí)時操作系統(tǒng)uCOS-II的源代碼,配合我上傳的另一份材料《嵌入式實(shí)時操作系統(tǒng)uCOS-II[邵貝貝]》,事半功倍。

    標(biāo)簽: uCOS-II 源碼

    上傳時間: 2013-11-11

    上傳用戶:JasonC

  • 嵌入式實(shí)時操作系統(tǒng)uCOS-II

    uCOS-II最好的教程,很詳細(xì),由淺入深。

    標(biāo)簽: uCOS-II 嵌入式 實(shí)時操作系統(tǒng)

    上傳時間: 2013-10-29

    上傳用戶:cursor

  • uCOS-II應(yīng)用的簡單剖析

    uCOS-II應(yīng)用的簡單剖析

    標(biāo)簽: uCOS-II

    上傳時間: 2014-12-30

    上傳用戶:18710733152

  • uCOS-II-V290 源碼

    uCOS-II-V290 源碼

    標(biāo)簽: uCOS-II-V 290 源碼

    上傳時間: 2013-10-22

    上傳用戶:fxf126@126.com

  • UCos-ii_在STM32上的移植詳解

    UCos-ii_在STM32上的移植詳解

    標(biāo)簽: UCos-ii STM 32 移植

    上傳時間: 2013-11-05

    上傳用戶:linlin

  • proteus下仿真ARM7+uCOS-II (LPC2131)

    proteus下仿真ARM7+uCOS-II (LPC2131)

    標(biāo)簽: proteus uCOS-II 2131 ARM

    上傳時間: 2013-11-14

    上傳用戶:784533221

  • NXP LPC21xx系列ARM芯片在ucos下啟動程序分解

    在了解ARM在UCOS系統(tǒng)移植之前,請先了解本人編寫的一片《周立功NXP LPC21xx22xx系列ARM芯片的啟動程序分解》文件,在此基礎(chǔ)上,需要熟悉以下幾項內(nèi)容: ARM內(nèi)核級LPC系列的芯片內(nèi)部結(jié)構(gòu)知識 了解ADS1.2編譯軟件,其中各種偽指令及與C語言接口資料 閱讀UCOS2.52源碼及結(jié)構(gòu),可參閱本人編寫的《Ucos_II 2.52源碼中文譯注資料》一文

    標(biāo)簽: ucos NXP LPC ARM

    上傳時間: 2013-11-10

    上傳用戶:哇哇哇哇哇

  • 怎樣使用Nios II處理器來構(gòu)建多處理器系統(tǒng)

    怎樣使用Nios II處理器來構(gòu)建多處理器系統(tǒng) Chapter 1. Creating Multiprocessor Nios II Systems Introduction to Nios II Multiprocessor Systems . . . . . . . . . . . . . . 1–1 Benefits of Hierarchical Multiprocessor Systems  . . . . . . . . . . . . . . . 1–2 Nios II Multiprocessor Systems . . . . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . . 1–2 Multiprocessor Tutorial Prerequisites   . . . . . . . . . . .  . . . . . . . . . . . . 1–3 Hardware Designs for Peripheral Sharing   . . . . . . . . . . . .. . . . . . . . 1–3 Autonomous Multiprocessors   . . . . . . . . . . . . . . . . . . . . . .  . . . . . . . 1–3 Multiprocessors that Share Peripherals . . . . . . . . . . . . . . . . . . . . . . 1–4 Sharing Peripherals in a Multiprocessor System   . . . . . . . . . . . . . . . . . 1–4 Sharing Memory  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1–6 The Hardware Mutex Core  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . . . . 1–7 Sharing Peripherals   . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . 1–8 Overlapping Address Space  . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . . . . 1–8 Software Design Considerations for Multiple Processors . . .. . . . . 1–9 Program Memory  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1–9 Boot Addresses  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. 1–13 Debugging Nios II Multiprocessor Designs  . . . . . . . . . . . . . . . .  1–15 Design Example: The Dining Philosophers’ Problem   . . . . .. . . 1–15 Hardware and Software Requirements . . . . . . . . . . . . . . . .. . . 1–16 Installation Notes  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1–17 Creating the Hardware System   . . . . . . . . . . . . . . .. . . . . . 1–17 Getting Started with the multiprocessor_tutorial_start Design Example   1–17 Viewing a Philosopher System   . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . . 1–18 Philosopher System Pipeline Bridges  . . . . . . . . . . . . . . . . . . . . . 1–19 Adding Philosopher Subsystems   . . . . . . . . . . . . . . . . . . . . . .  . . . . 1–21 Connecting the Philosopher Subsystems  . . . . . . . . . . . . .. . . . . 1–22 Viewing the Complete System . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1–27 Generating and Compiling the System   . . . . . . . . . . . . . . . . . .. 1–28

    標(biāo)簽: Nios 處理器 多處理器

    上傳時間: 2013-11-21

    上傳用戶:lo25643

  • 幾個uCOS源碼

    幾個uCOS源碼

    標(biāo)簽: uCOS 源碼

    上傳時間: 2014-01-13

    上傳用戶:123啊

  • uCOS的源碼例子

    uCOS的源碼例子

    標(biāo)簽: uCOS 源碼

    上傳時間: 2015-01-04

    上傳用戶:lindor

主站蜘蛛池模板: 珲春市| 汉川市| 昔阳县| 乃东县| 靖边县| 乌恰县| 潮州市| 登封市| 弥勒县| 曲靖市| 电白县| 江山市| 沈丘县| 德清县| 金沙县| 永泰县| 班玛县| 文安县| 仙桃市| 丹寨县| 襄垣县| 九江市| 溆浦县| 门源| 关岭| 北辰区| 隆林| 治多县| 涿鹿县| 江山市| 南开区| 五原县| 青铜峡市| 绥江县| 临朐县| 昭觉县| 松滋市| 沙洋县| 南投市| 溧阳市| 简阳市|