搜索资源列表

  1. 进程间通讯

    0下载:
  2. uclinux的进程间通信例子-Basis of Uclinux example of inter-process communication
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:15416
    • 提供者:逍遥俊
  1. LinuxIPC进程间的通信

    0下载:
  2. Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ens
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:605316
    • 提供者:杨政
  1. 进程通信vc

    3下载:
  2. vc做的一个进程间通信的程序,包括共享内存,消息传递,消息管道-vc do an inter-process communication procedures, including shared memory, message passing, the news channel
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:83502
    • 提供者:比零
  1. 窗口间通信示例FormCommunicationSample

    2下载:
  2. 窗口间通信示例FormCommunicationSample

  3. 所属分类:系统编程

    • 发布日期:2008-12-12
    • 文件大小:13430
    • 提供者:xwdu2008
  1. 进程间通讯(二):Window下使用消息机制共享数据的例子

    0下载:
  2. Window下使用消息机制共享数据的例子 主要通过WM_COPYDATA在进程间通信 可以直接拷进工程中使用,使用过程中有问题。 发邮件给我帮你解答,39514004@qq.com
  3. 所属分类:源码下载

    • 发布日期:2011-06-29
    • 文件大小:107819
    • 提供者:cnzhuhai
  1. SendMsg

    0下载:
  2. 使用消息进行进程间的通信及交互。-information for the use of the inter-process communication and interaction.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:64512
    • 提供者:wanF
  1. 操作系统进程管理

    0下载:
  2. 本次程序的题目为:进程管理——支持多个进程并发运行的简单的进程管理模拟系统,对本实验的分析要求是:⑴系统中的同步机构采用信号量上的P、V操作的机制;⑵控制机构包括阻塞和唤醒操作;⑶时间片中断处理程序处理模拟的时间片中断;⑷进程调度程序负责为各进程分配处理机;⑸根据用户的需求来创建n个进程(n为即满足用户需求,又不超出系统可容的最大进程数),各进程互斥地访问使用临界资源 S1、S2;⑹使用动态优先数(如:随阻塞次数的增加而减小优先数,以提
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-15
    • 文件大小:27648
    • 提供者:赵利君
  1. 通过消息实现进程间的通信

    0下载:
  2. 利用消息机制实现数据交换实现方便、应用灵活,广泛应用于无须大量、频繁数据交换的内部进程通信系统之中。-use of information data exchange mechanism to achieve convenient and flexible applications, which are widely used without massive, frequent exchange of data in the inter
  3. 所属分类:界面编程

    • 发布日期:2024-05-15
    • 文件大小:126976
    • 提供者:唐伟龙
  1. NamedPipeClt

    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 int
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:29696
    • 提供者:cq_3964
  1. Lesson17

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

    • 发布日期:2024-05-15
    • 文件大小:8192
    • 提供者:张建顺
  1. name_Pipe

    0下载:
  2. 命名管道.pdf 介绍命名管道的原理和应用实现。对于进程间通信是个很好的东西。-Named Pipes. Pdf named pipe to introduce the principles and applications. For inter-process communication is a good thing.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:937984
    • 提供者:danny
  1. linux

    0下载:
  2. linux进程间通信(经典) 推荐大家可以学习一下-linux-process communication (classic) you can learn about recommended
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:210944
    • 提供者:liuweijian
  1. ch04_codes

    0下载:
  2. 非常不错的一个VC++通信程序。适用于本地系统上进程间通信,也适用于远程不同系统上进程通信。用命名管道,油槽和Winsock进行进程通信,命名管道和Winsock的通信是双向的即客户端像服务器发送数据,而服务器也可以向客户端发送数据。油槽通信是单向。-A very good one VC++ communication program. Applies to inter-process communication on the loca
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:6569984
    • 提供者:yyy
  1. ipc

    0下载:
  2. LINUX下的进程间通信的资料和程序,有讲解并附有很多典型例程序-LINUX under the inter-process communication of information and procedures, explain the procedure along with a lot of typical cases
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:427008
    • 提供者:王鑫
  1. communication

    0下载:
  2. 进程间通信,通过共享内存的方式实现进程间通信,即在内存中开辟一个共享内存区域,创建两个控制台应用程序,来检测进程间的通信-Inter-process communication, through the shared memory means to achieve inter-process communication, that is in memory to open a shared memory region, to creat
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:pipicheng
  1. 12_msg

    0下载:
  2. Linux 进程间通信实例之一——消息队列 使用了信号量用于进程间的同步。-Linux is one example of inter-process communication- the message queue using semaphores for synchronization between processes.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:16384
    • 提供者:hero
  1. Linux-IPC.tar

    0下载:
  2. 资源中包含了Linux进程间通信的例子,同时有源文件和可执行文件。 源码主要包含了Linux下IPC机制的本地进程通信方式,包含了IPC共享内存,IPC信号量,IPC消息队列的实现,以及Linux下判断进程退出原因的示例程序。因为是做毕设学习时的练习程序,因此程序有详细的注释。(注意,每种通信方式需要在同时两个终端中查看验证,才可以看出效果,注意查看源码注释)-the source code included in the copr
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:11264
    • 提供者:liujingsong
  1. testqt.tar

    0下载:
  2. Linux QT的测试程序 关于多线程,进程间通信的,服务器方向的-Linux QT testing procedures on the multi-threading, interprocess communication, the server direction
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:519168
    • 提供者:bjn118
  1. 第8章、进程间通信

    0下载:
  2. 第8章、进程间通进程间通进程间通进程间通进程间进进程间通程间通通
  3. 所属分类:文档资料

  1. 进程间通信

    0下载:
  2. 可应用于同一台机器上两个或多个进程之间的相互通信(Mutual communication between two or more processes that can be applied to the same machine)
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:499712
    • 提供者:wang3397
« 1 2 3 45 6 7 8 9 10 ... 45 »

源码中国 www.ymcn.org