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

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

Data<b>RAM</b>

  • This example provides a description of how to use a DMA channel to transfer a word data buffer fro

    This example provides a description of how to use a DMA channel to transfer a word data buffer from memory (Flash) to memory (RAM). The dedicated DMA channel is configured to transfer once a time a 32 word data buffer stored as constant in the Flash memory to another buffer in the RAM memory. The received data are stored in the DST_Buffer. The DMA channel transfer complete interrupt is enabled to generate an interrupt at the end of the buffer transfer. As soon as the transfer is completed an interrupt is generated and in the DMA channel interrupt routine the transfer complete interrupt pending bit is cleared. The data counter is stored before and after the transfer to show that all data has been transfered. TransferStatus gives the data transfer status where it is PASSED if transmitted and received data are the same otherwise it is FAILED

    標簽: description provides transfer example

    上傳時間: 2016-04-24

    上傳用戶:ecooo

  • 程序說明:浮點數變為壓縮BCD碼,保存在以數組中 第1字節的位7:0正,1負.位6:0(位5--0代表小數點前的位數),1(位5--0代表小數 點后0的位數) 2--4字節為壓縮BCD碼,有

    程序說明:浮點數變為壓縮BCD碼,保存在以數組中 第1字節的位7:0正,1負.位6:0(位5--0代表小數點前的位數),1(位5--0代表小數 點后0的位數) 2--4字節為壓縮BCD碼,有效位為7位,3個半字節,最后半個字節請使用者自行放 棄 程序占用資源PSW,A,B,DPTR,R0--R7,SP深度6,RAM 5個放數據 keil 兼容,調用KEIL 的FPMUL子程序。 程序作者:*************陳遠征************** 目 的:追求更快的執行速度,與最小的程序代碼 發布時間:2003--05--08 編寫背景:精通匯編,研究C51半個月。身感C51方便中的不便 研究了幾種匯編及KEIL的浮點算法,特做此程序. 聲 明:轉載時請保留以上的信息

    標簽: BCD 字節 程序 浮點數

    上傳時間: 2016-07-20

    上傳用戶:磊子226

  • Open Flash Chart is a program for creating charts in Flash to display in Web pages. You can create b

    Open Flash Chart is a program for creating charts in Flash to display in Web pages. You can create bar, line, area, and pie charts. It also includes server side classes to help generate the data file used as input. At the moment, there are classes for PHP, Perl, .NET, Java, Ruby (and Rails), and Python

    標簽: Flash creating display program

    上傳時間: 2014-01-15

    上傳用戶:fandeshun

  • CAN1.c and CAN2.c are a simple example of configuring a CAN network to transmit and receive data o

    CAN1.c and CAN2.c are a simple example of configuring a CAN network to transmit and receive data on a CAN network, and how to move information to and from CAN RAM message objects. Each C8051F040-TB CAN node is configured to send a message when it s P3.7 button is depressed/released, with a 0x11 to indicate the button is pushed, and 0x00 when released. Each node also has a message object configured to receive messages. The C8051 tests the received data and will turn on/off the target board s LED. When one target is loaded with CAN2.c and the other is loaded with CAN1.c, one target board s push-button will control the other target board s LED, establishing a simple control link via the CAN bus and can be observed directly on the target boards.

    標簽: CAN configuring and transmit

    上傳時間: 2013-12-11

    上傳用戶:weiwolkt

  • 這是一個考試系統

    這是一個考試系統,主要實現的題目有單項選擇題,多項選擇題和判斷題。 1.對于每個題都是每次運行本軟件的時候自動從題庫中隨機抽取。 2.在data文件夾下有一個配制文件: a.它可以修改每個類型的題目的數量。 b.它可以修改第個題目的分值。 c.它可以修改考試的限定時間。 3.在交卷后就可以查看,本次考試的得分。并根據本次考試滿分的60%做為標準,來判斷你是否通過這次考試。 4.后臺是一個Access數據庫,就可以加入新的題目。并不需要修改原程序。 判斷題的表是judge,單選是single,多選是moresingle表, 5.在Access中可以添加新的考試人員。只要添加student表中的信息就可以了。 6.在每次交卷后的成績,會重新保存到數據庫中。 7.每次交卷后,都可以把這次所做的題目導出,包括答案和學生所做的答案,以及這次考試的得分。 8.在沒有交卷前,做完的題目可以再次進行修改。 9.顯示現在時間 吉林農業科技學院 06計算機科學與技術一班 幽居古藤

    標簽:

    上傳時間: 2014-08-06

    上傳用戶:myworkpost

  • Creating barcodes in Microsoft廬 Office has never been easier. With BarCodeWiz Toolbar you can add b

    Creating barcodes in Microsoft廬 Office has never been easier. With BarCodeWiz Toolbar you can add barcodes to Microsoft廬 Office applications with a click of a button. In Microsoft廬 Word, create single barcodes, pages of labels, or mail merge documents. In Microsoft廬 Excel廬, select a range of cells and automatically convert each cell to a barcode. In Microsoft廬 Access廬, create reports with barcodes based on your data tables.

    標簽: BarCodeWiz Microsoft Creating barcodes

    上傳時間: 2013-12-18

    上傳用戶:asddsd

  • The applet illustrates the behaviour of binary search trees, Searching and Sorting Algorithms, Self-

    The applet illustrates the behaviour of binary search trees, Searching and Sorting Algorithms, Self-adjusting Binary Search Trees, Symmetric binary B-trees,聽Data structure and maintenance algorithms

    標簽: illustrates Algorithms Searching behaviour

    上傳時間: 2017-04-10

    上傳用戶:helmos

  • 課程設計: 1.求出在一個n×n的棋盤上

    課程設計: 1.求出在一個n×n的棋盤上,放置n個不能互相捕捉的國際象棋“皇后”的所有布局。 2.設計一個利用哈夫曼算法的編碼和譯碼系統,重復地顯示并處理以下項目,直到選擇退出為止。 【基本要求】 1) 將權值數據存放在數據文件(文件名為data.txt,位于執行程序的當前目錄中) 2) 分別采用動態和靜態存儲結構 3) 初始化:鍵盤輸入字符集大小n、n個字符和n個權值,建立哈夫曼樹; 4) 編碼:利用建好的哈夫曼樹生成哈夫曼編碼; 5) 輸出編碼; 6) 設字符集及頻度如下表: 字符 空格 A B C D E F G H I J K L M 頻度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 字符 N O P Q R S T U V W X Y Z 頻度 57 63 15 1 48 51 80 23 8 18 1 16 1

    標簽:

    上傳時間: 2017-04-24

    上傳用戶:zhyiroy

  • (1)測試外部數據RAM: 根據我們定義的邏輯

    (1)測試外部數據RAM: 根據我們定義的邏輯,外部RAM在數據空間中定義在0x8000-0xFFFF,共32k字,占據RAM中的低32K存儲空間。提供2種測試方法,采用一種方式即可。 硬件仿真模式下,將目標板上電。 第一種方法:采用用程序測試實驗 程序所在目錄ex1_RAMTest。 該程序執行的功能是對外部數據RAM區0x8000-0xFFFF,從0x8000開始寫并且讀數據0x5555 。如果正常則寫讀下一個地址,直到 。如果正常則所有的地址操作完畢后,核心板的指示燈會變亮。否則,如果寫入數據后,讀出的不正確,則指示燈會不斷閃爍。 在CCS2000中的操作如下: 1. Progect->Open,打開該目錄中的工程文件。 2. Progect->Rebuild All,編譯鏈接 3. File->Program 4. Debug->Go Main 5. Debug->RUN(快捷鍵F5) 如果正常可以看到燈在熄滅約4秒后變亮。(說明:對整個數據RAM區的操作時間其實很短,為便于觀察,本程序中加入了延時)。 打開View->Memory ,然后填入地址0x8000,然后在PAGE欄選擇DATA。點擊確定,即可顯示0x8000地址開始的數據,用戶會發現從這個地址開始往后的數據均為剛被寫入的0x5555。

    標簽: RAM 測試 數據 定義

    上傳時間: 2013-12-08

    上傳用戶:www240697738

  • linux下雙口RAM idt7026驅動源碼

    linux下雙口RAM idt7026驅動源碼,data sheet還有一篇相關論文

    標簽: linux 7026 RAM idt

    上傳時間: 2017-07-19

    上傳用戶:wcl168881111111

主站蜘蛛池模板: 龙南县| 肇源县| 铜陵市| 峨山| 临洮县| 宁阳县| 建始县| 和平县| 襄汾县| 车险| 南木林县| 安陆市| 绥德县| 泰安市| 象山县| 越西县| 确山县| 扶沟县| 曲松县| 渭南市| 名山县| 金秀| 平潭县| 玉山县| 平塘县| 花莲市| 万山特区| 龙岩市| 大厂| 神农架林区| 卢湾区| 叶城县| 孟津县| 区。| 确山县| 永安市| 东安县| 通海县| 青岛市| 和林格尔县| 来安县|