搜索资源列表
qp
- Quoted-Printable也是MIME邮件中常用的编码方式之一。同Base64一样,它也将输入的字符串或数据编码成全是ASCII码的可打印字符串。 Quoted-Printable编码的基本方法是:输入数据在33-60、62-126范围内的,直接输出;其它的需编码为“=”加两个字节的HEX码(大写)。为保证输出行不超过规定长度,可在行尾加“=\\r\\n”序列作为软回车。
HexString_HexByte
- windows下ASCII码转CString显示输出的源代码。-ASCII code under windows to CString display the source code.
UdpProxy
- Udp代理用于Udp调试、监控、抓包等,可以显示数据的ascii码-Udp proxy use for udp monitor、test、catch package etc
ASCIIcode
- ASCII码表.需要的时候.你可以下载以防急需-ASCII code table. Need it. You can download to prevent the need
asc2uni
- 在网络通信中一般都要用到unicode编码,ascii 转换成 unicode 码-assii to unicode
Modbus-TcpIp
- vs2010实现的MODBUS rtu ascii tcp通信源码欢迎交流 -VS2010 MODBUS RTU ASCII TCP communications source code welcome the exchange
tcp-assist
- TCP调测助手,以二进制和ASCII码方式进行显示和存储,界面友好,可以作为client和server端-TCP Commissioning Assistant
3
- 设计一个魔幻盒子使用ASCII码字符设计一个长、宽可变的四边形-Design a magical box using ASCII characters to design a long, wide variable quadrilateral
ascii104
- 查询ASCII码值对应的符号及进制转换等-Query ASCII code value of the corresponding symbols and hexadecimal conversion
ASCII码对照表
- 对码判断,2. 判断string字符串长度时,使用string.isNullorEmpty,减少报错; 3. SQL语句的参数化处理;(For code judgment, when the length of string string is judged by 2., string.isNullorEmpty is used to reduce the error. The parameterized processing of 3. SQL statements;)
sokit-master
- 功能强大的网络调试工具sokit源码 本程序可以工作在三种模式: 服务器模式,用来监听本地端口,接收外部数据包,并且可以回复自定义数据; 客户端模式,用来连接服务器,发送自定义数据包,并接收远程回复数据; 转发器模式,用来监听本地端口,将接收到的数据包发送给指定的远程服务器,也可以在转发数据流中插入自定义数据向双发发送; 支持发送ascii字符串数据,以及十六进制表示的原始字节,单次发送的字符数目没有限制;收到的数据会同时以这两种形式显示。 支持收发日志文件。 支持快捷键操作。(Po
fxoofb95
- ASCII 字符代码图表,编辑框限制字符功能的例程1,很不错的易语言源码,适合易语言爱好者使用,()