這兩個(gè)RAR文件是我學(xué)習(xí)51單片機(jī)時(shí),第一次寫的"外部中斷實(shí)驗(yàn)程序", 包含內(nèi)容有:
1. EXT_C.rar, 給初學(xué)者(帶中文注釋的C51語言例程), 利用外部中斷實(shí)現(xiàn)LED燈的簡(jiǎn)單控制。2. EXT_A.rar, 給初學(xué)者(帶中文注釋的51匯編語言例程), 利用外部中斷實(shí)現(xiàn)LED燈的簡(jiǎn)單控制。
兩個(gè)同樣功能的中斷例程, 一個(gè)用C51實(shí)現(xiàn), 另一個(gè)用ASM51實(shí)現(xiàn)(ASM51是由C51反匯編生成的),都在MCU51-63K仿真器下通過實(shí)驗(yàn)的哦, 小蝦們可以試試看。
標(biāo)簽:
51單片機(jī)
外部中斷
程序
上傳時(shí)間:
2013-11-25
上傳用戶:hahayou
This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) to find out the nth element in theFibanocci sequence number which is 1,1,2,3,5,8,13,21,34,55,…3. write the prefix and postfix form of the following infix expressiona + b – c / d + e * f – g * h / i ^ j4. write a function to count the number of nodes in a binary tr
標(biāo)簽:
introduction
the
contains
intended
上傳時(shí)間:
2013-12-23
上傳用戶:liansi