搜索资源列表
GSM 终端编程开发PDU码短信
- 介绍计算机上实现gsm modem短消息收发的模式,描述gsm modem PDU 模式,包括PDU 模式下的gsm modem模块UCS2 编码、解码原理,以及gsm modem发送与接收PDU 串的编制方式, VB 中的MSCOMM 控件,实现gsm modem短消息收发的核心内容。-briefed on computer modem gsm SMS transceiver model, described GSM modem PDU models, including the PDU mo
SMS控件
- 支持中文、英文、中英混合字符 UCS2 格式 PDU 压缩,在此模式下,支持70个字节 支持UCS2 格式 PDU 解析 支持 FLASH 短信功能 支持短信立即显示功能 支持短信回复呼叫功能 支持任意进制数值自由转换 支持 Unicode 码转换成字符 -support Chinese, English, mixed-format characters UCS2 PDU compression, in this mode, support for 70-byte f
UCS2-hanzi
- 实现UCS2和汉字的相互转换
UTf8-Ucs2-convertor.zip
- VB.Net Code to convert Encoding from UTf8 To Ucs2.,VB.Net Code to convert Encoding from UTf8 To Ucs2.
GBUnicodeTRANs.rar
- 实现GB2312到UCS2/unicode的相互转换,主要用于嵌入式的GSM PDU编解码。我已经实现了编解码的函数。如果你只想实现GB2312到UCS2/unicode的相互转换,也可以根据我里面函数进行修改,GB2312 to UCS2/unicode achieve mutual conversion, mainly used in embedded codec GSM PDU. I have a codec implementation of the function. If you j
UCS2Convert
- 将一段文本转换为带左斜杠的16进制UCS2编码字符串,可单条转换,也可成批转换,该工具主要用于MTK手机开发时将中文直接内置时的转码,使用windowsAPI,可供参考,包内有执行程序.-Will convert the text with a slash left a string of 16 hexadecimal UCS2 encoding, can be a single conversion, but also can batch conversion, the tool is mai
7bitcoding
- PDU 7BIT编码程序,目前,发送短消息常用Text和PDU(Protocol Data Unit,协议数据单元)模式。使用Text模式收发短信代码简单,实现起来十分容易,但最大的缺点是不能收发中文短信;而PDU模式不仅支持中文短信,也能发送英文短信。PDU模式收发短信可以使用3种编码:7-bit、8-bit和UCS2编码。7-bit编码用于发送普通的ASCII字符,8-bit编码通常用于发送数据消息,UCS2编码用于发送Unicode字符。-PDU 7BIT encoding process
transcode
- 完成各种编码方式的文本转换为UTF8,包括ascii,ucs2,ucs4,ISO-8859-1,UTF16等类型-transcode ever code type text to utf8,include ascii,ucs2,ucs4,ISO-8859-1,UTF16
ucs2_utf8
- ucs2编码跟utf8呼转的demo,用纯C写,比较适合各类平台各类开发工具使用-Call ucs2 to utf8 encoding with the demo, used to write pure C, more suitable for various types of platforms using various types of development tools
UCS2UTF
- C语言编写的UCS2与UTF8之间相互转换的函数。-Written in C between UCS2 and UTF8 conversion function.
utf8ToUcs2_ucs2ToUtf8
- utf8编码和Ucs2编码之间的相互转换-utf8 to Ucs2 and Ucs2 to utf8
ucs2-gbk
- ucs2到gbk的编码对照表,很实用,这是本人在做手机短信息处理时积累下来的东东。-ucs2 to gbk encoding table, very practical, this is my doing cell phone short message processing accumulated stuff.
agamem_sms
- 介绍计算机上实现gsm modem短消息收发的模式,描述gsm modem PDU 模式,包括PDU 模式下的gsm modem模块UCS2 编码、解码原理,以及gsm modem发送与接收PDU 串的编制方式, VB 中的MSCOMM 控件,实现gsm modem短消息收发的核心内容。-briefed on computer modem gsm SMS transceiver model, described GSM modem PDU models, including the PDU mo
sg_sms_vxWorks
- 中文短信的编解码,含UCS2与GB的转换表。-Chinese codec message containing UCS2 conversion table with the GB.
SMS
- Decode SMS PDU UCS2 and others as well check it out
501_SMS_SPCOMM
- 要做一个短信收发的小软件,于是按照习惯Box寻找例程和控件,可惜没有找到! 于是,大幅翁、Google!!!终于找到了好几个,不是要收费就是不能用!气愤!! 这又不是什么高新尖端科技,俺们不是做不出来,俺们只是秉承RAD的精神而已! 于是这个短消息控件诞生了!虽然还很简陋,起码胳膊腿都有了,剩下就看它怎么跑了! 使用标准AT指令 现在只能支持PDU模式(Text模式太简陋)! 支持7_Bit 和 UCS2 编码 集成了串口(spcomm) 只需要简单的配置几
7bitdecode
- PDCU 7 BIT 解码程序,目前,发送短消息常用Text和PDU(Protocol Data Unit,协议数据单元)模式。使用Text模式收发短信代码简单,实现起来十分容易,但最大的缺点是不能收发中文短信;而PDU模式不仅支持中文短信,也能发送英文短信。PDU模式收发短信可以使用3种编码:7-bit、8-bit和UCS2编码。7-bit编码用于发送普通的ASCII字符,8-bit编码通常用于发送数据消息,UCS2编码用于发送Unicode字符。-PDCU 7 BIT decoding pr
utf8ToUcs2-ucs2ToUtf8
- 实现utf8到Ucs2的编码转换 和ucs2到Utf8的编码转换-To achieve the Ucs2 encoding utf8 conversion and ucs2 to Utf8 transcoding
sms
- 前几天要做一个短信收发的小软件 使用标准AT指令 现在只能支持PDU模式(Text模式太简陋)! 支持7_Bit 和 UCS2 编码 集成了串口(spcomm) 只需要简单的配置几个参数就可以收发短信了-A few days ago to do a little messaging software Using standard AT commands Now only support PDU mode (Text mode is too simple!
ucs2
- 易语言ANSI转UCS2源码例程程序创建scr iptControl对象实现ANSI和UCS2的编码转换。 -Easy language ANSI to UCS2 source routine procedures to create scr iptControl objects to achieve ANSI and UCS2 encoding conversion.