Welcome![Sign In][Sign Up]
Location:
Search - C ,手机程序开发

Search list

[SMS手机短信收发程序

Description: C#开发的手机短信发送接收程序,有兴趣朋友可以研究下-C# development of the SMS to send and receive proceedings, interested friends under study
Platform: | Size: 118783 | Author: Min | Hits:

[Windows DevelopSendShortMessage

Description: 短信模块通过串口与PC机相连,该程序操作短信模块,发送手机短信,不支持接收手机短信,短信内容是从Microsoft SQL server中读取的,数据表和存储过程都提供了。开发平台是.net,语言是C#。操作短信模块指令是AT指令。-messaging module and the PC serial port connected to the messaging module operating procedures, send SMS, not receiving support SMS, SMS is Microsoft SQL server from which read, data tables and stored procedures are provided. Development platform yes. Net language is C#. SMS Module operation is AT command.
Platform: | Size: 93505 | Author: 王慧璐 | Hits:

[WEB Code20080418_7e5365638c9b96bd7d6diwgOnUyZkwWy

Description: 适合软件开发,大家可以下载后自己改了用 ActiveObject的运作方式,而且自己编写的程序也最好用ActiveObject来实现,否则在调用很多系统功能时都可能会出现莫名其妙的错误~程序在手机上运行时,可能会出现系统错误,如果希望手机给出详细的错误信息,可以在C:\\System\\BootData\\下建一个名为ErrRd的文件,下次程序运行异常退出时,手机上就会给出更详细的错误信息~
Platform: | Size: 204525 | Author: 潘坤 | Hits:

[ComboBox短信ocx控件

Description: 蓝天短信猫收发控件开发使用手册 安装 通过运行regsvr32.exe程序来安装本控件,如: regsvr32.exe c:\winnt\system32\alasunsmscon.ocx 提示: 由于本控件使用了微软公司的MSCOMM32.OCX,所以用户在自己程序发布时,除了要分发本 控件外,还要包括MSCOMM32.OCX。 特别声明: 深圳市蓝天信息技术有限公司开发的alasunsmscon.ocx控件稳定支持本公司生产的短信猫设备,已对短信猫芯片调用此控件进行了加密技术,本公司的alasunsmscon.ocx控件在调用其它公司短信猫设备时,刚开始能运行一段时间,但运行一段时间后会出现控件无法调用,导致程序无法运行,短信出现乱码等问题,由此声明只对本公司生产的短信猫调用控件负责,用其它公司生产的短信猫调用此控件所引起的系统不稳定,本公司概不负责,敬请谅解。 控件使用说明 ◆属性 序 号 属性名称 数据类型 说 明 1 AutoDelMsg Boolean 设置是否在阅读短信后自动删除SIM卡内短信存档 (建议在经常接收短信时设置为true)。 设计和运行时都可以读写, true自动删除 false不自动删除 默认为false 2 CommPort Integer 串口号(运行时只读) 3 IsOpen Boolean 设备是否已经打开(只读) True已打开 False未打开 4 IsRegOK Boolean 控件是否成功注册(只读) True已打开 False未打开 5 Settings String 设备与计算机的串口通讯设置 设计时和运行时都可以读写 默认值为 9600,n,8,1,分别代表波特率、奇偶校验、 数据位数和停止位数 ◆方法 ☆ 发送AT指令 (ATCommand) 功能描述:向端口发送AT指令 参数:ATCmd string 您要发送的AT指令 返回:string AT指令返回结果 如为错误,返回ERROR ☆ 关闭通讯端口 (CloseComm) 功能描述:关闭与设备的通讯端口 参数: 无 返回: Long 0 成功,其它 失败 ☆ 删除短消息 (DelMsgByIndex) 功能描述:删除SIM卡中指定位置的短信 参数: iIndexNo Integer 要删除SIM卡中短信的位置 返回: Long 0 删除成功,其他 删除失败 ☆ 取得机器码(GetMachineNo) 功能描述:取得机器码(注册控件时用) 参数: 无 返回: string 机器码字符串 ☆ 取得短信中心号码 (GetMsgCenterNo) 功能描述:取得短信中心号码 参数: 无 返回: string 短信中心号码 ☆ 取得注册用户名 (GetRegUserName) 功能描述:取得注册用户名 参数: 无 返回:string 用户名 ☆ 取得未读信息列表 (GetUnreadMsgIndexList) 功能描述:取得未读信息列表 参数: 无 返回: string 逗号分隔的未读信息序号的列表 ☆ 打开通讯端口 (OpenComm) 功能描述: 打开与设备的通讯端口 参数: 无 返回: Long 0 成功, 其他 失败 ☆ 读取设备新收到的短消息 (ReadMsg) 功能描述:读取设备新收到的短消息 参数: sNo string 收到短信的来源号码 sCon string 收到短信的内容 sMsgCenterNo string 短信中心号码 dSendTime date 发送短信的时间 iSendTimeZone Integer 发送短信的时区 返回: Long 0 读取成功, 其他 读取失败 ☆ 读取短消息 (ReadMsgByIndex) 功能描述:读取SIM卡中指定位置的短消息 参数: iIndexNo Integer 短信序号 sNo string 收到短信的来源号码 sCon string 收到短信的内容 sMsgCenterNo string 短信中心号码 dSendTime date 发送短信的时间 iSendTimeZone Integer 发送短信的时区 返回: Long 0 读取成功,其他 读取失败 ☆ 发送短消息 (SendMsg) 功能描述:发送一条短信息 参数: sNo string 对方的手机号码 sCon string 短消息内容 sMsgCenterNo string 短信中心号码(可选) iMsgType Integer 短信类型 (见下表) bAsync Boolean 是否异步发送(可选,默认为False) 返回: Long 0 发送成功,其他 发送失败 ◆短信类型: 常量 值 说 明 alasunUCS2 0 Unicode类型,如中文。选择此类型,短信的最长长度 为70个字符。 alasun7Bit 1 7Bit类型,一般用来发送英文短信,选择此类型,短信 最长长度为160个字符。 alasunBlinking 2 闪烁类型的短信(需手机支持)。 alasunFlash 4 免提短信(直接显示在用户手机屏幕上,需手机支持), 选择此类型,短信编码自动为Unicode,并且最长长度 为69个字符。 以为常量可以结合使用,如alasunBlinking+alasunFlash ☆ 设置短信中心号码 (SetMsgCenterNo) 功能描述:设置短信中心号码 参数: sNewValue string 短信中心号码 返回: Long 0 成功,其他 失败 ☆ 注册控件 (SetSN) 功能描述:注册控件(注册控件时用); 参数: strUserName string 短信用户名 strRegNo string 注册序列号 返回: Boolean True 注册成功,False 失败 ☆ 显示控件关于对话框 (ShowAbout) 功能描述:显示控件关于对话框 参数: 无 返回: 无 ◆ 事件 ☆ OnReceive 当短信到达时触发这个事件,请在此事件中调用ReadMsg方法 ☆ OnSend 在异步发送方式时,短信成功发送时,触发此事件,同步发送时,此事件无效
Platform: | Size: 207421 | Author: terry600@163.com | Hits:

[Program doc中文 SYMBIAN OS C++高效编程

Description: 贪吃蛇游戏程全面详细介绍了Symbian s60 手机应用程序开发的技术。适用于初级、中级的学者。
Platform: | Size: 122291 | Author: billhfy | Hits:

[SMS手机短信收发程序成

Description: 用vc编写的发送手机短信系统。经典的手机短信收发程序,可直接将需要的类加人自己的工程中,调用其中的函数就OK了-with vc prepared to send SMS to the system. Classic SMS transceiver procedures, which will require the direct category and increase their project, which called on the function OK
Platform: | Size: 2224128 | Author: 徐文莲 | Hits:

[SMS手机短信收发程序

Description: C#开发的手机短信发送接收程序,有兴趣朋友可以研究下-C# development of the SMS to send and receive proceedings, interested friends under study
Platform: | Size: 118784 | Author: | Hits:

[Windows DevelopSendShortMessage

Description: 短信模块通过串口与PC机相连,该程序操作短信模块,发送手机短信,不支持接收手机短信,短信内容是从Microsoft SQL server中读取的,数据表和存储过程都提供了。开发平台是.net,语言是C#。操作短信模块指令是AT指令。-messaging module and the PC serial port connected to the messaging module operating procedures, send SMS, not receiving support SMS, SMS is Microsoft SQL server from which read, data tables and stored procedures are provided. Development platform yes. Net language is C#. SMS Module operation is AT command.
Platform: | Size: 134144 | Author: 王慧璐 | Hits:

[Software Engineeringzy

Description: 黑白棋是一种休闲娱乐的益智小游戏,在各种电子词典及手机上广为应用,设计实现这个程序,主要应用了C++中的函数调用及线形二维表的设计和面对对象的思想。应用的编辑程序Vasual C++开发工具能够充分提供各种库类和面向对象的工具,为黑白棋的设计提供了环境保证,并能够正确实现游戏。-? ? drama ?Нβ??? ē text С ? ??? ???痓? ? assessment ??? ????? ?? ?? Π ??? ???? ?? C++ ?? ?? ???? ? ? ?? ?? ? cen? ? ??? ??? ??? ? ?? ? ?? ual C+ 2B !??????? ? ????????? ?? sort out divining stalks? ? ???? ? ? ?? ?嵄?? ?? ??????????? ??? ? ? ? π ? ???
Platform: | Size: 130048 | Author: zhangyang | Hits:

[Documents20080418_7e5365638c9b96bd7d6diwgOnUyZkwWy

Description: 适合软件开发,大家可以下载后自己改了用 ActiveObject的运作方式,而且自己编写的程序也最好用ActiveObject来实现,否则在调用很多系统功能时都可能会出现莫名其妙的错误~程序在手机上运行时,可能会出现系统错误,如果希望手机给出详细的错误信息,可以在C:\System\BootData\下建一个名为ErrRd的文件,下次程序运行异常退出时,手机上就会给出更详细的错误信息~-Suitable for software development, can be downloaded after the U.S. changed their mode of operation used ActiveObject, and have written procedures to achieve ActiveObject best, otherwise a lot of system functions in the call when they may appear inexplicable error ~ program running on mobile phones when a system error may occur if you want to phone gives detailed error information may be C: SystemBootData a ErrRd under construction documents, the next program run abnormal exit, the phone will be given a more detailed error Information ~
Platform: | Size: 203776 | Author: 潘坤 | Hits:

[SMSfrmMain

Description: 源码..C#开发的手机短信发送接收程序,有兴趣朋友可以研究下-C# development of the SMS to send and receive proceedings, interested friends under study-Source .. C# Developed mobile phone message sent to receive the procedure, interested friends can study under-C# Development of the SMS to send and receive proceedings, interested friends under study
Platform: | Size: 69632 | Author: yixin | Hits:

[Communication-MobileJavaandCsharpformobile

Description: 用Java/C#开发手机程序及移动应用光盘代码。J2ME核心类及MIDlet类;基于Java开发MIDlet程序;图形处理及低级事件处理;多线程编程;即时消息传送;I/O及网络编程;数据库编程;多媒体编程及游戏编程;基于C#开发ASP.NET移动控件以及适应不同设备的WAP应用;WebService及移动应用,包括:日程、天气、股票、地图、短信、IP等;其他高级编程技术应用等。-Using Java/C# development of mobile applications mobile procedures and CD-ROM code. J2ME core category and the MIDlet category MIDlet development procedures based on Java graphics processing and low-level event handling multi-threaded programming instant messaging I/O and network programming Database Programming multimedia programming and game programming Based on the C# to develop ASP.NET mobile controls, as well as to adapt to different devices WAP applications WebService and mobile applications, including: schedules, weather, stocks, maps, message, IP, etc. other high-level programming technology applications.
Platform: | Size: 4022272 | Author: | Hits:

[CSharpDLL

Description: GsmModem 源码 短信模块通过串口与PC机相连,该程序操作短信模块,发送手机短信,不支持接收手机短信,短信内容是从Microsoft SQL server中读取的,数据表和存储过程都提供了。开发平台是.net,语言是C#。操作短信模块指令是AT指令。 -GsmModem message source modules through the serial port and PC-connected operation of the program module message, send cell phone message, cell phone does not support the message receiver, message content from the Microsoft SQL server are read, the data tables and stored procedures are provided. Development platform are. Net, language is C#. Message module operating instructions are AT commands.
Platform: | Size: 3128320 | Author: | Hits:

[OpenGL programReflection

Description: Iphone手机开发的关于OpenGL、2D图形设计的示例程序,可以直接用X-code开发工具和Iphone模拟器运行。-Iphone mobile phone about the development of OpenGL, 2D graphic design of the sample programs can be directly used for X-code development tools and Iphone simulator is running.
Platform: | Size: 188416 | Author: Sylvan Wu | Hits:

[SymbianDeveloping_Series_60_Applications(A_Guide_for_Symb

Description: 《Developing Series 60 Applications: A Guide for Symbian OS C++ Developers》本压缩包中包含了电子书和源码。 Series 60是在Symbian OS下进行智能手机应用程序开发的主要平台,它拥有广大的用户群。本书是诺基亚与EMCC软件公司共同推出的一本Series 60开发的权威参考书,为Symbian OS下的C++编程提供全面指导。全书共13章,循序渐进地讲解Symbian OS基础、Series 60 GUI应用程序设计基础、应用程序各种UI控件、移动通信和多媒体开发知识,以及应用程序的调试与测试等。全书包含了60个实例应用程序,每个都有完整的 C++代码和安装脚本,涵盖了Series 60开发的方方面面。本书适用于所有Symbian OS手机应用开发人员:初学者通过本书可以打下牢固基础,掌握必须的技能;有经验的开发人员则可以通过本书获得丰富的、有价值的参考资料。-《Developing Series 60 Applications: A Guide for Symbian OS C++ Developers》This compressed package contains e-books and source code. Series 60 is a Symbian OS smartphone under the main application development platform, which has a large user base. This book is EMCC Software Nokia to launch a Series 60 of the authority of the development of reference books, under the Symbian OS for C++ programming to provide comprehensive guidance. Book of 13 chapters, a gradual and orderly manner based on Symbian OS to explain, Series 60 GUI applications design, applications, a variety of UI controls, mobile communications and multimedia development expertise, as well as applications such as debugging and testing. Book contains 60 examples of applications, each with a complete C++ code and installation scripts, covering every aspect of the development of Series 60. This book applies to all Symbian OS mobile application developers: beginners through this book can lay a solid foundation to master
Platform: | Size: 6482944 | Author: 冷秋魂 | Hits:

[GUI DevelopFlash4UI_Personal_SDK

Description: Flash4UI 可以让普通的C++应用程序使用flash作为UI,从而使UI开发变的极其轻松。 通过flash的超炫效果,可以使软件提升几个档次。使用Flash制作UI可以一劳永逸,摇身一变可以成为网页应用符合大势所趋,也可以在linux,Mac等PC平台,也可以在很多手机平台上使用。做到可以看Flash的地方就可以用Flash UI。 多年来UI开发一直是程序开发者相当头疼的部分,烦扰复杂的消息传递,凌乱琐碎的图片更换...... Flash4UI给C++应用程序的UI开发带来了革命性的转变,让我们一起翻开这一页历史新篇章...... Flash4UI典型应用:桌面程序界面库,网络flash收集器,桌面宠物等等。-Use Flash as UI in C++ programme
Platform: | Size: 999424 | Author: flash4ui | Hits:

[Communication-MobileGPS_Csharp_wm6.1

Description: 在智能手机上捕捉GPS信号,不需要ARCGIS开发库支持,采用纯C#编写。开发环境为Microsoft Visual Studio 2005。可在vs.net2008下重编译运行。我的运行环境为windows mobile 6.1和SP2003。可以显示经度,纬度,卫星个数,精确的gps授时。精确至小数点后13位。 界面2是手机自带的gps界面,界面5是本程序的gps界面。纯C#开发的程序是纯绿色的,相对而言,采用ARCGIS开发库开发的同类程序,虽然代码简单,但要安装ARCGIS手机端,不能做成纯绿色的。-Written in pure C#, in smart phones to capture GPS signals. Development environment for Microsoft Visual Studio 2005. Can be re-compiled to run under the vs.net2008. Runtime environment for windows mobile 6.1 or SP2003. Can display the longitude, latitude, satellite number, accurate gps timing. Accurate to 13 decimal. Interface, two built-in gps cell phone interface, the interface 5 is the program gps interface.
Platform: | Size: 161792 | Author: redvfp | Hits:

[Bookscode

Description: Carbide.c++开发的symbian手机程序例程,新手入门的很好的实例。-Carbide.c++ developed procedures for routine cell phone symbian, Getting Started in a very good example.
Platform: | Size: 2528256 | Author: 张博 | Hits:

[SMSC语言写的手机短信收发程序代码

Description: C语言写的手机短信收发程序源代码,可以用来学习短信猫的开发(sms send-receive with c source)
Platform: | Size: 122880 | Author: hm_nie | Hits:

[ASPX.NET企业内训系统-PC+小程序+APP+微信公众号+H5-源代码

Description: 前后端分离,C#、Vue。web端采用ElementUI,手机端采用VantUI,管理后台采用WebdeskUI。直播、视频学习、试题练习、测试、考试、学习证明、成绩打印,实现“学、练、考”一体。私有化部署,微信支付、支付宝支付,收益全掌控。永久授权,一次建设终身使用。安装量超四万家。 https://gitee.com/weishakeji/LearningSystem 源码下载地址 https://gitee.com/weishakeji/LearningSystem/tree/master/Sourcecode 开发指引
Platform: | Size: 65818005 | Author: 1846069146 | Hits:
« 12 3 »

CodeBus www.codebus.net