Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - send
Search - send - List
Otherzv
DL : 0
USB发送短消息 控制USB口发送短消息的源码-USB send Short Message Control USB port to send short message FOSS
Update : 2008-10-13 Size : 137474 Publisher : 刘晶

PC和GSM模块利用串口通信,收发短消息-PC and GSM module using serial communications, send text messages
Update : 2008-10-13 Size : 15881 Publisher : 张宪维

当VASP发送MM7SubmitReq消息给MMSC成功后,VASP可以发送替换消息,以替换之前所发送给MMSC的消息。具体构建替换消息见4.2.2.3。-when sending news to MM7SubmitReq MMSC successful, Feature replacement can send information to replace before MMSC sent to the news. Construction of the replacement concrete information see 4.2.2.3.
Update : 2008-10-13 Size : 426400 Publisher : 白蚁

可以发送邮件,也可以接受邮件,是一个非常好的源码。-can send mail and receive mail, is a very good source.
Update : 2008-10-13 Size : 790801 Publisher : jia

ASP.NET邮件定时发送程序 采用VB.NET编写-ASP.NET regularly send mail procedures used to prepare VB.NET
Update : 2008-10-13 Size : 132412 Publisher : 母延年

将IOCTL 发送到筛选器驱动程序的原代码以及说明文档-will send to filter driver of the original code and documentation
Update : 2008-10-13 Size : 59470 Publisher : 陈万通

介绍如何发送和接收电子邮件,实现普通电子邮件用户的基本功能要求。-how to send and receive e-mail, regular e-mail users to achieve the basic functional requirements.
Update : 2008-10-13 Size : 61293 Publisher : 胡一

此文件包含源码,功能:实现基于ip2022(51内核的网络处理器)的MPEG2 TS的IP组播发送-source, functions : Based on ip2022 (51 core network processor) MPEG2 TS send IP Multicast
Update : 2008-10-13 Size : 1077421 Publisher : 赵孜恺

DL : 0
串口调试帮手,可以连续发送多个命令以及求解命令的CRC,BCC,CHECKSUM码-serial debugging assistant consecutive can send multiple commands and orders of the CRC solution, BCC, CHECKSUM code
Update : 2008-10-13 Size : 119503 Publisher : 张胜

DL : 0
A email client which can send html mail-email client which can send mail html
Update : 2008-10-13 Size : 46628 Publisher : testking

这是个控制COM端口收发数据的例子自已写,界面一般般.附有源程序-This is a control COM port to send and receive data to write their own examples, as the general interface. With source
Update : 2008-10-13 Size : 228434 Publisher : 程序员

DL : 1
SPAS系统基于WINDOWS2000采用VC开发,在功能上实现了对用户手机点播、网站定制和网页发送消息的处理,能完成用户对不同业务的短信要求。 1. WEB网站与SPAS的接口采用UDP通讯的方式,SPAS对网站发送过来的包进行分析处理调不同的点播模块处理,向用户返回所需的短信内容 2. SPAS与网关的通讯采用网关厂商的API接口,用于接收用户的点播请求和发送业务模块处理后的短信内容 3. 定制模块由SPAS主控部分定时触发,通过分析定制库中(通过网站入库)的用户需求,将相关的业务短信发送给用户 4. SPAS收到网页发送或用户手机点播的请求后调相应的点播模块处理,并将返回的结果发送给用户 5. 对发送的消息入库做为统计和日志记录的依据,以WEB的方式的显示统计分析情况 -SPAS-based system using Windows2000 VC development, the functional realization of a user-on-demand, customized web site and send messages to the website, users can be completed on different business messaging request. 1. Web site SPAS interface using the means of communication UDP, SPAS right site sent over the packet-processing analysis of the different modules on demand, users return to the contents of two messages. SPAS and gateway communications gateway vendors using the API interface for the users to receive and send requests for on-demand business module handles the SMS content 3. Custom modules SPAS-dominated part of regular triggered by analyzing Custom Library (through the web site storage) needs of users in business related to messages sent to users. SPAS website sent or received
Update : 2008-10-13 Size : 14135618 Publisher : lqs

