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

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

HEx

  • 用89C51做的頻率計(jì)

    用89C51做的頻率計(jì),有圖有HEx文件,直接燒制單片機(jī)就能用

    標(biāo)簽: 89C51 頻率計(jì)

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

    上傳用戶:風(fēng)之驕子

  • 很完整的51串口程序 包括如下: 串口中斷服務(wù)程序

    很完整的51串口程序 包括如下: 串口中斷服務(wù)程序,僅需做簡(jiǎn)單調(diào)用即可完成串口輸入輸出的處理 出入均設(shè)有緩沖區(qū),大小可任意設(shè)置。 可供使用的函數(shù)名: char getbyte(void) 從接收緩沖區(qū)取一個(gè)byte,如不想等待則在調(diào)用前檢測(cè)inbufsign是否為1。 getline(char idata *line, unsigned char n) 獲取一行數(shù)據(jù)回車結(jié)束,必須定義最大輸入字符數(shù) putbyte(char c) 放入一個(gè)字節(jié)到發(fā)送緩沖區(qū) putbytes(unsigned char *outplace,j) 放一串?dāng)?shù)據(jù)到發(fā)送緩沖區(qū),自定義長度 putstring(unsigned char code *puts) 發(fā)送一個(gè)定義在程序存儲(chǔ)區(qū)的字符串到串口 putHEx(unsigned char c) 發(fā)送一個(gè)字節(jié)的HEx碼,分成兩個(gè)字節(jié)發(fā)。 putchar(uchar c,uchar j) 輸出一個(gè)無符號(hào)字符數(shù)的十進(jìn)制表示,必須標(biāo)示小數(shù)點(diǎn)的位置,自動(dòng)刪除前面無用的零 putint(uint ui,uchar j) 輸出一個(gè)無符號(hào)整型數(shù)的十進(jìn)制表示,必須標(biāo)示小數(shù)點(diǎn)的位置,自動(dòng)刪除前面無用的零 delay(unsigned char d) 延時(shí)n x 100ns putinbuf(uchar c) 人工輸入一個(gè)字符到輸入緩沖區(qū) CR 發(fā)送一個(gè)回車換行

    標(biāo)簽: 串口程序 串口中斷 服務(wù) 程序

    上傳時(shí)間: 2016-06-13

    上傳用戶:epson850

  • Free 8051 asm compiler for win new host platforms: Win32 and Linux macro processing dramaticall

    Free 8051 asm compiler for win new host platforms: Win32 and Linux macro processing dramatically improved conditional assembly output in Intel-HEx or OMF-51 format 37 new MCU files documentation in both ASCII and HTML format numberless small extensions and improvements bug fixes For details see the ASEM-51 Release Notes.

    標(biāo)簽: dramaticall processing platforms compiler

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

    上傳用戶:chongcongying

  • Free 8051 asm compiler for linux new host platforms: Win32 and Linux macro processing dramatica

    Free 8051 asm compiler for linux new host platforms: Win32 and Linux macro processing dramatically improved conditional assembly output in Intel-HEx or OMF-51 format 37 new MCU files documentation in both ASCII and HTML format numberless small extensions and improvements bug fixes For details see the ASEM-51 Release Notes.

    標(biāo)簽: processing dramatica platforms compiler

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

    上傳用戶:wxhwjf

  • A1.asm 顯示程序?qū)嶒?yàn) STACK1 SEGMENT STACK DW 256 DUP(?) STACK1 ENDS DATA SEGMENT USE16 MES1 DB

    A1.asm 顯示程序?qū)嶒?yàn) STACK1 SEGMENT STACK DW 256 DUP(?) STACK1 ENDS DATA SEGMENT USE16 MES1 DB Show a as HEx: ,0AH,0DH, $ SD DB a

    標(biāo)簽: SEGMENT STACK1 STACK DATA

    上傳時(shí)間: 2016-08-13

    上傳用戶:561596

  • c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines in STDIO.h

    c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines in STDIO.h to write to and read from the UART interface. The program reads a character using the STDIO routine getkey(), outputs that character to the screen, and then outputs the ASCII HEx value of that character.

    標(biāo)簽: demonstrates c8051f340 C8051F340 configure

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

    上傳用戶:lepoke

  • usb(68013)固件程序代碼

    usb(68013)固件程序代碼,keil c環(huán)境,編譯后的HEx文件用于生成固件數(shù)組,加載到驅(qū)動(dòng)程序。

    標(biāo)簽: 68013 usb 固件 代碼

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

    上傳用戶:15071087253

  • C51單片機(jī)的程序下載器軟件源代碼

    C51單片機(jī)的程序下載器軟件源代碼,VB,有興趣自己編寫軟件,少許改動(dòng)或直接就能將已編譯的HEx文件下載到單片機(jī)

    標(biāo)簽: C51 單片機(jī) 下載器 程序

    上傳時(shí)間: 2014-11-23

    上傳用戶:manlian

  • 利用匯編語言實(shí)現(xiàn)電壓測(cè)量與現(xiàn)實(shí)

    利用匯編語言實(shí)現(xiàn)電壓測(cè)量與現(xiàn)實(shí),程序可以運(yùn)行,生成HEx或BIN文件

    標(biāo)簽: 匯編語言 電壓測(cè)量

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

    上傳用戶:asasasas

  • 基于DS18B20的數(shù)字溫度驅(qū)動(dòng)程序

    基于DS18B20的數(shù)字溫度驅(qū)動(dòng)程序,匯編程序還有KILL環(huán)境編譯和HEx文件以及PROTUSE仿真環(huán)境圖,對(duì)于研究ds18b20的人有幫助

    標(biāo)簽: 18B B20 DS 18

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

    上傳用戶:zhyiroy

主站蜘蛛池模板: 宜丰县| 红桥区| 安吉县| 曲水县| 麦盖提县| 龙游县| 乌兰县| 义乌市| 平顶山市| 隆安县| 大竹县| 旺苍县| 云林县| 齐齐哈尔市| 定兴县| 乐陵市| 怀化市| 噶尔县| 邵东县| 牡丹江市| 白玉县| 丰顺县| 白河县| 五华县| 景德镇市| 海阳市| 芮城县| 岢岚县| 越西县| 枝江市| 大丰市| 墨竹工卡县| 青岛市| 昭觉县| 拜城县| 磴口县| 博湖县| 泽州县| 集贤县| 旌德县| 涟水县|