搜索资源列表
LCD时钟C51
- //日历时钟 //按AN1,进入设置状态 //按AN2,停止闹钟声音 //按AN3,依次进入闹钟功能是否启用,闹钟时,分秒,年,月,日及时间时,分,秒的设置,直到退出设置状态 //按AN4,调整是否起用闹钟和调节闹钟时,分,秒,年,月,日,时间的时,分,秒的数字 //LCD第二排中间显示小喇叭,表示启用闹钟功能,无则禁止闹钟功能(可在调整状态进行设置) //正常状态,LCD上排最前面显示自定义字符,LCD下排最前面闪动\"willar\" //设置状态,LCD上排最前
LCD时钟ASM
- 日历时钟 按AN3,依次进入闹钟功能,闹钟时间,年,月,日和时,分,秒模式,直致退出设置状态 按AN4,调整是否起用闹钟和调节闹钟时,分,秒,年,月,日,时间的时,分,秒的数字 闹钟响时,按AN4即可停止闹钟的声响 正常状态,上排最前面显示一自定义字符,下排最前面闪动\"willar\" 设置状态,LCD上排最前面显示\"P\",下排最前面设置闹钟时显示\"alarm:\",其他显示\"time:\" 闹钟启用时,在LCD下排中间显示一小喇叭,闹钟禁用时,无此
DelphiStrSwitch
- Delphi字符进制转换源码,是单片机和上位机通讯的好工具-source base for the conversion of SCM and PC communication tool for
tc35GSM
- 51单片机控制TC35I无线通信模块的完整Keil C程序,还包含GB2312与Unicode转换,国标汉字、ASC字符显示,串口通信,液晶模块控制等程序。
TC35I无线通信模块
- 51单片机控制TC35I无线通信模块的完整Keil C程序,还包含GB2312与Unicode转换,国标汉字、ASC字符显示,串口通信,液晶模块控制等程序。
ad
- 基于ATmegal16的AD转换的程序,并把转换后的数据,实时通过LCD显示出来,上面有把变量的值转为字符并显示出来的子程序
SMS_Mcu_Program
- 51单片机控制TC35I无线通信模块的完整Keil C程序,还包含GB2312与Unicode转换,国标汉字、ASC字符显示,串口通信,液晶模块控制等程序。
amo_tool_V1_2_6
- 名称:amo的编程小工具集合版本:V1.2.6 我平时编程和设计时常用的小工具集合。功能: 1-8位校验和 2-16位校验和 3-计算CRC8 4-计算CRC16 5-计算CRC32 6-计算MD5 7-计算SHA1 8-十六进制字符串转换为Ascii字符串 9-Ascii字符串转换为十六进制字符串 10-十六进制字符串转换为浮点数 11-浮点数转换为十六进制字符串 12-统计文章的字符个数,精确到每一个字符 13-把文件转换为C语言数组(这样可以把文件嵌入到我们的程序中) 14-电阻值选型(开
logical-operation-ASCI
- ASCII及进制转换: 2,8,10,16进制数互转,字符转ASCII,ASCII转字符,字符串和16进制数互转。二进制数的与/或运算。-ASCII and hex conversion: 2,8,10,16 Mutual Convert decimal number, character transfer ASCII, ASCII to switch characters, strings, and 16 hexadecimal numbers Mutual Convert. Binary
Pinyin-input-method-
- 1.发送固定的数字组合返回不同的拼音串 发送有效的拼音串返回对应汉字串. 2.直接向液晶发送ASCII码和汉字内码,液晶模块自行显示. 3.液晶模块具有uncode字符转换功能.-1. Send back a fixed number of combinations of different phonetic string send a valid Pinyin string returns the corresponding character string. 2. ASCII co
string
- 斯凯mrp开发用的宽字符转换 很有用的 有个头文string.c 和string.h 头文件里有定义-Sky mrp convert wide character to use for development of a useful article string.c head and string.h header files are defined
8cccdaef14e8
- 串行接口是一种可以将接受来自CPU的并行数据字符转换为连续的串行数据流发送出去,同时可将接受的串行数据流转换为并行的数据字符供给CPU的器件。一般完成这种功能的电路,我们称为串行接口电路。 -Is a serial interface can accept the parallel data from the CPU characters into a continuous serial data stream is sent, at the same time will accept th
HZKTest
- 来制作led显示屏的工具,降汉字字符转换为点阵数据-Led display tools to create, drop characters into dot matrix character data
chuankoutongxin
- 串行接口是一种可以将接受来自CPU的并行数据字符转换为连续的串行数据流发送出去,同时可将接受的串行数据流转换为并行的数据字符供给CPU的器件。-Serial interface is a kind of can will accept from CPU parallel data character for the continuous converting serial data flow to send out, and will accept the serial data flow in
Sent_data_last
- 用于写字机器人的代码发送、其中包含字符提取、字符转换与发送、-send the code to MCU ,to control it writting words
chang
- 将一个字节转换为两个字符、将字符转换为字节、并且对字节之和进行校验-Will a byte into two characters, will characters into bytes, and check the sum of bytes
CharacterConversion
- 字符点阵转换工具,用于字符转换16进制点阵码作为led显示驱动。-Character dot matrix conversion tool for converting hexadecimal character code as the led dot matrix display driver.
16tobyte
- 能够将16进制字符转换为byte字符,详细功能见源文件注释部分-Able to hexadecimal characters into byte characters, see the comment section of the source file
AIS
- AIS解码在数据处理程序中, 首先必须将接收的字符转换成ASC II码, 再调用校验程序, 对接收到的数据进行校验, 当校验正确后, 才能进行编码转换-AIS decoding data handler, you must first convert the received characters into ASC II code, and then call the calibration procedure, the received data checksum checksum is co
程序员必备所有制码转换
- 二进制 ASCII码 八进制 十六进制 特点数位 逢10进1 逢2进1 逢16进1 美国信息交换标准代码(计算机键盘代码) 共256个字符每个字符8big BCD码(8421) 格雷码等(Binary ASCII code Octal number system Hexadecimal Characteristic digit 10 to 1 2 to 1 16 to 1 Standard code for the exchange of informati