搜索结果

找到约 416 项符合 char 的查询结果

单片机编程 51单片机拼音中文输入法c程序源代码

拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]); input_py_val为已输入的拼音码字符串头指针, 反回值为中文的起始地址,当为0时,杳询失败 应用举例: {  unsigned char input_string[]={"bang"};  unsigned char chines_string[100];  sprintf(chines_string,"%s",py_im ...
https://www.eeworm.com/dl/502/31648.html
下载: 103
查看: 1099

技术资料 串口调试源代码

#include #include #include #define BUFFLEN 1024 void InitCOM(); //初始化串口 void OpenPort(); //打开串口 void ClosePort(); //关闭串口,释放串口资源 void interrupt far asyncint(...); void interrupt(*asyncoldvect)(...); unsigned char Buffer[BUFFLEN]; int buffin=0; int buffout=0; //unsigned ...
https://www.eeworm.com/dl/980711.html
下载: 2
查看: 7112

其他嵌入式/单片机内容 矩阵键盘驱动程序

矩阵键盘驱动程序, unsigned char key(void) 只要调用这个函数即可实现
https://www.eeworm.com/dl/687/253076.html
下载: 200
查看: 1075

单片机编程 数字钟显示电路

SHUZIZHONG显示电路 源程序如下: #include <reg51.h>#include <intrins.h> unsigned char data dis_digit; unsigned char code dis_code[]={ 0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};unsigned char data dis_buf[16];unsigned char data dis_index;char hour,min,sec,wang,yea ...
https://www.eeworm.com/dl/502/31330.html
下载: 174
查看: 1069

单片机开发 #include "at89x51.h" unsigned char code ddisp[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f}

#include "at89x51.h" unsigned char code ddisp[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f} //段显0123456789,P0口
https://www.eeworm.com/dl/648/270060.html
下载: 132
查看: 1375

Java编程 根据MAC地址生产序列号

根据MAC地址生产序列号, 改变char[] key 即可生成不同序列号
https://www.eeworm.com/dl/633/417244.html
下载: 145
查看: 1031

技术资料 STM32F103VET6启航开发板——3.2寸彩屏应用

【资源描述】:【01】启航号_show char by lcd(3.2寸)(2012.2.24)
https://www.eeworm.com/dl/835612.html
下载: 7
查看: 1398

嵌入式/单片机编程 编写一个单词转换程序,该函数具有一个char*参数.函数的功能: //* 将参数代表的字符串中的每个单词的第一个字母转换为大写字母, //* 并显示转换后的字符串.例如,假设函数参数的

编写一个单词转换程序,该函数具有一个char*参数.函数的功能: //* 将参数代表的字符串中的每个单词的第一个字母转换为大写字母, //* 并显示转换后的字符串.例如,假设函数参数的字符串如下: //* There are 100 students in the room. //* 那么采用函数转换后,该字符串为: //* There Are 100 Students In The Ro ...
https://www.eeworm.com/dl/647/400351.html
下载: 54
查看: 2172

技术资料 4_I2c

4_I2c/* Watchdog */ #define WDMOD (*((volatile unsigned char *) 0xE0000000)) #define WDTC (*((volatile unsigned long *) 0xE0000004)) #define WDFEED (*((volatile unsigned char *) 0xE0000008)) #define WDTV (*((volatile unsigned long *) 0xE000000C)) #endif // __LP ...
https://www.eeworm.com/dl/961716.html
下载: 9
查看: 5535

CA认证 * * 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: e ...
https://www.eeworm.com/dl/640/160475.html
下载: 174
查看: 1091