搜索资源列表
SMS_PUDUnit
- 短信收发的Delphi程序,PDU格式的-mobilephone send sms with pdu s style.
MobilePhone
- 手机短信编程-SMS Programming
send-message-by-mobilephone
- 经典的手机短信收发程序,可直接将需要的类加人自己的工程中,调用其中的函数就OK了!
MobilePhone
- 手机短信程序源代码,C++编写(转载自爱就下载(教育网)( www.i9xz.com))
mobilephone
- 因为手机短消息的发送是以PDU串的形式发送出去的,中文字符以Unicode码来表示,所以在发送中文短消息之前必须首先将中文字符转换为Unicode码,下面的函数将实现这个功能。这个函数主要应用到VB自带的一个格式转换函数:ChrW()将中文转换为Unicode码。
languagedll
- 应用于Mobilephone平台的语言驱动
mobilephone
- i think that is a good study for us,i hope we like it.thank you
txl
- 建立一个通讯录的类note,该类中的属性有以下几项:String name,phone,MobilePhone,zip,address,Email 分别表示:姓名,固定电话,手机号,邮编,地址,电子邮件地址。方法有两个:Setnote()给属性赋初值得函数,方法show()显示一条通讯记录。 程序使用了ObjectInPutStream和ObjectOutPutStream这两个文件输入输出流,利用这两个文件输入输出流,可以方便的
Series_60_DP_Effective_Power_And_Resource_Manageme
- 西门子手机开发软件-the develope program on Siemense mobilephone.
MobileTelephone
- 利用红外线与手机通信,获取手机中的信息,熟悉AT指令。-use infrared to communicate with your mobile terminal,get the information from mobilephone, and we can be familiar with AT command suite.
D9输入法
- 一种手记输入法,类似T9,具有多选功能,操作灵活,提供优良的字库索引文件。-An entering method like T9 used in mobilephone. with the function of selection in multi-word. It is flexible to operate, and it provide perfect index of font lib.
MobilePhone
- 手机短信编程-SMS Programming
MobilePhone
- 手机短信程序源代码,C++编写(转载自爱就下载(教育网)( www.i9xz.com))-SMS source code, C++ Preparation (reproduced self-love on the download (Education Network) (www.i9xz.com))
mobilephone
- 因为手机短消息的发送是以PDU串的形式发送出去的,中文字符以Unicode码来表示,所以在发送中文短消息之前必须首先将中文字符转换为Unicode码,下面的函数将实现这个功能。这个函数主要应用到VB自带的一个格式转换函数:ChrW()将中文转换为Unicode码。-Because the mobile phone short message sending PDU is sent the form of strings, and Chi
mobilephone
- i think that is a good study for us,i hope we like it.thank you
E300_Service_Manual
- Samsung Mobilephone Service Manual in PDF Format
mmi
- 手机mmi状态机,包括打电话、发短信、SAT-State machine of mmi of mobilephone, it s including Call, SMS, SAT etc.
mobilephone
- source code about mobile phone in c++ program.
Inheritance.java
- 编写一个 Java 程序 , 程序中有一个父类 Telephone,Telephone 类中包含有电话品牌、电话号码、通话时间、费率等属性 , 以及计算话费和显示信息等方法。另外 , 程序中还有另一个类叫作 Mobilephone, 它是 Telephone 的子类 , 除了具有 Telephone 类的属性外 , 它还有自己的属性如网络类型、被叫时间 , 同时它有自己的计算话费和显示信息的方法。 最后程序中应包含一个主类来使用上述两个
mobilephone
- 设计思想: 1).用bit数组的下标与电话号码一一对应,而用数组中该位的值(1或0)来代表该电话号码是否已经发放。 2).bit是计算机的最小单位,用它可以实现某种意义上的数据压缩,防止极限数据下的JVM内存溢出。 3).JAVA语言中,没有bit数组类型,不过BitSet实现了类似于bit数组的功能。 -包的划分: com.neusoft.mobilephone.filedeal 存放文件操作类