CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 进程通信

搜索资源列表

  1. process

    0下载:
  2. 有关Linux中进程间的通信 , 包括信号量 , 管道 , 有名管道 , 消息队列等 , 从系统方面详细介绍进程间的通信-For communication between processes in Linux, including semaphores, pipes, named pipes, message queues, etc., from the system described in detail the communication between processes
  3. 所属分类:Development Research

    • 发布日期:2017-04-04
    • 文件大小:54066
    • 提供者:kouyang
  1. window-message-communication-

    0下载:
  2. 通过Windows窗口消息实现进程间通信-Windows window message via inter-process communication to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:8475
    • 提供者:gfdgfdgfdgfdg
  1. Process-communication

    1下载:
  2. ? 编写两个进程,一进程负责发送字符 串,另一进程负责接收字符串; ? 支持Windows/linux的的共享存储区、消息、有名和无名管道、Socket通信 ? 发送进程应可以从窗口或键盘上接收字符串; ? 接收进程应可将字符串显示在窗口上; -? preparation of two processes, a process responsible for sending a string, another process is responsible for receivin
  3. 所属分类:Windows Develop

    • 发布日期:2015-12-22
    • 文件大小:119808
    • 提供者:陈明
  1. 0UnixCommunicatiThreads

    0下载:
  2. unix 下的系统编程包括了进程间通信,线程等-Unix Systems Programming Communication, Concurrency, and Threads 2003.rar
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-12
    • 文件大小:2606724
    • 提供者:卡卡
  1. TUXEDO-c

    0下载:
  2. unix系统编程他们包括了进程间通信,多线程之间线程调度-Unix Systems Programming Communication, Concurrency, and Threads 2003.rar
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:111435
    • 提供者:卡卡
  1. linuxprogram

    0下载:
  2. 本资料主要讲解LINUX下进程之间的通信-This information mainly on the communication between processes under LINUX
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:291511
    • 提供者:liqiang
  1. JINCHENGTONGXIN

    0下载:
  2. 一个两进程间通信的小例子,希望能对想实现进程间通信的朋友一点提示-Communication between the two processes of a small example, hoping to achieve inter-process communication to friends that prompted
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:48974
    • 提供者:青春美少猪
  1. ProcessComm

    0下载:
  2. 两个测试四种不同进程间通信的方法程序,通过剪切板进行进程间的通信、通过邮槽进行进程间的通信、通过通道进行进程间的通信、通过COPTDATA消息进行进程间的通信-Two test four different inter-process communication methods and procedures, through the clipboard for interprocess communication, through the mail slot for inter-process
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:114022
    • 提供者:yitian
  1. OStongxin

    0下载:
  2. Windows进程间通信,客户端可以接受服务端的信息-Windows inter-process communication, the client can accept the information server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1606
    • 提供者:砸啊
  1. linux

    0下载:
  2. linux 进程间通信用才语言编写的,内容要求都在,是个挺容易理解的程序-linux inter-process communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3644
    • 提供者:LIULIU
  1. cdemu-daemon-1.3.0.tar

    0下载:
  2. CDemu是模拟CD、DVD设备的内核模块。它让你能使用.bin/.cue, .nrg, 或 .ccd这样的非ISO-9660格式的光盘镜像。之所以要用到它,是因为mount只能挂载iso。iso只包含单一的文件系统,而许多cd都带有复杂的信息,比如混合数据和音轨。CDemu让你能获得这些CD镜像完整、原始的内容。 CDemu利用vhba内核模块模拟出一个SCSI CD/DVD设备,由后台运行的cdemud守护进程(cdemud)与该模块通信。镜像分析代码被抽象到一个库中(libmir
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:171782
    • 提供者:陈文捷
  1. Linux-Socket-Programming-By-Example

    0下载:
  2. socket利用客户/服务器模式巧妙地解决了进程之间建立通信连接的问题。服务器socket 半相关为全局所公认非常重要。-Linux Socket Programming By Example
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1658787
    • 提供者:ppq
  1. fifo-daemon

    0下载:
  2. linux下进程之间的通信,fifo,希望对大家有帮助-Under linux the communication between processes, fifo, we want to help---
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:11267
    • 提供者:vdsvs
  1. sharememclass

    0下载:
  2. 进程间通信的一个很好的例子,希望对你有所帮助。-Inter-process communication is a good example, you want to help.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:15276
    • 提供者:青林
  1. pipe

    0下载:
  2. 管道通信的源代码,主要功能是让两个进程间进行通信-pipe for communicate between different machine
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1047
    • 提供者:
  1. progress-communication

    0下载:
  2. Unix系统进程间通信讲述,进程间通信实例-Unix systems about inter-process communication, inter-process communication instance
  3. 所属分类:Linux Network

    • 发布日期:2017-05-06
    • 文件大小:1200472
    • 提供者:刘海
  1. the-ticket-selling-of-train-station

    0下载:
  2. 模拟火车站售票系统和实现进程的管道通信源代码-Simulated train station ticket system and communication channels to achieve the process of source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:732
    • 提供者:李军
  1. MySocket

    0下载:
  2. 基于Linux的套接字(Socket)编程。在Server端用进程创建子线程,能实现连续通信-Socket Programming based on Linux.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:2586
    • 提供者:
  1. Desktop

    0下载:
  2. 两段客户端和服务端的socket程序,用来进行进程间通信。-Two client and server side socket program, used for inter-process communication.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:1191
    • 提供者:jiangpeng
  1. code

    0下载:
  2. 这是一个linux下的进程间通信,管道机制、消息缓冲队列、和共享内存机制进行进程间的通信等等。-This is an inter-process communication under linux, pipe mechanism, the message buffer queues, and shared memory mechanism for inter-process communication and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5054
    • 提供者:黄锋
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com