搜索资源列表
c语言中写二进制数
- c语言中写二进制数。引用例子: #define Bin(n) LongToBin(0x##n##l) void main(void) { unsigned char c c = Bin(10101001) // c = 0xA9 } -Write binary number in C language. Cited code: #define Bin(n) LongToBin(0x##n##l) void main(void) {
用C51实现单片机的中文输入法
- 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针, 反回值为中文的起始地址,当为0时,杳询失败 -Pinyin input method disappear with the function : * unsigned char code py_ime (unsigned char input_py_val []) input_py_va
keil_iodemo
- The project KEIL_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the Keil ARM toolchain. The I/O functions are adapted for the Analog Devices ADuC7000 series using the SERIAL.C
gnu_iodemo
- UART I/O and Memory Allocation Example for GNU The project GNU_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the GNU toolchain. The I/O functions are adapted for the Analog
c51pyshurufa
- 一个用C51实现单片机的中文输入法,拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针,反回值为中文的起始地址,当为0时,杳询失败 -a C51 with the Chinese input method, Pinyin input method disappear with the function : * unsigned char code
EepromMultiWR1912
- SPI接口EEPROM驱动 EEPROMWRITE(绝对地址,数组指针,数据长度) //多字节写 EEPROMREAD(绝对地址,数组指针,数据长度) //多字节读 EEPROMWRITE(绝对地址,数据) //单字节写 (char)数据=EEPROMREAD(绝对地址) //单字节读-SPI EEPROM Driver EEPROMWRIT E (absolute address, the array pointer, data length) / / multi-byte
5510dedaima
- /*** *5510单片机测试程序 基本测试成功 2005-8-25 write By CW *** *** *** ****/ #include <reg52.h> #include <absacc.h> #define uint unsigned int #define uchar unsigned char-/******* 5510 microcontroller basic test procedure su
usb-char
- 编写的BOOTLOADER用于s3c2410的启动代码,直接引导自己的应用程序-BOOTLOADER prepared for the start s3c2410 code, direct guide their applications
7290C-datebase
- 此软件包包含了模拟I2C C51程序软件包和ZLG7290的C51程序然后包。 软件包的接口界面: (1) bit ISendByte(uchar sla,uchar c) (无子地址)写单字节数据 (现行地址写) (2) bit IRcvByte(uchar sla,uchar *c) (无子地址)读单字节数据 (现行地址读) (3) bit ISendStr(uchar sla,uchar suba,uchar *s,uchar no)(有子地址)读N字节数据
c8051f020_8563
- c8051f020 实时时钟模块程序 内含IIC模块程序/********************** SYSTEM CLOCK 8M********************************/ extern unsigned char xdata currenttime[16]={0} extern unsigned char xdata settime[16]={ 0x00, // control regesiter 1
24c01a
- 24C01的读写程序,C51源代码 调用方式:write_8bit(unsigned char ch) ﹫2001/03/23 函数说明:内函数,私有,用户不直接调用。-24C01 literacy procedures, called C51 source code form : write_8bit (unsigned char ch) @ 2001/03/23 function said Ming : internal function, private users not dir
AVRusart
- avr应用有关使用注意事项如下 1 在使用例子程序之前将库文件libslavr.a 拷贝到ICCAVR 安装目录下的库文件目录中 即...\\LIB\\目录将头文件slavr.h 拷贝到头文件目录即...\\include\\目录 2 如果想使用库文件中的函数那么设置如下 1) 在文件中应使用 \"#include <slavr.h>\"包含slavr.h 头文件 2) 在工程选项中的Additional LIB 一栏中填入\"slavr\" 使用附加的libsl
AT89C51 CHAR LCD
- 这是用51单片机开发的char字符型LCD的驱动程序,使用了0号定时器和0号中断,注释详细。有函数DispOneChar显示一个字符,LcdReset,LcdWriteCommand,LcdWriteData,WaitForEnable,Delay400Ms定时器延时-This the 51 MCU Development char character LCD driver, the use of 0, 0 and the timer interruption of the Notes deta
how-to-display-char-on-mcu
- 0928 0802lcd 液晶屏驱动,怎样在液晶屏上显示字符,基于单片机的源C语言程序代码-. c code.how to display char on microcontroler chip.
send-char-to-PC
- 51单片机向PC发字符串,也可以发送浮点型数据-send char to PC
UART-SEND-CHAR
- UART SEND CHAR-UART SEND CHAR......
LCD-Driver-And-Keyboard-char-Asm(www.bargh20.com)
- LCD Driver And Keyboard char Asm(www.bargh20.com)
Char-0-9-a-z-ASM(www.bargh20.com)
- Char 0-9 a-z ASM(www.bargh20.com)
2 line X 16 char LCD display
- 2 line X 16 char LCD display.rar
ADC-UART-CHAR LCD_blinky_LED
- STM32F103RB.Keil.ADC-UART-CHAR LCD_blinky_LED