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

搜索资源列表

  1. msg_creat

    0下载:
  2. 生成一个消息队列,同时向该消息队列发送一串信息-Generate a message queue, while a string of information sent to the message queue
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:587
    • 提供者:bryn
  1. Lesson1Code

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1938025
    • 提供者:tyh
  1. Linusocket

    0下载:
  2. Linux环境进程间通信套接口,在本专题的前面几个部分,如消息队列、信号灯、共享内存等,都是基于Sys V的IPC机制进行讨论的,它们的应用局限在单一计算机内的进程间通信;基于BSD套接口不仅可以实现单机内的进程间通信,还可以实现不同计算机进程之间的通信。本文将主要介绍BSD套接口(sockets),以及基于套接口的重要而基本的API。-socket
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:150501
    • 提供者:nihao
  1. WinSockets

    0下载:
  2. WinSockets网络编程实例篇:-用VC++制作一个简单的局域网消息发送工程-WinSockets network programming examples articles:- with VC++ making a simple LAN messages sent engineering
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-13
    • 文件大小:2100
    • 提供者:耿哲
  1. msg

    0下载:
  2. linux系统下 进程间(管道、消息队列)的通信代码源码-interprocess communication code source linux system
  3. 所属分类:Driver develop

    • 发布日期:2017-12-06
    • 文件大小:5793
    • 提供者:罗杰
  1. msg_ipc

    0下载:
  2. 进程通信的管道,共享内存,消息队列的三种通行模式的举例代码-Examples of process communication pipe, shared memory, message queues three access modes code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-27
    • 文件大小:10261
    • 提供者:zxlei
  1. TESED

    0下载:
  2. 使用socket套接字编程,支持自动重连机制,服务器vc++源代码,实现接受客户机传来消息,并实现相应客户机消息自动关机,-Use the socket socket programming, support automatic shutdown automatic reconnection mechanism server vc++ source code, accept client news came and corresponding client,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-24
    • 文件大小:4658515
    • 提供者:周同庆
  1. message

    0下载:
  2. VC6的消息编程,自定义消息,里面包含源代码-The VC6 news programming, custom message, which contains the source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:2907816
    • 提供者:mengxh
  1. CPPBuilder_ziliao

    0下载:
  2. 报表打印,窗体,底层消息,控件使用,数据库,图像处理,网络与通信,文件处理,系统编程-Report printing form, the underlying message, controls, database, image processing, network and communications, document processing, system programming
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:9644228
    • 提供者:jjccbb
  1. Messaging

    0下载:
  2. Delphi下不同窗口间消息传递-传递字符串和图片-Messaging between different windows- strings and pictures
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-06
    • 文件大小:405882
    • 提供者:哈哈
  1. memory

    0下载:
  2. 在Delphi利用消息和内存读取记事本内容-Notepad content of the message and the memory read in Delphi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:174385
    • 提供者:哈哈
  1. WM_COPYDATA

    0下载:
  2. 利用WM_COPYDATA消息实现进程间的通信-Use of WM_COPYDATA news and interprocess communication. . . . . . . . . . . . . .
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-12
    • 文件大小:5809
    • 提供者:cnlamb
  1. Linux_kernel

    0下载:
  2. linux内核编程,在终端界面中输出KERN_EMERG级别的内核消息-linux kernel
  3. 所属分类:Driver develop

    • 发布日期:2017-11-28
    • 文件大小:15625
    • 提供者:李强
  1. linux_kernel_process_comunication

    0下载:
  2. linux内核编程,使用netlink进行两程序通信,两部分程序,第一部分内核程序负责接收用户态程序发给它的消息,并以KERN_EMERG级别的内核消息打印在文字终端上,第二部分用户态程序负责接收用户的标准输入并将其传送给内核态程序-linux kernel,netlink
  3. 所属分类:Driver develop

    • 发布日期:2017-12-08
    • 文件大小:24554
    • 提供者:李强
  1. D7-message_text

    0下载:
  2. windows系统自定义消息,动态生成自定义窗体,窗体跳转和关闭系统程序等。-windows system custom message, dynamically generate custom forms, Forms jump on and off the system program.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-05
    • 文件大小:209203
    • 提供者:姓名
  1. mfc-hotkey

    0下载:
  2. 在mfc程序中设置热键,调用Windows的API RegisterHotKey以及UnregisterHotKey,然后再创建一个函数来处理基于WM_HOTKEY的消息映像-Mfc program set a hotkey to call the Windows the API RegisterHotKey UnregisterHotKey, and then create a function to handle the news images based on WM_HOTKEY
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-27
    • 文件大小:13248226
    • 提供者:huarong
  1. md5

    0下载:
  2. MD5算法的实现,MD5算法是一种消息摘要算法,可以将任意长度的文件,压缩成128位的散列值。-An implementation of MD5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-16
    • 文件大小:2177
    • 提供者:jimoyong
  1. tuiosmoke-0.6-source.tar

    0下载:
  2. 接收TUIO消息(UDP,port=3333),很炫的效果-TUIO protocol
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-14
    • 文件大小:917913
    • 提供者:yuanzheng
  1. muma

    0下载:
  2. C++编写的木马例子(自定义消息,使用非阻塞CAsynSocket)程序源代码。-The C++ written the Trojans examples (a custom message, use non-blocking CAsynSocket) program source code.
  3. 所属分类:Exploit

    • 发布日期:2017-11-10
    • 文件大小:82944
    • 提供者:malong
  1. 6.4--MAC

    0下载:
  2. 在VC6环境下编译使用openssl实现了 消息鉴别码MAC算法编码编程-Use the openssl to achieve message authentication code MAC algorithm coded programming compiled in VC6 environment
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-13
    • 文件大小:10623
    • 提供者:言一一
« 1 2 ... 22 23 24 25 26 2728 29 30 31 32 ... 39 »
搜珍网 www.dssz.com