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

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

micro-<b>Controller</b>

  • MSP430F13x14x14x1 Device Erratasheet (Rev. B)

    msp430單片機

    標簽: Erratasheet 14x x14 Device

    上傳時間: 2013-10-19

    上傳用戶:dick_sh

  • 受控正弦信號發生器(B題)

    受控正弦信號發生器

    標簽: 正弦信號發生器

    上傳時間: 2013-11-04

    上傳用戶:止絮那夏

  • 電子基礎--單片機微處理器和微控制器

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

    標簽: 電子基礎 單片機 微處理器 微控制器

    上傳時間: 2013-10-26

    上傳用戶:康郎

  • 基于89C52的二極管特性測試器的設計

      利用單片機具有的智能程序控制的特點,設計了基于STC89C52單片機的"二極管特性測試器",可對二極管一般特性進行快速測試。通過穩定線性電流源給二極管加載恒定電流,然后由高精度模數轉換器測試其壓降,以此為基礎可判斷二極管好壞、檢測二極管極性和測試二極管伏安特性等,避免了用萬用表測試只能測得極性而不知其特性這一缺點??捎糜陔娮釉O計制作過程中對二極管進行快速測試,以確定被測二極管是否滿足電路的設計要求。   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.

    標簽: 89C52 二極管 特性測試器

    上傳時間: 2013-11-13

    上傳用戶:assef

  • 單片直接驅動數碼管的計數器程序

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

    標簽: 直接驅動 數碼管 計數器 程序

    上傳時間: 2013-11-06

    上傳用戶:lx9076

  • 基于瑞薩電子微控制器的溫度控制系統設計

      為了提高傳統溫度控制系統的性能,將PID控制理論與嵌入式系統相結合,采用瑞薩電子公司的H8S/2166作為核心處理器,AD公司的AD7705以及熱敏電阻溫度傳感器作為溫度檢測單元,利用4×6小鍵盤、LCD顯示器和S1D13305液晶控制器達到良好的人機交互,設計出了一個應用于化工領域的嵌入式實時溫度控制系統。相比于傳統溫度控制系統,該系統提供了更強的計算能力和可擴展能力,采用增量PID控制算法實現復雜控制。通過實驗,該系統能達到0.1 ℃的溫度控制精度以及小于120 s的溫度穩定時間。   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.

    標簽: 瑞薩電子 微控制器 溫度控制 系統設計

    上傳時間: 2014-12-26

    上傳用戶:003030

  • 單片機幾種軟件濾波程序示例

    假定從8位AD中讀取數據(如果是更高位的AD可定義數據類型為int),子程序為get_ad(); 1、限幅濾波法(又稱程序判斷濾波法)     A、方法:         根據經驗判斷,確定兩次采樣允許的最大偏差值(設為A)         每次檢測到新值時判斷:         如果本次值與上次值之差<=A,則本次值有效         如果本次值與上次值之差>A,則本次值無效,放棄本次值,用上次值代替本次值     B、優點:         能有效克服因偶然因素引起的脈沖干擾     C、缺點         無法抑制那種周期性的干擾         平滑度差 /*  A值可根據實際情況調整     value為有效值,new_value為當前采樣值      濾波程序返回有效的實際值  */ #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、方法:         連續采樣N次(N取奇數)         把N次采樣值按大小排列         取中間值為本次有效值     B、優點:         能有效克服因偶然因素引起的波動干擾         對溫度、液位的變化緩慢的被測參數有良好的濾波效果     C、缺點:         對流量、速度等快速變化的參數不宜 /*  N值可根據實際情況調整     排序采用冒泡法*/

    標簽: 單片機 軟件濾波 程序

    上傳時間: 2014-12-26

    上傳用戶:nanshan

  • PIC單片機的組成習題解答

    解答部分 PIC單片機指令的執行過程遵循著一種全新哈佛總線體系結構的原則,充分利用了計算機系統在程序存儲器和數據存儲器之間地址空間的相互獨立性,取指過程和執行指令過程可以流水線操作同時進行。因此,當PIC時鐘頻率為4MHZ時,執行一條非轉移類指令需要4個系統時鐘周期,即1us,但其指令執行的真實時間應為2us(在執行n—1條指令時取第n條指令,然后執行第n條指令)。所以選項B正確.

    標簽: PIC 單片機

    上傳時間: 2013-12-10

    上傳用戶:spman

  • 單片機名詞解釋

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

    標簽: 單片機

    上傳時間: 2013-11-14

    上傳用戶:caoyuanyuan1818

  • 基于雙ATmega128的安檢力學試驗機設計

    針對當前安檢力學試驗機所能完成的試驗種類單一、自動化程度低等問題,提出一種以ATmega128單片機為核心控制器的安檢力學試驗機的設計。詳細闡述了該安檢力學試驗機各個組成部分的設計原理和方案,并且給出了各部分的軟件設計思想和操作流程。經過大量測試試驗表明:設計的安檢力學試驗機可以完成多達十余種的力學安檢試驗,完全符合相關國家標準,并且具有數據采集精度高、傳輸速度快、操作安全簡便等特點,實現了安檢設備的多功能化、數字化和自動化。 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.

    標簽: ATmega 128 安檢 試驗機

    上傳時間: 2013-11-05

    上傳用戶:a67818601

主站蜘蛛池模板: 东兰县| 山阴县| 西充县| 辽宁省| 崇义县| 广南县| 玛纳斯县| 十堰市| 洱源县| 常德市| 杂多县| 秀山| 永清县| 囊谦县| 民勤县| 长阳| 禹州市| 驻马店市| 建平县| 堆龙德庆县| 合川市| 拜泉县| 平乐县| 义乌市| 连平县| 长顺县| 斗六市| 安多县| 朝阳区| 建阳市| 辉县市| 乐昌市| 渑池县| 鸡东县| 土默特左旗| 梅州市| 于田县| 达日县| 连云港市| 白城市| 渑池县|