手机收发短信的原代码 对感兴趣的朋友一定有帮助的-phones send and receive text messages to the original code to interested friends will be helpful
Update : 2008-10-13 Size : 37509 Publisher : 赵鹤

在原来上传的PNetEnum基础上增加了列表局域网上所有计算机的IP地址和MAC地址的功能,另外,向局域网上所有计算机或某个计算机发送消息自认为是代码的一大特色。-the original upload PNetEnum increase on the basis of the list of all computer LAN IP address and MAC address of the function, in addition to all the computers on the LAN or a computer to send information from the code that is a major feature.
Update : 2008-10-13 Size : 313388 Publisher : 杨清海

一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放WinSock。 -a simple TCP client a process, the use of WSAStartup () initialization WinSock library. 2, the use of socket () to create a IPPROTO_TCP SOCKET. 3, the use of gethostbyname () / gethostbyaddr () mainframe access information. 4, the use of connect (), and we create the socket connections server. 5, the use of send () / recv () to send and receive data until we TCP end of the session. 6, the use of closesocket () closes socket connections. 7, the use of WSACleanup () release WinSock.
Update : 2008-10-13 Size : 5096 Publisher : 顾谦

This code demonstrates manipulation of the keyboard indicator lights in Windows NT 4.0. A few relevant values were borrowed from the DDK headers, so it is not necessary to have the DDK installed, to build these sources. There s really nothing fancy about this code, it creates a DOS device for the keyboard device, opens a handle to that device, and calls DeviceIoControl to send IOCTL function codes to the device. It did require a fair amount digging around in the DDK to create this effect, and it is an interesting twist on an alternate UI mechanism, and thus I felt it might be suitable for inclusion in this archive. A high-level, multi-threaded function to flash a keyboard light continuously in its own thread, is included. This call is demonstrated in the sample project. NTKbdLites can be easily built for inclusion in a static link library by defining STATIC_LIBRARY on the compiler command line or in settings. -This code demonstrates manipulation of the keyboard indicator lights in Windows NT 4.0. A few relevant values were borrowed from the DDK headers, so it is not necessary to have the DDK installed, and to build these sources. There s really nothing fancy about this code, it creates a DOS device for the keyboard device, opens a handle to that device, and calls to send DeviceIoControl did function codes to the device. It did require a fair amount digging around in the DDK to create this effect, and it is an interesting twist on an alternate UI mechanism, and thus I felt it might be suitable for inclusion in this archive. A high-level, multi-threaded function to flash a light keyboard continuously in its own thread, is included. This call is demonstrated in the sample project. NTKbdLites can be
Update : 2008-10-13 Size : 6555 Publisher : guard2002

DL : 0
介绍短信的处理程序,从接收到短信,分类找到相应的业务处理名称,然后发送HTTP到业务来进行短信的处理.-introduced SMS handling procedures, from receiving SMS, find corresponding classification processing business name, and then send HTTP to the business to deal with the messages.
Update : 2008-10-13 Size : 25604 Publisher : 马岁林

DL : 1
该系统按手机短信的标准AT指令开发,普遍适用于各种手机。 将收发短信的手机通过手机数据线接到电脑的串口,运行该软件的可执行程序即可进行接收和发送短信了。 -the system by SMS to the standard AT command development, generally applicable to a variety of handsets. To send and receive text messages through mobile phone data lines received computer serial ports, run the executable software will be able to proceed to receive and send messages.
Update : 2008-10-13 Size : 16307 Publisher : 方彬彬

OtherGPS3
DL : 0
gps 模拟程序 可以模拟gps工作,发送数据及接收数据。-a GPS simulation program can simulate a GPS, send data and receive data.
Update : 2008-10-13 Size : 1231 Publisher : 高鹏

DL : 0
snmp++的例子,用于同服务器Get/Set,Send Trap操作实现-snmp example for the same server Get / Set and achieve operating Send Trap
Update : 2008-10-13 Size : 71529 Publisher : 戴保定
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.