Welcome![Sign In][Sign Up]
Location:
Search - mobilephone

Search list

[SMSSMS_PUDUnit

Description: 短信收发的Delphi程序,PDU格式的-mobilephone send sms with pdu s style.
Platform: | Size: 7094 | Author: wang | Hits:

[OS programMobilePhone

Description: 手机短信编程-SMS Programming
Platform: | Size: 9149 | Author: 杰克 | Hits:

[Other resourcesend-message-by-mobilephone

Description: 经典的手机短信收发程序,可直接将需要的类加人自己的工程中,调用其中的函数就OK了!
Platform: | Size: 182032 | Author: 孔明 | Hits:

[Communication-MobileMobilePhone

Description: 手机短信程序源代码,C++编写(转载自爱就下载(教育网)( www.i9xz.com))
Platform: | Size: 24252 | Author: lining | Hits:

[SMSmobilephone

Description: 因为手机短消息的发送是以PDU串的形式发送出去的,中文字符以Unicode码来表示,所以在发送中文短消息之前必须首先将中文字符转换为Unicode码,下面的函数将实现这个功能。这个函数主要应用到VB自带的一个格式转换函数:ChrW()将中文转换为Unicode码。
Platform: | Size: 7049 | Author: 高晓斌 | Hits:

[OS programlanguagedll

Description: 应用于Mobilephone平台的语言驱动
Platform: | Size: 72503 | Author: 嘉欣 | Hits:

[Communication-Mobilemobilephone

Description: i think that is a good study for us,i hope we like it.thank you
Platform: | Size: 106668 | Author: ann | Hits:

[JSP/Javatxl

Description: 建立一个通讯录的类note,该类中的属性有以下几项:String name,phone,MobilePhone,zip,address,Email 分别表示:姓名,固定电话,手机号,邮编,地址,电子邮件地址。方法有两个:Setnote()给属性赋初值得函数,方法show()显示一条通讯记录。 程序使用了ObjectInPutStream和ObjectOutPutStream这两个文件输入输出流,利用这两个文件输入输出流,可以方便的直接将通讯记录对象直接写入文件中,另外为了方便添加和删除一条记录还使用了系统的对象数组类Arraylist。同时也方便了查找操作。
Platform: | Size: 2342 | Author: 李鹏宇 | Hits:

[Communication-MobileSeries_60_DP_Effective_Power_And_Resource_Manageme

Description: 西门子手机开发软件-the develope program on Siemense mobilephone.
Platform: | Size: 273722 | Author: | Hits:

[Communication-MobileMobileTelephone

Description: 利用红外线与手机通信,获取手机中的信息,熟悉AT指令。-use infrared to communicate with your mobile terminal,get the information from mobilephone, and we can be familiar with AT command suite.
Platform: | Size: 18486 | Author: | Hits:

[Windows DevelopD9输入法

Description: 一种手记输入法,类似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.
Platform: | Size: 125346 | Author: 阿撒卡 | Hits:

[OS programMobilePhone

Description: 手机短信编程-SMS Programming
Platform: | Size: 9216 | Author: 杰克 | Hits:

[Communication-MobileMobilePhone

Description: 手机短信程序源代码,C++编写(转载自爱就下载(教育网)( www.i9xz.com))-SMS source code, C++ Preparation (reproduced self-love on the download (Education Network) (www.i9xz.com))
Platform: | Size: 23552 | Author: lining | Hits:

[SMSmobilephone

Description: 因为手机短消息的发送是以PDU串的形式发送出去的,中文字符以Unicode码来表示,所以在发送中文短消息之前必须首先将中文字符转换为Unicode码,下面的函数将实现这个功能。这个函数主要应用到VB自带的一个格式转换函数:ChrW()将中文转换为Unicode码。-Because the mobile phone short message sending PDU is sent the form of strings, and Chinese characters to Unicode code expressed in the Chinese short message sent before the Chinese characters must first be converted to Unicode code, the following function to achieve this function. The main function is applied to a VB own format conversion function: ChrW () will be converted to Unicode Chinese code.
Platform: | Size: 7168 | Author: 高晓斌 | Hits:

[Communication-Mobilemobilephone

Description: i think that is a good study for us,i hope we like it.thank you
Platform: | Size: 106496 | Author: ann | Hits:

[Program docE300_Service_Manual

Description: Samsung Mobilephone Service Manual in PDF Format
Platform: | Size: 1937408 | Author: ton | Hits:

[VHDL-FPGA-Verilogmmi

Description: 手机mmi状态机,包括打电话、发短信、SAT-State machine of mmi of mobilephone, it s including Call, SMS, SAT etc.
Platform: | Size: 3889152 | Author: ycchjd | Hits:

[Windows Developmobilephone

Description: source code about mobile phone in c++ program.
Platform: | Size: 2048 | Author: kumar | Hits:

[JSP/JavaInheritance.java

Description: 编写一个 Java 程序 , 程序中有一个父类 Telephone,Telephone 类中包含有电话品牌、电话号码、通话时间、费率等属性 , 以及计算话费和显示信息等方法。另外 , 程序中还有另一个类叫作 Mobilephone, 它是 Telephone 的子类 , 除了具有 Telephone 类的属性外 , 它还有自己的属性如网络类型、被叫时间 , 同时它有自己的计算话费和显示信息的方法。 最后程序中应包含一个主类来使用上述两个类并显示它们的信息。-class Telephone
Platform: | Size: 1024 | Author: 晨曦 | Hits:

[JSP/Javamobilephone

Description: 设计思想: 1).用bit数组的下标与电话号码一一对应,而用数组中该位的值(1或0)来代表该电话号码是否已经发放。 2).bit是计算机的最小单位,用它可以实现某种意义上的数据压缩,防止极限数据下的JVM内存溢出。 3).JAVA语言中,没有bit数组类型,不过BitSet实现了类似于bit数组的功能。 -包的划分: com.neusoft.mobilephone.filedeal 存放文件操作类 com.neusoft.mobilephone.util 存放工具类 com.neusoft.mobilephone.parser 存放解析类 com.neusoft.mobilephone 存放测试类
Platform: | Size: 351232 | Author: 韦小宝 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net