Welcome![Sign In][Sign Up]
Location:
Search - example MMS

Search list

[WAP develop用sms发mms、WAP PUSH等资料

Description: 注意,短信应当以二进制格式发送(SMPP和CMPP里,编码为0x04) 短信内容,WAP PUSH是使用1条或者多条短信来发的,如果内容超过了140个字节,就必须分多条发送,规则如下: 0B05040B8423F00003B3 02 01 B30601AE02056A0045C60C03 6865726F2E7478736D732E636F6D 0001 037465737474657374746573747465737474657374746573747465737474657374746573747465737474657374746573747465737474657374746573747465737474657374746573747465737474657374746573747465737474657374746573747465 02是指共有两条短信 01是指这是第一条 这里是URL地址(hero.txsms.com),注意不要有http:// 0001为URL结束标志 描述文字开始,注意:utf编码。 0B05040B8423F00003B3 02 02 737474657374746573747465737474657374746573747465737474657374746573747465737474657374000101 02是指共有两条短信 02是指这是第一条 继续上条未完内容 请参考example.c中的例子 -attention, SMS should be sent in binary format (SMPP and CMPP, coding for 0x04) SMS, WAP PUSH is to use a number of messages or to the hair, If the contents of more than 140 bytes, we must send a number of points, rules are as follows : 0B05040B8423F00003B3 02 01 B30601AE02056A00 45C60C03 6865726F2E7478736D732E636F6D 0001 0374657374746573747465737474657374746573 7474657374746573747465737474657374746573 7474657374746573747465737474657374746573 7474657374746573747465737474657374746573 74746573747465737474657374746573747465 02 there are two means of SMS 01 is the first of this is here is the URL address (hero.txsms.com ), will not have to http:// 0001 marked the end of the URL description language, attention : utf coding. 0B05040B8423F00003B3 02 02 7374746573747465 737474657374746573747465737
Platform: | Size: 520847 | Author: dzy | Hits:

[Other resourceSMILandmms

Description: SMIL 手册及其MMS 应用指南,含有例子.同步多媒体集成语言(SMIL [1])是基于XML 的语言,它可用于创建多媒体显示程序。SMIL 能 够根据在屏幕上以及时间坐标轴上给出元素的位置,将不同媒体元素,例如图象、声频、视频和文本等合成到显示之中。-MMS SMIL application manuals and guides, contain examples. Synchronized Multimedia Integration Language (SMIL [1]) is the XML-based language, It can be used to create multimedia display procedures. SMIL according to the screen coordinates and the time axis is the location of elements of different media elements, For example, images, audio, video and text to the synthesis among show.
Platform: | Size: 644969 | Author: 马弘历 | Hits:

[SymbianMMSExample1_2

Description: Symbian OS MMS Example,希望和大家多多交流
Platform: | Size: 229987 | Author: vicent | Hits:

[SourceCodejpeg编解码

Description: jpeg软件编解码 ccjpeg.c jpeg_enc_interface.h Makefile ansi2knr.1 config.sub jcdctmgr.c jconfig.doc jcphuff.c jddctmgr.c jdtrans.c jmemansi.c jpegtran makeapps.ds makefile.unix rdgif.c wrbmp.c ansi2knr.c configure jchuff.c jconfig.h jcprepct.c jdhuff.c jerror.c jmemdosa.asm jpegtran.1 Makefile makefile.vc rdjpgcom wrgif.c cderror.h djpeg jchuff.h jconfig.mac jcsample.c jdhuff.h jerror.h jmemdos.c jpegtran.c makefile.ansi makefile.vms rdjpgcom.1 wrjpgcom cdjpeg.c djpeg.1 jcinit.c jconfig.manx jctrans.c jdinput.c jfdctflt.c jmemmac.c jquant1.c Makefile.bak makefile.wat rdjpgcom.c wrjpgcom.1 cdjpeg.h djpeg.c jcmainct.c jconfig.mc6 jdapimin.c jdmainct.c jfdctfst.c jmemmgr.c jquant2.c makefile.bcc makelib.ds rdppm.c wrjpgcom.c change.log example.c jcmarker.c jconfig.sas jdapistd.c jdmarker.c jfdctint.c jmemname.c jutils.c makefile.cfg makeproj.mac rdrle.c wrppm.c cjpeg install-sh jcmaster.c jconfig.st jdatadst.c jdmaster.c jidctflt.c jmemnobs.c jversion.h makefile.dj makljpeg.st rdswitch.c wrrle.c cjpeg.1 jcapimin.c jcomapi.c jconfig.vc jdatasrc.c jdmerge.c jidctfst.c jmemsys.h ltconfig makefile.manx maktjpeg.st rdtarga.c wrtarga.c cjpeg.c jcapistd.c jconfig.bcc jconfig.vms jdcoefct.c jdphuff.c jidctint.c jmorecfg.h ltmain.sh makefile.mc6 makvms.opt README ckconfig.c jccoefct.c jconfig.cfg jconfig.wat jdcolor.c jdpostct.c jidctred.c jpegint.h makcjpeg.st makefile.mms rdbmp.c transupp.c config.guess jccolor.c jconfig.dj jcparam.c jdct.h jdsample.c jinclude.h jpeglib.h makdjpeg.st makefile.sas rdcolmap.c transupp.h
Platform: | Size: 628241 | Author: hejp@18bc.com | Hits:

[Other高级通信程序

Description: 这是一个自我感觉很好的通信程序,它的特点: 1.数据包格式全部自己定义。 所有的定义和通信核心类全部在COMM文件夹中。 2.能处理大量客户端同时通信的情况,客户和服务端共用相同的通信对象,并且可以实现互传。 3.通信细节全部封装在几个通用的类中,隐藏了交互通信的所有处理细节,如断包处理,超时重发等功能。 4.数据通信和数据具体应用完全分离,扩展性良好,本例中只做一个上传文件的例子,你可以在不用改动通信核心的情况下,可以实现远程控制所需的任何功能,并且不需要考虑通信细节。具体方法可以参考:CommSrvApps 单元的TSrvApp_File类,只需写一个新类即可: TSrvApp_File = class(TServerAppObject) public function ProcessData(ABuf: PChar ASize: integer): integer override end 通过以上类配合通信核心类,实现了远程实时传送一个文件就像copy那么简单。 其它: 此程序是我自己开发的连锁超市方案中数据交换的应用实例,所以客户端和服务端的代码有点多,但多是与通信本身无关,所实现的功能是将本地Local文件夹与远程Remote文件夹的.rs文件互相进行传送。 -this a good feeling of self-communication program, which features : 1. All data packet format own definition. All the definition and communication in all core categories COMM folder. 2. Can handle a large number of client communications in the same time, customer-service and sharing the same communications targets, and can interoperate Chuan. 3. Details of all communications package in a few general categories, interactive communications hidden handle all the details, such as broken packet processing, heavy overtime, among other functions. 4. Data communications and specific application data separation, scalability good, in this case they should only upload documents example, you can not change the core of communication, remote control can be achieved for any function, and need not cons
Platform: | Size: 214016 | Author: sr | Hits:

[WAP develop用sms发mms、WAP PUSH等资料

Description: 注意,短信应当以二进制格式发送(SMPP和CMPP里,编码为0x04) 短信内容,WAP PUSH是使用1条或者多条短信来发的,如果内容超过了140个字节,就必须分多条发送,规则如下: 0B05040B8423F00003B3 02 01 B30601AE02056A0045C60C03 6865726F2E7478736D732E636F6D 0001 037465737474657374746573747465737474657374746573747465737474657374746573747465737474657374746573747465737474657374746573747465737474657374746573747465737474657374746573747465737474657374746573747465 02是指共有两条短信 01是指这是第一条 这里是URL地址(hero.txsms.com),注意不要有http:// 0001为URL结束标志 描述文字开始,注意:utf编码。 0B05040B8423F00003B3 02 02 737474657374746573747465737474657374746573747465737474657374746573747465737474657374000101 02是指共有两条短信 02是指这是第一条 继续上条未完内容 请参考example.c中的例子 -attention, SMS should be sent in binary format (SMPP and CMPP, coding for 0x04) SMS, WAP PUSH is to use a number of messages or to the hair, If the contents of more than 140 bytes, we must send a number of points, rules are as follows : 0B05040B8423F00003B3 02 01 B30601AE02056A00 45C60C03 6865726F2E7478736D732E636F6D 0001 0374657374746573747465737474657374746573 7474657374746573747465737474657374746573 7474657374746573747465737474657374746573 7474657374746573747465737474657374746573 74746573747465737474657374746573747465 02 there are two means of SMS 01 is the first of this is here is the URL address (hero.txsms.com ), will not have to http:// 0001 marked the end of the URL description language, attention : utf coding. 0B05040B8423F00003B3 02 02 7374746573747465 737474657374746573747465737
Platform: | Size: 520192 | Author: dzy | Hits:

[Picture ViewerCYesMMs

Description: 一个GdiPlus.lib的应用示例,可以转换不同的格式的图片和动态生成图片-GdiPlus.lib an example of the application. can be converted to the format of different pictures and dynamically generated images
Platform: | Size: 948224 | Author: 姜博 | Hits:

[OtherhwSOAPmy

Description: 收SP下行消息 A. 启动MMSC侦听端口 在模拟器界面的右下角的"Liten Port"文本框中输入MMSC的侦听端口,这个值是为接收SP发出的下行消息提供服务的端口号,比如:"8080",按下"Start"按钮启动MMSC侦听服务。 B. 接收消息 接收的是从SP(API)发来的消息,处理后回一条响应消息。 2 模拟MMSC向SP发送上行消息 A. 选择模拟器左边界面的MessageType为“DeliverReq”; B. “Send To”文本框中输入SP的上行地址,例如http://10.164.50.29:8888; C. 在界面中选择输入其他需要的字段,然后点击“Send”按纽即可向SP上行地址发送上行消息。 3 模拟MMSC向SP发送递送报告消息 A. 选择模拟器左边界面的MessageType为“DeliverReportReq”; B. “Send To”文本框中输入SP的上行地址,例如http://10.164.50.29:8888; C. 在界面中选择输入其他需要的字段,然后点击“Send”按纽即可向SP上行地址发送递送报告消息。 4 模拟MMSC向SP发送阅读报告消息 A. 选择模拟器左边界面的MessageType为“ReadReportReq”; B. “Send To”文本框中输入SP的上行地址,例如http://10.164.50.29:8888; C. 在界面中选择输入其他需要的字段,然后点击“Send”按纽即可向SP上行地址发送阅读报告消息-admission SP downlink information A. activated MMSC interception port interface simulators at the lower right corner of the "Liten Port "text box input port MMSC intercepts, This value is to receive the SP downlink information services portal, for example : "8080" Press the "Start" button activated MMSC interception services. B. receiving information received from SP (API) made the news, after a response to the news. 2 Simulation MMSC to uplink news sent SP A. choice left Simulator interface for the MessageType "DeliverReq"; B. "Send To" text box importation SP uplink address, For example http://10.164.50.29:8888; C. choose the interface needs to import other fields, then click on the "Send" button can uplink to the SP Send uplink
Platform: | Size: 5816320 | Author: 泡泡龙 | Hits:

[OtherSMILandmms

Description: SMIL 手册及其MMS 应用指南,含有例子.同步多媒体集成语言(SMIL [1])是基于XML 的语言,它可用于创建多媒体显示程序。SMIL 能 够根据在屏幕上以及时间坐标轴上给出元素的位置,将不同媒体元素,例如图象、声频、视频和文本等合成到显示之中。-MMS SMIL application manuals and guides, contain examples. Synchronized Multimedia Integration Language (SMIL [1]) is the XML-based language, It can be used to create multimedia display procedures. SMIL according to the screen coordinates and the time axis is the location of elements of different media elements, For example, images, audio, video and text to the synthesis among show.
Platform: | Size: 645120 | Author: 马弘历 | Hits:

[JSP/Javamms

Description: 一个制作彩信mms的例子,开发彩信的朋友有福了-A production of MMS mms example, the development of MMS blessed friend
Platform: | Size: 252928 | Author: templar | Hits:

[SymbianMMSExample

Description: This C++ example demonstrates how to create multimedia messages using the CMmsClientMtm API. Notice that some methods have changed between S60 2nd and 3rd Edition.
Platform: | Size: 141312 | Author: Jack | Hits:

[SymbianMMSExample1_2

Description: Symbian OS MMS Example,希望和大家多多交流-Symbian OS MMS Example, hope and a lot of exchange of U.S.
Platform: | Size: 229376 | Author: | Hits:

[MMSmmsxx

Description: MMS(彩信)发送的一个实例,主要实现了发送功能,应该是用于桌面平台,好像能直接运行,但是可以提供很好的思路-MMS (MMS) to send an example, the main achievement of the send function, should be used for the desktop platform, it seems to run directly, but can provide good ideas
Platform: | Size: 44032 | Author: 张熙予 | Hits:

[MMSMMSPlatform

Description: MM7彩信对接网关示例,使用此程序可作为中国移动MM7对接的SP端彩信网关。此程序使用了中兴的API。-MMS MM7 gateway docking example, the use of this procedure can be used as docking MM7 China Mobile MMS Gateway SP client. This program uses the ZTE API.
Platform: | Size: 268288 | Author: trworks | Hits:

[SymbianS60_Platform_MMS_Example_v2_0_en

Description: symbian 彩信发送例子,希望对大家有所帮助-Send MMS symbian example, in the hope that U.S. help
Platform: | Size: 143360 | Author: 沈乾锋 | Hits:

[CSharpMMS_send

Description: c#实现发送彩信MMS,初学者很好的一个例子-c# achieve send MMS MMS, an example of a good beginner
Platform: | Size: 45056 | Author: liucheng | Hits:

[Communication-MobileMMS

Description: Symbian c++ 的彩信发送接收实例-Symbian c++ MMS send receive example
Platform: | Size: 40960 | Author: liulijun | Hits:

[MMSmmslist

Description: The MMS List example demonstrates how to: List the MMS messages in the Inbox and sort them by sender. Monitor the Inbox for MMS messages. Delete messages from the Inbox. View a selected MMS message. This example uses the MMS Client MTM and Message Server facilities. This example can be run in a Series 60 device and the emulator provided with the SDK.
Platform: | Size: 22528 | Author: fox | Hits:

[CSharp90142624MMS_send

Description: 彩信发送例子 彩信发送例子-MMS example MMS example
Platform: | Size: 17408 | Author: qibin | Hits:

[MMSMMS-standards-program

Description: GPRS彩信发送标准例子程序,代码相对成熟-GPRS MMS standard procedures example, the code is relatively mature
Platform: | Size: 108544 | Author: 暮色 | Hits:
« 12 »

CodeBus www.codebus.net