《LCD顯示》 程序清單: ************************************************************** PCL EQU 2H 定義程序存儲器低字節地址 STATUS EQU 3H 定義狀態寄存器地址 PORTA EQU 5H 定義RA口數據寄存器地址 PORTC EQU 7H 定義RC口數據寄存器地址 TRISA EQU 85H 定義RA口方向控制寄存器地址 TRISC EQU 87H 定義RC口方向控制寄存器地址 ADCON1 EQU 9FH 定義ADC模塊控制寄存器1的地址 COUNTT EQU 23H 通用通用寄存器
上傳時間: 2014-01-25
上傳用戶:xiaohuanhuan
CC1110無線收發CSMA的源程序。使用的開發環境是IAR7.2H
上傳時間: 2017-06-01
上傳用戶:litianchu
CC1110無線收發FDMA的源程序。使用的開發環境是IAR7.2H
上傳時間: 2017-06-01
上傳用戶:zhangyi99104144
CC1110無線收發FHSS的源程序。使用的開發環境是IAR7.2H
上傳時間: 2014-01-17
上傳用戶:libinxny
CC1110無線收發TDMA的源程序。使用的開發環境是IAR7.2H
上傳時間: 2013-12-09
上傳用戶:lijinchuan
介紹了2H橋級聯電路結構,研究和分析了用于多電平逆變器的三種不同的多載波PWM調制策略,并分析了逆變器側輸出電壓頻譜。在上述調制策略基礎上結合多參考波調制方法,采用新型的多參考波和多載波的PWM技術,在Matlab/Simulink環境下構建了PWM調制模型。仿真結果與典型的多載波PWM策略結果的比較顯示,新型的多載波控制方法能夠小幅減小總諧波的失真率(THD),改善了輸出電壓頻譜。
上傳時間: 2014-12-24
上傳用戶:lili123
在通訊中,為了保證行運安全可靠,標準的串行口必須具有許多握手信號和 狀態信息。這是因為通兜母鞲黽撲慊鶦PU速度不一樣(這會導致“錯幀”)以 及發送機發送數據速度比接收機接收速度快(這會導致“過沖”)。為解決這個 問題,我們采用一個簡單的握手信號,即發送機每次僅發送半個字節(低4位) 的數據,而另外半個字節(高4位)則用來傳送信息。我們可以對信息位(高4位) 進行如下簡單的編碼: 0H:發送的是新的半個字節數據 1H:重新發送上次傳送錯誤的數據 2H:文件名結束 3H:文件結束 這樣,每當發送機發送一個字節以后,就等待接受機發回送信號,這回送信號就 是發送機發送過來的那個字節。發送機接收到回送信號后,把它與剛發送的字節 相比較,如果相同,就發送新的半個字節,否則就重新發送。新數據與舊數據通 過信息位來區分。下面就是用C語言編寫控制串行口的程序。
標簽: 通訊
上傳時間: 2015-05-22
上傳用戶:黑漆漆
用光電耦合器測量出重物下降過程中經過任何等距離且在同一垂直線上的三點時間間隔t1,t2,及距離h,然后利用公式g=2H(t1-t2)/t1t2(t1+t2)使用浮點數運算方法計算出g的值。最后由單片機p3口送串行顯示。
上傳時間: 2014-12-06
上傳用戶:gtzj
This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and compression. These scripts are selfs contents (needed additional Matlab functions can be downloaded while reading the lectures). Each one of these five lectures should take between 1h and 2H in order to tests the various features of the scripts. One should copy/paste the provided code into a file names e.g. tp1.m, and launch the script directly from Matlab comand line > tp1 . Some of the scripts contains "holes" that you should try to fill on your own. I also provide the complete correction of these lectures as a set of Matlab scripts, but you should try as much as possible to avoid using them.
標簽: introduction processing document intended
上傳時間: 2016-03-22
上傳用戶:qlpqlq
Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely balanced. -If the height of this binary tree is h, then leaves can be at level h or level h-1. -All leaves at level h are as far to the left as possible. -The data associated with all descendants of a node are smaller than the datum associated with this node. Implementation 1.using a linear array not a binary tree. -The sons of A(h) are A(2H) and A(2H+1). 2.time complexity: O(n log n)
標簽: followingconditions tree completely satisfying
上傳時間: 2017-05-25
上傳用戶:2467478207