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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

Micro<b>Controller</b>

  • MSP430F13x14x14x1 Device Erratasheet (Rev. B)

    msp430單片機(jī)

    標(biāo)簽: Erratasheet 14x x14 Device

    上傳時(shí)間: 2013-10-19

    上傳用戶(hù):dick_sh

  • 受控正弦信號(hào)發(fā)生器(B題)

    受控正弦信號(hào)發(fā)生器

    標(biāo)簽: 正弦信號(hào)發(fā)生器

    上傳時(shí)間: 2013-11-04

    上傳用戶(hù):止絮那夏

  • 電子基礎(chǔ)--單片機(jī)微處理器和微控制器

      單片微控制器(micro-controller)是將計(jì)算機(jī)的基本環(huán)節(jié)如中央處理器(CPU)、存儲(chǔ)器、輸入輸出接口等集成在一起,并能協(xié)調(diào)完成獨(dú)立控制、運(yùn)算等工作。我們常常也叫它單片機(jī)。隨著電子技術(shù)和制造工藝的飛速發(fā)展,單片微控制器行業(yè)百花齊放,并已滲入到人類(lèi)生活中的各個(gè)角落。   單片微處理器(micro-processor)跟單片機(jī)有些類(lèi)似,只是我們常常用它做更多的數(shù)據(jù)處理工作。電子技術(shù)發(fā)展到現(xiàn)在,單片機(jī)的運(yùn)算能力越來(lái)越強(qiáng),存儲(chǔ)空間越來(lái)越大,外設(shè)也越來(lái)越豐富。所以單片機(jī)與單片微處理器之間的區(qū)別也越來(lái)越小。廣義的講,他們都可以叫做單片機(jī)。作為初學(xué)者,糾結(jié)這些模糊的概念沒(méi)有太多的意義,我們還是把精力放在了解他們的用處和特性上面。   圖一 AT89C52 8051單片機(jī)與STM32 ARM單片機(jī)

    標(biāo)簽: 電子基礎(chǔ) 單片機(jī) 微處理器 微控制器

    上傳時(shí)間: 2013-10-26

    上傳用戶(hù):康郎

  • 基于89C52的二極管特性測(cè)試器的設(shè)計(jì)

      利用單片機(jī)具有的智能程序控制的特點(diǎn),設(shè)計(jì)了基于STC89C52單片機(jī)的"二極管特性測(cè)試器",可對(duì)二極管一般特性進(jìn)行快速測(cè)試。通過(guò)穩(wěn)定線性電流源給二極管加載恒定電流,然后由高精度模數(shù)轉(zhuǎn)換器測(cè)試其壓降,以此為基礎(chǔ)可判斷二極管好壞、檢測(cè)二極管極性和測(cè)試二極管伏安特性等,避免了用萬(wàn)用表測(cè)試只能測(cè)得極性而不知其特性這一缺點(diǎn)。可用于電子設(shè)計(jì)制作過(guò)程中對(duì)二極管進(jìn)行快速測(cè)試,以確定被測(cè)二極管是否滿(mǎn)足電路的設(shè)計(jì)要求。   Abstract:   By making good use of the intelligent control function of the Micro Controller Unit (MCU), the diode trait tester was designed based on the STC89C52,which could be used to test the trait of a diode rapidly. By loading constant current to diode through the stable linear current source, and measuring the voltage drop of the diode by high-precision analogue-to-digital converter (ADC), it can judge whether the diode is good or not, distinguish the polarity of the diode, and test the trait that the diode, which can avoid the fault of using a multimeter can only measure the polarity but not the trait. This device can be used to test the trait of a diode quickly,and to make sure that whether a diode can be used in the electronic design or not.

    標(biāo)簽: 89C52 二極管 特性測(cè)試器

    上傳時(shí)間: 2013-11-13

    上傳用戶(hù):assef

  • 單片直接驅(qū)動(dòng)數(shù)碼管的計(jì)數(shù)器程序

      a_bit equ 20h ;個(gè)位數(shù)存放處   b_bit equ 21h ;十位數(shù)存放處   temp equ 22h ;計(jì)數(shù)器寄存器   star: mov temp,#0 ;初始化計(jì)數(shù)器   stlop: acall display   inc temp   mov a,temp   cjne a,#100,next ;=100重來(lái)   mov temp,#0   next: ljmp stlop   ;顯示子程序   display: mov a,temp ;將temp中的十六進(jìn)制數(shù)轉(zhuǎn)換成10進(jìn)制   mov b,#10 ;10進(jìn)制/10=10進(jìn)制   div ab   mov b_bit,a ;十位在a   mov a_bit,b ;個(gè)位在b   mov dptr,#numtab ;指定查表啟始地址   mov r0,#4   dpl1: mov r1,#250 ;顯示1000次   dplop: mov a,a_bit ;取個(gè)位數(shù)   MOVC A,@A+DPTR ;查個(gè)位數(shù)的7段代碼   mov p0,a ;送出個(gè)位的7段代碼

    標(biāo)簽: 直接驅(qū)動(dòng) 數(shù)碼管 計(jì)數(shù)器 程序

    上傳時(shí)間: 2013-11-06

    上傳用戶(hù):lx9076

  • 基于瑞薩電子微控制器的溫度控制系統(tǒng)設(shè)計(jì)

      為了提高傳統(tǒng)溫度控制系統(tǒng)的性能,將PID控制理論與嵌入式系統(tǒng)相結(jié)合,采用瑞薩電子公司的H8S/2166作為核心處理器,AD公司的AD7705以及熱敏電阻溫度傳感器作為溫度檢測(cè)單元,利用4×6小鍵盤(pán)、LCD顯示器和S1D13305液晶控制器達(dá)到良好的人機(jī)交互,設(shè)計(jì)出了一個(gè)應(yīng)用于化工領(lǐng)域的嵌入式實(shí)時(shí)溫度控制系統(tǒng)。相比于傳統(tǒng)溫度控制系統(tǒng),該系統(tǒng)提供了更強(qiáng)的計(jì)算能力和可擴(kuò)展能力,采用增量PID控制算法實(shí)現(xiàn)復(fù)雜控制。通過(guò)實(shí)驗(yàn),該系統(tǒng)能達(dá)到0.1 ℃的溫度控制精度以及小于120 s的溫度穩(wěn)定時(shí)間。   Abstract:   In order to improve the performance of conventional temperature control system, combining PID control theory with embedded systems, using the Renesas Electronics Corp. H8S/2166 micro-controller as a core processors, AD7705 and thermistor temperature sensor as a temperature detection unit and 4×6 small keyboard, LCD and S1D13305 LCD controller as a good human-computer interaction, this paper designed an embedded real-time temperature control system which is applied in chemical industry. Compared with conventional temperature control system, this system provides more computing power and extensibility, and adopts PID control algorithm for complex control. Through the experiment, the system can reach temperature control accuracy of 0.1 ℃ and temperature stabilization time of less than 120 seconds.

    標(biāo)簽: 瑞薩電子 微控制器 溫度控制 系統(tǒng)設(shè)計(jì)

    上傳時(shí)間: 2014-12-26

    上傳用戶(hù):003030

  • 單片機(jī)幾種軟件濾波程序示例

    假定從8位AD中讀取數(shù)據(jù)(如果是更高位的AD可定義數(shù)據(jù)類(lèi)型為int),子程序?yàn)間et_ad(); 1、限幅濾波法(又稱(chēng)程序判斷濾波法)     A、方法:         根據(jù)經(jīng)驗(yàn)判斷,確定兩次采樣允許的最大偏差值(設(shè)為A)         每次檢測(cè)到新值時(shí)判斷:         如果本次值與上次值之差<=A,則本次值有效         如果本次值與上次值之差>A,則本次值無(wú)效,放棄本次值,用上次值代替本次值     B、優(yōu)點(diǎn):         能有效克服因偶然因素引起的脈沖干擾     C、缺點(diǎn)         無(wú)法抑制那種周期性的干擾         平滑度差 /*  A值可根據(jù)實(shí)際情況調(diào)整     value為有效值,new_value為當(dāng)前采樣值      濾波程序返回有效的實(shí)際值  */ #define A 10 char value; char filter() {    char  new_value;    new_value = get_ad();    if ( ( new_value - value > A ) || ( value - new_value > A )       return value;    return new_value;          } 2、中位值濾波法     A、方法:         連續(xù)采樣N次(N取奇數(shù))         把N次采樣值按大小排列         取中間值為本次有效值     B、優(yōu)點(diǎn):         能有效克服因偶然因素引起的波動(dòng)干擾         對(duì)溫度、液位的變化緩慢的被測(cè)參數(shù)有良好的濾波效果     C、缺點(diǎn):         對(duì)流量、速度等快速變化的參數(shù)不宜 /*  N值可根據(jù)實(shí)際情況調(diào)整     排序采用冒泡法*/

    標(biāo)簽: 單片機(jī) 軟件濾波 程序

    上傳時(shí)間: 2014-12-26

    上傳用戶(hù):nanshan

  • PIC單片機(jī)的組成習(xí)題解答

    解答部分 PIC單片機(jī)指令的執(zhí)行過(guò)程遵循著一種全新哈佛總線體系結(jié)構(gòu)的原則,充分利用了計(jì)算機(jī)系統(tǒng)在程序存儲(chǔ)器和數(shù)據(jù)存儲(chǔ)器之間地址空間的相互獨(dú)立性,取指過(guò)程和執(zhí)行指令過(guò)程可以流水線操作同時(shí)進(jìn)行。因此,當(dāng)PIC時(shí)鐘頻率為4MHZ時(shí),執(zhí)行一條非轉(zhuǎn)移類(lèi)指令需要4個(gè)系統(tǒng)時(shí)鐘周期,即1us,但其指令執(zhí)行的真實(shí)時(shí)間應(yīng)為2us(在執(zhí)行n—1條指令時(shí)取第n條指令,然后執(zhí)行第n條指令)。所以選項(xiàng)B正確.

    標(biāo)簽: PIC 單片機(jī)

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

    上傳用戶(hù):spman

  • 單片機(jī)名詞解釋

    總線:指能為多個(gè)部件服務(wù)的信息傳送線,在微機(jī)系統(tǒng)中各個(gè)部件通過(guò)總線相互通信。地址總線:它是傳送由CPU發(fā)出的用于選擇要訪問(wèn)的器件或部件的地址。數(shù)據(jù)總線:它是用來(lái)傳送微型機(jī)系統(tǒng)內(nèi)的各種類(lèi)型的數(shù)據(jù)。匯編:是能完成一定任務(wù)的機(jī)器指令的集合。二進(jìn)制數(shù):只有0和1兩個(gè)數(shù)碼,基數(shù)為二。16進(jìn)制數(shù):采用0、1、2、3、4、5、6、7、8、9、A、B、C、D、E、F等16個(gè)數(shù)碼,其中A-F相應(yīng)的十進(jìn)數(shù)為10-15,基數(shù)是16。指令:是計(jì)算機(jī)所能執(zhí)行的一種基本操作的描述,是計(jì)算機(jī)軟件的基本單元。存儲(chǔ)器:用來(lái)存放計(jì)算機(jī)中的所有信息:包括程序、原始數(shù)據(jù)、運(yùn)算的中間結(jié)果及最終結(jié)果等。

    標(biāo)簽: 單片機(jī)

    上傳時(shí)間: 2013-11-14

    上傳用戶(hù):caoyuanyuan1818

  • 基于雙ATmega128的安檢力學(xué)試驗(yàn)機(jī)設(shè)計(jì)

    針對(duì)當(dāng)前安檢力學(xué)試驗(yàn)機(jī)所能完成的試驗(yàn)種類(lèi)單一、自動(dòng)化程度低等問(wèn)題,提出一種以ATmega128單片機(jī)為核心控制器的安檢力學(xué)試驗(yàn)機(jī)的設(shè)計(jì)。詳細(xì)闡述了該安檢力學(xué)試驗(yàn)機(jī)各個(gè)組成部分的設(shè)計(jì)原理和方案,并且給出了各部分的軟件設(shè)計(jì)思想和操作流程。經(jīng)過(guò)大量測(cè)試試驗(yàn)表明:設(shè)計(jì)的安檢力學(xué)試驗(yàn)機(jī)可以完成多達(dá)十余種的力學(xué)安檢試驗(yàn),完全符合相關(guān)國(guó)家標(biāo)準(zhǔn),并且具有數(shù)據(jù)采集精度高、傳輸速度快、操作安全簡(jiǎn)便等特點(diǎn),實(shí)現(xiàn)了安檢設(shè)備的多功能化、數(shù)字化和自動(dòng)化。 Abstract:  Currently, many mechanical security testing machines have only one function. The degree of automation of them is low. To solve those problems, a new kind of mechanical security testing machine, using ATmega128 micro-controller as its core controller, has been advanced. It describes the components of the machine. The principles and the scheme in the designing processes are presented in detail, and the software architecture and the operation processes of each part are given. After having done many testing, we have reached the following conclusions: the mechanical security testing machine presented can do over ten mechanical security tests complying with related national standards. It has high data acquisition accuracy and high transmission speed. The operation of the machine is simple and safe. In general, this machine is a multi-functional, highly automatic, digitalized security testing device.

    標(biāo)簽: ATmega 128 安檢 試驗(yàn)機(jī)

    上傳時(shí)間: 2013-11-05

    上傳用戶(hù):a67818601

主站蜘蛛池模板: 峡江县| 涡阳县| 修武县| 福安市| 贵州省| 桐柏县| 永清县| 沙湾县| 松江区| 霍山县| 湖南省| 庄河市| 波密县| 茌平县| 侯马市| 五峰| 漳州市| 东平县| 深圳市| 循化| 南木林县| 衢州市| 周宁县| 汝州市| 青田县| 青阳县| 晋中市| 鄂托克前旗| 贵州省| 台山市| 许昌县| 海门市| 汉沽区| 彝良县| 嘉祥县| 沁水县| 洪湖市| 游戏| 荥阳市| 高尔夫| 抚远县|