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

搜索资源列表

  1. lesson6

    0下载:
  2. 菜单的工作原理及编写应用,菜单命令消息在MFC框架程序的几个类中的传递顺序和处理过程。标记菜单、缺省菜单的实现原理、图形菜单的实现及常犯错误的分析,GetSystemMetrics的应用,快捷弹出菜单的实现方式及其命令响应函数有效范围(与弹出菜单时所指定的父窗口有密切的关系,最底层的子窗口具有最优先的处理机会)。动态菜单的编写,如何让程序在运行时产生新的菜单项及如何手工为这些新产生的菜单命令安排处理函数,如何在顶层窗口中截获对菜单命令的处理,更进一步掌握CString类的应用。-How to s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:88914
    • 提供者:laoyu
  1. msg_queue

    0下载:
  2. linux 下进程间的通信,用消息队列实现!-msg_queue of linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-23
    • 文件大小:10182
    • 提供者:xc
  1. icmp1

    0下载:
  2. 向目的主机发送带回送消息的ICMP数据包,并对目的主机返回的ICMP数据包进行解析,判断目的主机是否处于活动状态-To the purpose of the host to send a message to send back ICMP packets, and the purpose of the host returns ICMP packet parsing to determine the purpose of the host is active
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2115
    • 提供者:张雪
  1. 6

    0下载:
  2. TCP回射服务器 服务端能够接受客户端发来的消息,回射显示-TCP back to shoot a server to accept client server sent a message to return to radio show
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1337
    • 提供者:lj
  1. chat

    1下载:
  2. 实现多人聊天室,其中默认状态下为广播式聊天,即一个发消息,其它人都能看到,且当用户退出聊天室时,也会通知其他人及服务器端-To achieve more than chat rooms, which by default to broadcast interactive chat, that is, an impending arrival others can see, and when the user out of chat rooms, it will also inform the o
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2874
    • 提供者:kathy
  1. Msg

    0下载:
  2. send为发送端,rec为接收端,消息队列实现进程通信。-send to sender, rec for the receiving end, the message queue to achieve the process of communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1072
    • 提供者:李慧
  1. SendSMS

    0下载:
  2. GSM手机发送短消息和电话本的源码,使用C++编程实现-Code about sending GSM SMS
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:440731
    • 提供者:suxiao
  1. md5

    0下载:
  2. Hash 函數算法,輸出消息散列值,比MD4稍慢一些,但更位安全-Hash function algorithms, the output message hash value, and some slower than MD4, but more-bit security
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:4266
    • 提供者:JU
  1. chat

    0下载:
  2. 利用select函数在linux环境下实现的一个聊天程序,满足要求: (1)用户默认出于广播模式,一个客户在其客户端发送消息,其他客户端用户全部都可以收到; (2)程序支持下列命令 /help:显示帮助信息 /quit:用户退出聊天室,同时将退出信息广播给其他用户; /who:显示在线用户; /send 户名 消息:向指定用户发送点到点消息。 代码验证通过,保证能运行 -The use of select function in linux envir
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3146
    • 提供者:bobby
  1. SendMessagetoWindow

    0下载:
  2. 一个简单的窗体之间互相发消息的例子,对初学者非常有用-A simple form send an announcement among the examples is very useful for beginners
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-15
    • 文件大小:3900617
    • 提供者:偶是地
  1. MD5

    0下载:
  2. 加密算法之消息摘要MD5算法实现。纯c实现,vc编译运行ok-The encryption algorithm MD5 message digest algorithm. Pure c implementation, vc compiled to run ok
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:6280
    • 提供者:yimo
  1. MD5-VC6

    0下载:
  2. 本程序实现了MD5消息摘要算法对输入的文字或选择的文件进行消息摘要.-This program implements MD5 message digest algorithm to input text or select a file message digest
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:122809
    • 提供者:zhanglijuan
  1. InterProcessCommunication

    0下载:
  2. 进程间通信的几种方法 命名通道 匿名通道只适用于父子进程 消息 Clipboard 邮槽-Several methods of inter-process communication channel called anonymous access only applies to his son the process of news mail slot Clipboard
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:4544160
    • 提供者:
  1. 3

    0下载:
  2. 一个简单的进程通信例子——利用消息缓冲进行进程间的通信-A simple example of the process of communication- the use of message buffer for inter-process communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1310
    • 提供者:rebecca
  1. 01

    0下载:
  2. 关于局域网发送消息的vb源代码,调用windowsAPI的shell来完成局域网内的计算机检索,然后使用API函数NetMessageBufferSend完成
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:1662725
    • 提供者:王义
  1. md5deep-3.4.tar

    0下载:
  2. 计算任何数量文件的MD5、SHA-1、SHA-256、Tiger、whirlpool的消息摘要,通过递归目录结构的方式。亦可以匹配输入的多种格式哈希表文件。-Computes the MD5, SHA-1, SHA-256, Tiger, or Whirlpool message digest for any number of files while optionally recursively digging through the directory structure. Can also
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:247504
    • 提供者:nathun
  1. beecrypt-4.1.2.tar

    0下载:
  2. 是一个正在进行的项目,提供强有力的和快速的加密形式的工具包使用的商业和开放源代码项目。库包括:随机数生成器,分组密码,散列函数,消息认证码-Is an ongoing project to provide a strong and fast encryption tool kit used in the form of commercial and open source projects. Library include: random number generator, block ciph
  3. 所属分类:CA program

    • 发布日期:2017-03-23
    • 文件大小:774280
    • 提供者:sportsboy_21
  1. HookInjExjincheng

    0下载:
  2. 系统级钩子监控运行在当前系统中的所有线程的消息流。-System-level hooks run in the current system monitors all the threads of the message flow.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:9129
    • 提供者:欧阳
  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
    • 文件大小:799
    • 提供者:JK
  1. ipc_demo1.0.tar

    0下载:
  2. IPC各种机制的整理,比如消息队列,内存共享,PIPE,适合学习练习-The collection of the various IPC mechanisms, such as message queues, shared memory, PIPE, suitable for learning and practice
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:12781
    • 提供者:余天
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 39 »
搜珍网 www.dssz.com