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

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

Embest-EDUKIT-III

  • Welcome to the software files for the ADS8361 to TMS320F2812! There are two project files in each

    Welcome to the software files for the ADS8361 to TMS320F2812! There are two project files in each of the folders McBSP, SPI and Both. Mode II and IV are explored using the McBSP port alone, as well as the SPI port. These projects are located in the SPI and McBSP folders. Modes I and III are explored using both McBSP and SPI. In Mode I, the M0 and M1 pins are controlled by use of the jumper on the evaluation module. A0 is controlled by the DX pin of the McBSP port. In Mode III, the A0, M0 and M1 pins are controlled via GPIO functions of PortF. The "SRC", "CMD" and "INCLUDE" files in the archive are from "C28x Peripheral Examples in C" (document # SPRC097). If you have questions about this or other Data Converter products, feel free to e-mail us at:

    標簽: files the software Welcome

    上傳時間: 2015-12-16

    上傳用戶:lixinxiang

  • STR710 ARM7系列芯片功能部分的源代碼

    STR710 ARM7系列芯片功能部分的源代碼,有ADS和EMBEST平臺的

    標簽: ARM7 STR 710 系列芯片

    上傳時間: 2015-12-19

    上傳用戶:stella2015

  • 3、《ds1302a》實驗 說明:本程序通過串口通信(借助串口調(diào)試等程序)

    3、《ds1302a》實驗 說明:本程序通過串口通信(借助串口調(diào)試等程序),讓單片機讀寫DS1302,結(jié)果返回到PC的串口調(diào)試接收區(qū)。 1)下載程序 2)打開串口調(diào)試助手 3)通過串口調(diào)試助手向ELITE-III發(fā)送"5501aa"(注:十六進制,55為設(shè)定的字串頭,01為設(shè)定的1302命令,aa為設(shè)定的結(jié)束字串尾。)啟動DS1302工作,成功則返回55,失敗則返回00 4)通過串口調(diào)試助手向ELITE-III發(fā)送"5502aa"(注:十六進制,55為設(shè)定的字串頭,02為讀取1302命令,aa為設(shè)定的結(jié)束字串尾。)ELITE-III返回時鐘信息(包含秒,分,時,星期,月,年)

    標簽: 1302a 1302 程序 ds

    上傳時間: 2013-12-10

    上傳用戶:l254587896

  • 有關(guān)ATMEL AT91系列CPU的驅(qū)動函數(shù)庫

    有關(guān)ATMEL AT91系列CPU的驅(qū)動函數(shù)庫,及ATEML EB40/40a/42/63/55和Embest ATEB40x等開發(fā)板目標文件。

    標簽: ATMEL CPU AT 91

    上傳時間: 2014-01-15

    上傳用戶:lingzhichao

  • S3CEV40教學平臺的COLOR LCD實驗程序

    S3CEV40教學平臺的COLOR LCD實驗程序,結(jié)合EMBEST開發(fā)

    標簽: COLOR 3CEV CEV LCD

    上傳時間: 2016-03-04

    上傳用戶:wkchong

  • S3CEV40教學平臺的 觸摸屏 實驗程序

    S3CEV40教學平臺的 觸摸屏 實驗程序,結(jié)合EMBEST開發(fā)

    標簽: 3CEV CEV S3 40

    上傳時間: 2016-03-04

    上傳用戶:ayfeixiao

  • Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to I

    Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to Install Linux 7 2 Installing Linux 23 3 Post-Installation Issues 41 PART II LEARNING LINUX BASICS 67 Hour 4 Reading and Navigation Commands 69 5 Manipulation and Searching Commands 93 6 Using the Shell 117 7 Using the X Window System 143 8 Exploring the K Desktop Environment 177 PART III CONNECTING TO THE OUTSIDE WORLD 197 Hour 9 Using Communications Programs 199 10 Connecting to the Internet 223 11 Configuring Internet Email 249 12 Configuring Internet News 269 13 Internet Downloading and Browsing 289

    標簽: CONFIGURATION Introduction INSTALLATION Preparing

    上傳時間: 2013-12-27

    上傳用戶:qiao8960

  • 銀行排隊的數(shù)學模型的實現(xiàn) 問題: n銀行有n個窗口對外營業(yè)

    銀行排隊的數(shù)學模型的實現(xiàn) 問題: n銀行有n個窗口對外營業(yè),每個窗口一次只能接待一個客戶 n客戶的到達時間和處理業(yè)務(wù)的時間不同(可隨機產(chǎn)生) n利用鏈表隊列模擬總的處理過程和處理時間 n假設(shè) n不允許插隊,不同客戶的交接時間忽略不計 策略I: 策略 客戶先選擇無人窗口辦理 如果沒有,就選擇人數(shù)最少的窗口排隊 討論 人數(shù)最少未必能最快得到處理 如果客戶發(fā)現(xiàn)其他窗口的排隊人數(shù)少于本窗口認輸,他是否排過去   策略II: 策略 客戶到達后取號等待 哪個窗口處理完畢,即處理下一個號的客戶 討論 某些客戶的等待時間會減少? 總等待時間是否會減少?   策略III: 策略 專門開一個窗口處理大客戶 大客戶與其他客戶選號系統(tǒng)不一樣 大客戶的處理時間超過某個閥值 若大客戶窗口無客戶可暫時處理其他客戶 討論 哪些客戶的等待時間會減少? 總等待時間是否會減少

    標簽: 數(shù)學模型 窗口

    上傳時間: 2014-11-26

    上傳用戶:qweqweqwe

  • This a c_based JATG.This code assumes that you have a JTAG parallel cable connected to your PC // W

    This a c_based JATG.This code assumes that you have a JTAG parallel cable connected to your PC // Works with Xilinx parallel III or Altera ByteBlasterMV/

    標簽: This connected parallel c_based

    上傳時間: 2014-01-17

    上傳用戶:guanliya

  • In term project, we will take the baseline JPEG codec in ARM-based platform system as an example to

    In term project, we will take the baseline JPEG codec in ARM-based platform system as an example to practice the design flow in SoC. We divide the project into three parts, and the goal of each part is described as follow. Part I: Design a baseline JPEG software codec in C/C++ and port it to ARM core,(ARM7TDMI, ARM720T, or ARM922T.) Part II: Make use of virtual prototype to integrate/verify the hardware and software. Part III: Verify your soft IP in target environment.

    標簽: ARM-based baseline platform project

    上傳時間: 2017-02-15

    上傳用戶:363186

主站蜘蛛池模板: 云阳县| SHOW| 贵港市| 南昌县| 晋州市| 福海县| 浏阳市| 房山区| 北流市| 东港市| 鄢陵县| 武鸣县| 综艺| 江都市| 南部县| 刚察县| 青神县| 罗城| 项城市| 黄冈市| 秦皇岛市| 武穴市| 灵山县| 寿阳县| 方山县| 青海省| 重庆市| 巩义市| 铁岭市| 临湘市| 天长市| 额敏县| 山东| 鹿泉市| 北海市| 封丘县| 吐鲁番市| 资中县| 太仆寺旗| 青田县| 大理市|