搜索资源列表
CHUANBINKOU
- 并 串数据转换,其中有硬件设计和软件仿真内容,其中用到的软件是PROTEUS KEIL-And string data conversion, including hardware design and software simulation content, which are used software PROTEUS KEIL
key_scan
- 非常实用的单片机键盘扫描程序,含常规行列扫描,通过74LS164或74HC595的串并转换后的行列扫描,以及通过TLC1543后的A/D转换后的直读扫描,再有常规的直读扫描,程序中含有记忆算法。-Very practical single-chip scanner keyboard, with the ranks of conventional scanning, 74LS164 or 74HC595 through the string and the ranks of the post-co
sp
- 这是VB编程RS232串口(COM口)控制的D/A(数模转换)转换板的上位机演示程序。通过电脑串口(或其他具有串口的单片机、PLC、DSP)发个简单的可视ASCII指令,便可以方便地控制8个数模转换通道输出设定的电压值。比如,电脑串口输出字符串"C2V2660"到本控制板,则控制板将控制2号通道输出2.66V电压;电脑串口输出字符串"C6V3060"到本控制板,则控制板将控制6号通道输出3.06V电压.指令非常简单,完全不需了解复杂的硬件及时序控制。-This is a VB programmi
tconvert_src3
- 一个很好用的在UNICODE和ANSI转换的类(2KB)-Set of classes enabling UNICODE and ANSI string conversion.
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
Speed
- 本程序是基于单片机的红外线测速仪,程序中包括4位数码管的驱动,红外管的中断计时、浮点型数据到字符串的转换等模块。-This procedure is based on the MCU infrared gun, the program includes four LED driver, infrared tube interrupt time, floating-point data to string conversion module.
UARTCharShift
- ARM Cortex-M3的UART模块程序,上位机发送字符串后,根据模式选择调整,可以进行大小写转换后传回。-The ARM Cortex-M3 UART module program, the host computer to send the string according to the mode to select the adjustment can be returned after case conversion.
Serial-Print
- 本程序实现了以下功能: 单片机上电后等待从上位机串口发送来的命令,同时在数码管的前四位以十进制 显示 AD采集来的数值。 1)当收到以十六进制发送来的01后,向上位机发送字符串“Turn off ad!”,同时间隔 一秒读取AD的值,然后把AD转换过来的数表示成实际电压值(浮点数),并且从串口发 送给上位机,形式如“The voltage is 3.398438V”发送周期也是一秒一次。 2)当收到02时,向上位机发送“Turn off ad!”并停止发送电压值 3)
165-and-string-conversion
- AT89S52单片机控制两片165串并转换进行LED扩展-AT89S52 SCM control two pieces of 165 deserialize for LED extension
74hc165
- 此源码为经典的74hc165驱动程序,对并转串的IO口转换有参考作用。-This source for classic 74hc165 driver IO port and turn the string conversion a useful reference.
MyFtoA
- 浮点转换为字符串函数,,能够高效实现转换,且可移植性好-Floating point conversion to a string function , can effectively implement conversion and portability
12864cb
- 基于12864的对于中文字库液晶测试的代码文件,包含串并转换-12864-based test for Chinese character LCD code file that contains the string conversion
danpianji
- 单片机开发工具,包含串口调试,字符串转换-Microcontroller development tools, including serial debugging, string conversion
algorithm
- 常用的字符串处理算法的c程序,如数出一串字符串有几个逗号,小数点前后的整型与浮点型数字的转换-Commonly used string processing algorithm c procedures, such as out of a string of several commas, the decimal point and integer and floating-point digital conversion
StrConv
- 字符换转换的类,用于string之间及到其他类型的处理-Character wrap conversion class, for the string and to other types of processing
clib
- 将字符串转为数字,一个字节的数据转换成两个字符,ASCII 到 HEX的转换函数,HEX 到 ASCII的转换函数-The string to digital, a byte of data is converted into two characters, ASCII to HEX conversion function, HEX to ASCII conversion functions
ETORS232V230507
- 内置的TCP/IP协议栈可以方便的将一个串口设备连接到以太网。本系统一共能够支持三种 不同的网络连接模式:TCP SERVER模式、TCP CLIENT模式和UDP模式。UDP和TCP协议最大的不 同是,TCP协议对所发出的数据包需要进行接收方的确认,否则发送方认为接收方没有收到数 据,进行重新传送或差错处理;UDP协议则不需要接受方进行确认。虽然不需要确认降低了数 据传输的可靠性,但是这将有利于快速的数据传输。(The system is embedded with TCP/IP st