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

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

Character

  • files describe a example display Character to vga

    files describe a example display Character to vga

    標(biāo)簽: Character describe example display

    上傳時間: 2013-12-14

    上傳用戶:wfeel

  • AVR常用庫函數(shù)介紹

    目錄: 1. Character Type Functions - 字符類型函數(shù) 2. Standard C Input/Output Functions - 標(biāo)準(zhǔn)輸入輸出函數(shù) 3. Standard Library Functions - 標(biāo)準(zhǔn)庫和內(nèi)存分配函數(shù) 4. Mathematical Functions - 數(shù)學(xué)函數(shù) 5. String Functions - 字符串函數(shù) 6. BCD Conversion Functions - BCD 轉(zhuǎn)換函數(shù) 7. Memory Access Functions - 存儲器訪問函數(shù) 8. Delay Functions - 延時函數(shù) 9. LCD Functions - LCD函數(shù) 10. LCD Functions for displays with 4x40 Characters - 4×40 字符型LCD函數(shù) 11. LCD Functions for displays connected in 8 bit memory mapped mode -以8 位外部存儲 器模式接口的LCD顯示函數(shù) 12. I2C Bus Functions - I2C 總線函數(shù) 13. National Semiconductor LM75 Temperature Sensor Functions - LM75 溫度傳感器函數(shù) 14. Dallas Semiconductor DS1621 Thermometer/Thermostat Functions - DS1621 溫度計函 數(shù) 15. Philips PCF8563 Real Time Clock Functions - PCF8563 實時時鐘函數(shù) 16. Philips PCF8583 Real Time Clock Functions - PCF8583 實時時鐘函數(shù) 17. Dallas Semiconductor DS1302 Real Time Clock Functions - DS1302 實時時鐘函數(shù) 18. Dallas Semiconductor DS1307 Real Time Clock Functions - DS1307 實時時鐘函數(shù) 19. 1 Wire Protocol Functions - 單線通訊協(xié)議函數(shù) 20. Dallas Semiconductor DS1820/DS1822 Temperature Sensors Functions - DS1820/1822 溫度傳感器函數(shù) 21. SPI Functions - SPI 函數(shù) 22. Power Management Functions - 電源管理函數(shù) 23. Gray Code Conversion Functions - 格雷碼轉(zhuǎn)換函數(shù)

    標(biāo)簽: AVR 庫函數(shù)

    上傳時間: 2013-10-22

    上傳用戶:歸海惜雪

  • 基于AVR單片機Mega16的電子時鐘設(shè)計

    Mega16是一款采用先進(jìn)RISC精簡指令,內(nèi)置A/D的8位單片機,可支持低電壓聯(lián)機 Flash和EEPROM 寫入功能;同時還支持 Basic和C 等高級語言編程。用它設(shè)計電子時鐘不僅成本低,硬件簡單,而且很容易實現(xiàn)系統(tǒng)移植。介紹了如何利用AVR系列單片機Mega16及1602字符液晶來設(shè)計電子時鐘的方法,同時給出了相應(yīng)的電路原理及部分語言程序。 Abstract:  ?Mega16 is a high-performance, low power consumption, the use of advanced RISC concise instructions, built-in A/D 8-bit microcontrollers, the on-line support for low-voltage Flash, EEPROM write function. Except Mega16 also support the Basic, C, and other high-level language programming.The electronic clock which is deisgned by Mega16 is not only low-cost, simple hardware, but easy to achieve system migration.The design method of electrioic clock based on the AVR Mega16 and Character LCD1602 is introduced in this paper,and the corresponding circuit electrionic and some language program are given.

    標(biāo)簽: Mega AVR 16 單片機

    上傳時間: 2014-12-27

    上傳用戶:zl5712176

  • PCF2116系列LCD驅(qū)動器芯片簡介及封裝庫

    1 FEATURES· Single chip LCD controller/driver· 1 or 2-line display of up to 24 Characters per line, or2 or 4 lines of up to 12 Characters per line· 5 ′ 7 Character format plus cursor; 5 ′ 8 for kana(Japanese syllabary) and user defined symbols· On-chip:– generation of LCD supply voltage (external supplyalso possible)– generation of intermediate LCD bias voltages– oscillator requires no external components (externalclock also possible)· Display data RAM: 80 CharacterCharacter generator ROM: 240 CharacterCharacter generator RAM: 16 Characters· 4 or 8-bit parallel bus or 2-wire I2C-bus interface· CMOS/TTL compatible· 32 row, 60 column outputs· MUX rates 1 : 32 and 1 : 16· Uses common 11 code instruction set· Logic supply voltage range, VDD - VSS: 2.5 to 6 V· Display supply voltage range, VDD - VLCD: 3.5 to 9 V· Low power consumption· I2C-bus address: 011101 SA0.

    標(biāo)簽: 2116 PCF LCD 驅(qū)動器芯片

    上傳時間: 2013-11-08

    上傳用戶:laozhanshi111

  • HITECH與電腦的通信協(xié)議

    1 Communication Protocol (Computer as master)   The communication protocol describes here allows your computer to access 4096 internal registers (W0000-W4095) and 1024 internal relays (B0000-B1023) in the Workstation..   1.1 Request Message Format   Request message is a command message to be sent from the computer to the Workstation. The data structure of request message is shown below. Note that numbers are always in hexadecimal form and converted into ASCII Characters. For example, Workstation unit number 14 will appear in the message as Character 0(30h) followed by Character E(45h); a BCC of 5Ah will appear in the message as Character 5(35h) followed by Character A(41h). 

    標(biāo)簽: HITECH 電腦 通信協(xié)議

    上傳時間: 2013-10-28

    上傳用戶:cxl274287265

  • 基于(英蓓特)STM32V100的串口程序

    This example provides a description of how  to use the USART with hardware flowcontrol and communicate with the Hyperterminal.First, the USART2 sends the TxBuffer to the hyperterminal and still waiting fora string from the hyperterminal that you must enter which must end by '\r'Character (keypad ENTER button). Each byte received is retransmitted to theHyperterminal. The string that you have entered is stored in the RxBuffer array. The receivebuffer have a RxBufferSize bytes as maximum. The USART2 is configured as follow:    - BaudRate = 115200 baud      - Word Length = 8 Bits    - One Stop Bit    - No parity    - Hardware flow control enabled (RTS and CTS signals)    - Receive and transmit enabled    - USART Clock disabled    - USART CPOL: Clock is active low    - USART CPHA: Data is captured on the second edge     - USART LastBit: The clock pulse of the last data bit is not output to                      the SCLK pin

    標(biāo)簽: V100 STM 100 32V

    上傳時間: 2013-10-31

    上傳用戶:yy_cn

  • * * Input * bin_data : binary data * bin_size : binary data length * Mode : operation mode

    * * Input * bin_data : binary data * bin_size : binary data length * Mode : operation mode * BASE64_NeedCRLF ---- Need a CRLF every 64 base64-Character * BASE64_NotCRLF ---- Need not CRLF between 64 base64-Character * * Output * char data * char data length * * Return * 0: success -1: error

    標(biāo)簽: binary data operation bin_data

    上傳時間: 2015-06-04

    上傳用戶:ZJX5201314

  • Frequency Scale Conversion From f To f Scale frq2mel mel2frq mel The mel scale is based on the hu

    Frequency Scale Conversion From f To f Scale frq2mel mel2frq mel The mel scale is based on the human perception of sinewave pitch. frq2erb erb2frq erb The erb scale is based on the equivalent rectangular bandwidths of the human ear. frq2midi midi2frq midi The midi standard specifies a numbering of semitones with middle C being 60. They can use the normal equal tempered scale or else the pythagorean scale of just intonation. They will in addition output note names in a Character format.

    標(biāo)簽: Scale Conversion Frequency mel

    上傳時間: 2015-06-07

    上傳用戶:

  • The government of a small but important country has decided that the alphabet needs to be streamline

    The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A Characters. The first Character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second Character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition

    標(biāo)簽: government streamline important alphabet

    上傳時間: 2015-06-09

    上傳用戶:weixiao99

  • Owing to the applet Gantt chart source yard, already Chinese melt, Gantt chart can demonstrate a Chi

    Owing to the applet Gantt chart source yard, already Chinese melt, Gantt chart can demonstrate a Chinese Character

    標(biāo)簽: Gantt chart demonstrate Chinese

    上傳時間: 2015-08-17

    上傳用戶:270189020

主站蜘蛛池模板: 永春县| 灵山县| 高淳县| 呼图壁县| 绍兴市| 北京市| 项城市| 乐东| 平利县| 巩留县| 景德镇市| 遂宁市| 白山市| 莒南县| 连江县| 图木舒克市| 祁阳县| 微山县| 吴忠市| 司法| 葫芦岛市| 十堰市| 连州市| 保康县| 崇阳县| 江西省| 兴文县| 台江县| 且末县| 大方县| 莒南县| 七台河市| 诏安县| 始兴县| 巍山| 万源市| 寿阳县| 封开县| 嘉义县| 蒙城县| 内乡县|