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

搜索资源列表

  1. jin_rose_jctx

    0下载:
  2. WM_COPYDATA 进程间通讯 系统消息 最简单的进程间通讯的例子-WM_COPYDATA inter-process communication system even the most simple process communication examples
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:319104
    • 提供者:李顺
  1. linux-fusion-1.1.tar

    0下载:
  2. linux进程间高级通信的一个模块 是一个很不错的东西.-linux processes of a senior communications module is a very good thing.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:110639
    • 提供者:lusan
  1. vcfilemapping

    0下载:
  2. windows共享内存示例,演示了进程间共享内存的实现过程,通过测试和使用-windows shared memory example, demonstrated the process of shared memory between the realization process, testing and use
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29529
    • 提供者:张玉
  1. unix_network_programming

    0下载:
  2. unix网络编程 第1卷 套接口API和X/Open传输接口API unix网络编程 第2卷 进程间通信 包括这两卷的源代码-unix Network Programming, Vol 1 socket API and X / Open Transmission Network Interface API unix Liaison Program, volume 2, inter-process communication, including two volumes of the so
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:305183
    • 提供者:郭涛
  1. DLLCallDemo

    0下载:
  2. 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Windows 2000 environment, the proc
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:76941
    • 提供者:钱青鱼
  1. ppzz

    0下载:
  2. 用于通信系统的进程间通信的设计其中的不同和不在-communication system for inter-process communication between the different design and not
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2302
    • 提供者:zhangkun
  1. pipedoc

    0下载:
  2. 管道(Pipe)实际是用于进程间通信的一段共享内存,创建管道的进程称为管道服务器,连接到一个管道的进程为管道客户机。一个进程在向管道写入数据后,另一进程就可以从管道的另一端将其读取出来。匿名管道(Anonymous Pipes)是在父进程和子进程间单向传输数据的一种未命名的管道,只能在本地计算机中使用,而不可用于网络间的通信。-pipes (Pipe) for the actual inter-process communication for shared memory, the creati
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6759
    • 提供者:王晓鹏
  1. Process_Communicate

    0下载:
  2. 进程间通讯. 进程间通讯.进程间通讯-inter-process communication. Inter -process communication. Inter -process communication. Inter-Process Communication
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:60400
    • 提供者:yanjie
  1. PipeExample

    0下载:
  2. 进程间通过管道通信,父进程传消息给子进程-inter-process communication through the pipeline, the father of the process - to-process information
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2678
    • 提供者:cjw
  1. Productor_Consumer

    0下载:
  2. 1、在Windows系统环境下,用Windows API编程实现操作系统经典同步问题。 2、理解和运用信号量、PV原语、进程间的同步互斥关系等基本知识。 3、在实习过程中,加强对于进程同步概念的理解,对于实验进行分析。 4、掌握在Windows环境下多线程(进程)程序设计的一些基本方法。 -1, in the Windows system environment, Using Windows API programming operating system classic syn
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:2397
    • 提供者:全聚德
  1. vc_jiqiaoshili_part4

    0下载:
  2. Visual.C++程序设计技巧与实例--配套光盘 第4章 进程和线程 本章共有8个实例: 1. Process创建和终止进程 2. WorkerThread创建工作者线程 3. UIThread用户界面线程示例 4. Event使用事件对象来实现线程的同步 5. Thread使用临界区对象来实现线程的同步 6. Mutex使用互斥量对象来实现不同进程间的线程同步 7. Semaphore使用信号量对象实现线程的同步 8. MutiThread多线程任务调
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:311490
    • 提供者:xixi
  1. jinchengt

    0下载:
  2. 进程间通讯,经典的例子,找来奉献给大家,把vc学好,为祖国做贡献-inter-process communications, the classic example of office, for the sake of everyone, vc learn, and make contributions to the motherland! !
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:233723
    • 提供者:王理
  1. radMapFile

    0下载:
  2. wince evc开发的通过内存映射实现进程间的通讯 -wince through the development of the memory mapping to achieve inter-process communication
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2772455
    • 提供者:陈文增
  1. unixCexam1

    0下载:
  2. SUN Solaris8平台下进程间通信,网络编程实例。-Sun Solaris8 platform inter-process communication, and network programming examples.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:115446
    • 提供者:Chen guodeng
  1. process

    0下载:
  2. 进程间调度,共享内存,进程通信,子进程创建-inter-process scheduling, shared memory and process communications, process-creation
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:934625
    • 提供者:jiaomingliang
  1. Code

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. And a comparative analysis of these types of inter-process communication adva
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:70773
    • 提供者:中国
  1. Intercomm

    0下载:
  2. delphi的进程间通讯的例子,学习Delphi下的Windows API编程的好例子-delphi the inter-process communication examples, Delphi study of the Windows API programming examples of the good
  3. 所属分类:进程与线程

    • 发布日期:2014-01-15
    • 文件大小:291996
    • 提供者:liyin
  1. 操作系统课程设计

    0下载:
  2. 实现UP、DOWN原语 产生3个进程: 两个进程模拟需要进入临界区的用户进程。 当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程提出申请; 申请返回,表示进入了临界区。在临界区中等待一段随机时间,并显示:“进程x正在临界区…”; 当时间结束,显示:“进程x退出临界区…”,同时向管理进程提出退出申请; 当申请返回,显示:“进程x已退出临界区。” 一个进程作为原语的管理进程,接受其他进程的临界区进入请求: 如果允许进入,则根据DOW
  3. 所属分类:Delphi控件源码

    • 发布日期:2014-01-15
    • 文件大小:363298
    • 提供者:fgfddd
  1. pipe4

    0下载:
  2. unix系统编程时,非常重要的是进程间的通信,本例为一种实现方式:管道
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1141
    • 提供者:脱立恒
  1. sourcecode

    0下载:
  2. 启程输入法的输入法部分及进程间通讯部份代码,这是一个很有特色的输入法,采用类似游戏的服务器架构
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:287018
    • 提供者:钟浩明
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com