搜索资源列表
guandaotongxin
- 1、 了解系统调用pipe()的功能和实际原理 2、 编写一段程序,使用管道实现父子进程之间的通信 a) 使用系统调用fork()创建一个子进程 b) 子进程调用函数write()向父进程发送自己的进程ID和字符串” s sending a message to parent.\\n”。 c) 父进程调用函数read()通过管道读出子进程发来的消息,将消息输出屏幕,然后终止 -1, the understanding of the system call pipe () fu
sharegem_deskpop
- 主要实现: 利用CREATEWINDOW建立与释放程序窗体。 WM消息队列循环。 向应用程序发送程序ICON。(否则生成的程序无图标类似DOS程序) 隐藏桌面程序。 在TRAY栏右键弹出退出,关于栏。 实现程序在DELPHI下无FORM的编写。 运用WINAPI一些技巧。-main : CREATEWINDOW establishment and release procedures Form. WM Message Queue cycle. Send
RFC2511
- 本文描述了证书请求消息格式(CRMF)。它被用来向CA传递一个产生X.509证书请求 (可能通过RA)。请求消息一般包括公钥和有关的登记信息。-This paper describes a certificate request message format (CRMF). It was used to send a CA have X.509 certificate request (possibly through RA). Requests for general information,
系统托盘编程完全指南(三)
- 这是“系统托盘编程完全指南(三)”文章的配套例子代码。实现了托盘程序图标气球式样的提示。这是一个IE5.0+以后才有的新特性。 托盘程序的信息提示通常是将鼠标光标移到托盘图标上之后,Windows会发送消息给托盘程序,从而显示提示信息——Tooltip。但在Windows XP中我们还看到有些系统托盘程序是自动显示ToolTips信息的,也就是说不用将鼠标光标移到托盘图标上便可显示ToolTips,在这是怎么实现的呢?此代码将示范一种新奇的ToolTips风格,它叫做气球提示:Balloon T
accept-and-send-message.rar
- 这是一个基于linux的简单客户端和服务器端互相收发消息的源代码,很适合初学者,This is a simple linux-based client and server to send and receive messages with each other' s source code, it is suitable for beginners
SendQQmsg
- VC++ 监视QQ2009接收发送消息源码。-VC++ Wacth QQ2009,Reseave and send message
message
- 该程序首先通过fork()函数分别创建Client进程和Server进程,然后通过msgget()函数创建消息队列,由Client使用msgsnd()函数向Server进程发送一个消息,Server进程通过msgrcv()函数从消息队列中接收到消息后,通过msgsnd()函数向Client进程发送回一个响应,之后,通过sleep()函数,等待Client进程从消息队列中读取了消息后,删除消息队列。-The program first by fork () function, create se
MXClientEmu
- An emulator for RFID Reader which implements a particular communication protocol and measure round trip time for the send message.
201062910466864
- pb9.0中调用方式 FUNCTION long messageaa(string xxx) LIBRARY "message.dll" FUNCTION long sendit(string server,string user,string password,string zt,string zw,string jsr,string fxr) LIBRARY "message.dll" 文件有点大,主要函数功能 long ff ff=sendit("smtp.163
linuxdevices
- linux下发送短信模块,在linux下用终端发过短信的代码,经过测试(sms)-linux send message,it had test!sms
msgSender_src
- msgsender 消息发送,消息发送VC-msg sender send message send message create by visual C++
for-arm-gprs
- 基于linux gprs通信系统,实现打电话,接听电话,发信息的功能-gprs communication system on linux,realize functions of calling,listening and send message。
gtm900p2B89C52
- LINUX 底层驱动 发送短信。STM32驱动GTM900.-linux driver send message
message
- 基于linix系统调用的的消息传输机制,可以实现发送与接收消息-, You can send and receive messages based on message passing linix system called
BCBsendMessage
- 发送系统消息的小示例 .-send message of system demontrator
iphone
- 用纯c 实现iphone推送功能,使用了unix的网络编程技术-using c to finish the fuction of send message
sendMessage
- Java语言编写的实现发送短信的功能,代码放在服务器端,客户调用该方法,请求到电信商,实现发送短信-send message model
Crossmessage
- Send message on cross platform Signal Slot Connect
test
- QT 和 JS的交互 QT JS通信(send message between QT and JS)
linux进程之间的通讯综合实例
- A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C
