CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - CHAR

搜索资源列表

  1. c语言中写二进制数

    0下载:
  2. 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) {
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:9.69kb
    • 提供者:张天河
  1. 用C51实现单片机的中文输入法

    0下载:
  2. 拼音输入法杳询函数: 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
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:15.12kb
    • 提供者:黄永
  1. keil_iodemo

    0下载:
  2. 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
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:19.42kb
    • 提供者:郭文彬
  1. gnu_iodemo

    0下载:
  2. 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
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:41.96kb
    • 提供者:郭文彬
  1. c51pyshurufa

    0下载:
  2. 一个用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
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:21.5kb
    • 提供者:钟高祥
  1. EepromMultiWR1912

    0下载:
  2. SPI接口EEPROM驱动 EEPROMWRITE(绝对地址,数组指针,数据长度) //多字节写 EEPROMREAD(绝对地址,数组指针,数据长度) //多字节读 EEPROMWRITE(绝对地址,数据) //单字节写 (char)数据=EEPROMREAD(绝对地址) //单字节读-SPI EEPROM Driver EEPROMWRIT E (absolute address, the array pointer, data length) / / multi-byte
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:59.46kb
    • 提供者:liumin
  1. 5510dedaima

    0下载:
  2. /*** *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
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:15.39kb
    • 提供者:wangxing
  1. usb-char

    0下载:
  2. 编写的BOOTLOADER用于s3c2410的启动代码,直接引导自己的应用程序-BOOTLOADER prepared for the start s3c2410 code, direct guide their applications
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:6.23kb
    • 提供者:孙山
  1. 7290C-datebase

    0下载:
  2. 此软件包包含了模拟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字节数据
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:13.17kb
    • 提供者:梁立林
  1. c8051f020_8563

    0下载:
  2. c8051f020 实时时钟模块程序 内含IIC模块程序/********************** SYSTEM CLOCK 8M********************************/ extern unsigned char xdata currenttime[16]={0} extern unsigned char xdata settime[16]={ 0x00, // control regesiter 1
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:29.31kb
    • 提供者:梁立林
  1. 24c01a

    0下载:
  2. 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
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1.02kb
    • 提供者:zhousheng
  1. AVRusart

    0下载:
  2. avr应用有关使用注意事项如下 1 在使用例子程序之前将库文件libslavr.a 拷贝到ICCAVR 安装目录下的库文件目录中 即...\\LIB\\目录将头文件slavr.h 拷贝到头文件目录即...\\include\\目录 2 如果想使用库文件中的函数那么设置如下 1) 在文件中应使用 \"#include <slavr.h>\"包含slavr.h 头文件 2) 在工程选项中的Additional LIB 一栏中填入\"slavr\" 使用附加的libsl
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:9.79kb
    • 提供者:nndx
  1. AT89C51 CHAR LCD

    0下载:
  2. 这是用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
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-07-09
    • 文件大小:2.55kb
    • 提供者:Ase
  1. how-to-display-char-on-mcu

    0下载:
  2. 0928 0802lcd 液晶屏驱动,怎样在液晶屏上显示字符,基于单片机的源C语言程序代码-. c code.how to display char on microcontroler chip.
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:119.34kb
    • 提供者:hanchunyan
  1. send-char-to-PC

    0下载:
  2. 51单片机向PC发字符串,也可以发送浮点型数据-send char to PC
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:18.64kb
    • 提供者:金瑶
  1. UART-SEND-CHAR

    0下载:
  2. UART SEND CHAR-UART SEND CHAR......
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:241.29kb
    • 提供者:An
  1. LCD-Driver-And-Keyboard-char-Asm(www.bargh20.com)

    0下载:
  2. LCD Driver And Keyboard char Asm(www.bargh20.com)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-10
    • 文件大小:20.16kb
    • 提供者:vahid
  1. Char-0-9-a-z-ASM(www.bargh20.com)

    0下载:
  2. Char 0-9 a-z ASM(www.bargh20.com)
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-02
    • 文件大小:24.19kb
    • 提供者:vahid
  1. 2 line X 16 char LCD display

    0下载:
  2. 2 line X 16 char LCD display.rar
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2013-04-22
    • 文件大小:81.82kb
    • 提供者:coolhandy
  1. ADC-UART-CHAR LCD_blinky_LED

    0下载:
  2. STM32F103RB.Keil.ADC-UART-CHAR LCD_blinky_LED
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-09-15
    • 文件大小:712.45kb
    • 提供者:nrg.codebus
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com