搜索资源列表
mobilephone
- 因为手机短消息的发送是以PDU串的形式发送出去的,中文字符以Unicode码来表示,所以在发送中文短消息之前必须首先将中文字符转换为Unicode码,下面的函数将实现这个功能。这个函数主要应用到VB自带的一个格式转换函数:ChrW()将中文转换为Unicode码。
mobilephone
- 因为手机短消息的发送是以PDU串的形式发送出去的,中文字符以Unicode码来表示,所以在发送中文短消息之前必须首先将中文字符转换为Unicode码,下面的函数将实现这个功能。这个函数主要应用到VB自带的一个格式转换函数:ChrW()将中文转换为Unicode码。-Because the mobile phone short message sending PDU is sent the form of strings, and Chi
VBChinese2Unicode
- 在VB中把中文转化成Unicode码 首先介绍一下VB中的两个函数:ChrW()和AscW().对于Chr()和Asc()函数大家一定很熟悉,对于ChrW()和AscW()可能会比较生疏一点. ChrW 函数返回包含 Unicode 的 String,若在不支持 Unicode 的平台上,则其功能与 Chr 函数相同 AscW 函数返回 Unicode 字符代码,若平台不支持 Unicode,则与 Asc 函数功能相同。-Put i
vbpdu
- Dim tep As String Dim temp As String Dim i As Integer Dim B As Integer Dim rems As String tep = rmsg i = Len(tep) If i < 1 Then Exit Function B = i / 2 If i = B * 2 Then tep = Le
20081911458523
- 介绍了一种简单、实用、通用性好的字符串加解密,在各种语言环境均可运行。 值得注意的是程序中使用了AscW、ChrW函数,而没有使用Asc、Chr函数,因为在英文环境加解密中文时,程序无法正常运行,究竟为什么我就不多说了,大家仔细体会吧。 还有一些相关的字符串处理函数,如ChrB、StrConv等也是很有用的。-Introduced a simple, practical, versatile good string