CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - message a

搜索资源列表

  1. accept-and-send-message.rar

    0下载:
  2. 这是一个基于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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:8.53kb
    • 提供者:cenwentong
  1. rsa_des

    0下载:
  2. 混合加密程序,RSA算法加密DES密钥,DES算法加密消息.很多通讯系统都是这样加密的-Hybrid encryption, RSA key DES encryption algorithm, DES encryption algorithm message. A lot of communication systems, are encrypted
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:588.34kb
    • 提供者:王俊川
  1. message

    0下载:
  2. 这个程序是对linux 下的消息的运用的各种情况进行了演示,希望对大家有用-This procedure is a linux message under the circumstances the use of a demonstration, in the hope that useful to everybody
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:5.09kb
    • 提供者:ajia
  1. ipc

    0下载:
  2. 在linux下利用消息队列实现简单的聊天程序-In linux message queue implementation using a simple chat program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:4.75kb
    • 提供者:彭晓
  1. ipc

    1下载:
  2. Linux进程间通信小例子,包括管道,命名管道,信号,共享内存,消息队列等-Linux small example of the process of communication, including pipes, named pipes, signals, shared memory, message queues, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3.96kb
    • 提供者:owenbbkp
  1. 1730309Rsa

    0下载:
  2. 混合加密程序,RSA算法加密DES密钥,DES算法加密消息.很多通讯系统都是这样加密的 -Hybrid encryption, RSA key DES encryption algorithm, DES encryption algorithm message. A lot of communication systems are encrypted so
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:758byte
    • 提供者:易守望
  1. AES-Crypto-SN-Generator

    1下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:749.77kb
    • 提供者:harris
  1. message

    0下载:
  2. 该程序首先通过fork()函数分别创建Client进程和Server进程,然后通过msgget()函数创建消息队列,由Client使用msgsnd()函数向Server进程发送一个消息,Server进程通过msgrcv()函数从消息队列中接收到消息后,通过msgsnd()函数向Client进程发送回一个响应,之后,通过sleep()函数,等待Client进程从消息队列中读取了消息后,删除消息队列。-The program first by fork () function, create se
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:799byte
    • 提供者:JK
  1. message

    0下载:
  2. vc通过消息机制实现Exe程序间的数据交换-vc Exe program through the message mechanism to achieve data exchange between the program source code, worth a visit!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:49.92kb
    • 提供者:
  1. message

    0下载:
  2. VC++消息框设置演示源码实例,是一些VC++消息框的基础使用技巧实例,比如如何创建消息框、如何设置消息框标题、如何使用资源串创建消息框、如何使用资源串动态显示消息框内容、如何使用消息框的?号图标、如何使消息框显示“是/否”确认提示、如何使用消息框显示“确认/重试”按钮,都挺基础啊,新手应该会很喜欢的一些VC++源码实例。-Demo source code examples the VC++ message box is set, the instance of the some VC++ me
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-14
    • 文件大小:43.88kb
    • 提供者:汪翠娟
  1. dbus-print-message

    0下载:
  2. Utility function to print out a message.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-18
    • 文件大小:2.36kb
    • 提供者:fidanggiu
  1. a

    0下载:
  2. 发送程序与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
  3. 所属分类:Driver develop

    • 发布日期:2017-11-13
    • 文件大小:516byte
    • 提供者:程晨
  1. Message

    0下载:
  2. Represents a MIME message. The following code parses a stream into a Message object.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.67kb
    • 提供者:yengangwong
  1. CPPshort-message-system

    0下载:
  2. 一个C++的手机短息系统,可以实现短信发送查看,以及增删改。-A C++ short interest phone system, you can achieve SMS view, as well as additions and deletions.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1.67mb
    • 提供者:刘越飞
  1. upload-m

    0下载:
  2. 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
  3. 所属分类:Exploit

    • 发布日期:2017-04-25
    • 文件大小:8.85kb
    • 提供者:mathi
  1. message

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4.43kb
    • 提供者:qeduitt
  1. message

    0下载:
  2. A message consists of both the data itself as well as a user gesture state.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6.63kb
    • 提供者:fantfi
  1. message

    0下载:
  2. A message consists of both the data itself as well as a user gesture state.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:8.5kb
    • 提供者:coujgrd
  1. message

    0下载:
  2. A message consists of both the data itself as well as a user gesture state Source Code for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.62kb
    • 提供者:duexueqen
  1. message

    0下载:
  2. 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
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1.01mb
    • 提供者:yangzhixaing
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com