搜索资源列表
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
rsa_des
- 混合加密程序,RSA算法加密DES密钥,DES算法加密消息.很多通讯系统都是这样加密的-Hybrid encryption, RSA key DES encryption algorithm, DES encryption algorithm message. A lot of communication systems, are encrypted
message
- 这个程序是对linux 下的消息的运用的各种情况进行了演示,希望对大家有用-This procedure is a linux message under the circumstances the use of a demonstration, in the hope that useful to everybody
ipc
- 在linux下利用消息队列实现简单的聊天程序-In linux message queue implementation using a simple chat program
ipc
- Linux进程间通信小例子,包括管道,命名管道,信号,共享内存,消息队列等-Linux small example of the process of communication, including pipes, named pipes, signals, shared memory, message queues, etc.
1730309Rsa
- 混合加密程序,RSA算法加密DES密钥,DES算法加密消息.很多通讯系统都是这样加密的 -Hybrid encryption, RSA key DES encryption algorithm, DES encryption algorithm message. A lot of communication systems are encrypted so
AES-Crypto-SN-Generator
- AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
message
- 该程序首先通过fork()函数分别创建Client进程和Server进程,然后通过msgget()函数创建消息队列,由Client使用msgsnd()函数向Server进程发送一个消息,Server进程通过msgrcv()函数从消息队列中接收到消息后,通过msgsnd()函数向Client进程发送回一个响应,之后,通过sleep()函数,等待Client进程从消息队列中读取了消息后,删除消息队列。-The program first by fork () function, create se
message
- vc通过消息机制实现Exe程序间的数据交换-vc Exe program through the message mechanism to achieve data exchange between the program source code, worth a visit!
message
- VC++消息框设置演示源码实例,是一些VC++消息框的基础使用技巧实例,比如如何创建消息框、如何设置消息框标题、如何使用资源串创建消息框、如何使用资源串动态显示消息框内容、如何使用消息框的?号图标、如何使消息框显示“是/否”确认提示、如何使用消息框显示“确认/重试”按钮,都挺基础啊,新手应该会很喜欢的一些VC++源码实例。-Demo source code examples the VC++ message box is set, the instance of the some VC++ me
dbus-print-message
- Utility function to print out a message.
a
- 发送程序与msg1.c类似。在main函数中,删除msg_to_receive声明,代之以buffer[BUFSIZ]。移除消息队列删除代码,并且在running循环中做出如下更改。现在我们调用msgsnd来将输入的文本发送到队列中。 -The sending program msg1.c similar. Delete msg_to_receive statement in the main function, replaced by the buffer [BUFSIZ]. Remove
Message
- Represents a MIME message. The following code parses a stream into a Message object.
CPPshort-message-system
- 一个C++的手机短息系统,可以实现短信发送查看,以及增删改。-A C++ short interest phone system, you can achieve SMS view, as well as additions and deletions.
upload-m
- substitution cipher is the method of encoding in which unit of plain text are replaced by cipher text. Monoalphabetic cipher uses a fixed message over entire message.A monoalphabetic cipher uses fixed substitution over the entire message.The monoalph
message
- A message loop allows PPAPI calls to be issued on a thread. You may not issue any API calls on a thread without creating a message loop. It also allows you to post work to the message loop for a thread. -A message loop allows PPAPI calls to be issu
message
- A message consists of both the data itself as well as a user gesture state.
message
- A message consists of both the data itself as well as a user gesture state.
message
- A message consists of both the data itself as well as a user gesture state Source Code for Embedded Linux.
message
- BCB提供了几种途径让程序员可以方便地处理Windows消息,主要包括响应OnMessage事件、使用消息映射以及重载WndProc函数。-BCB provides several ways to let programmers can easily handle a Windows message, mainly including response OnMessage event, using the message mapping and overloading WndProc funct