搜索资源列表
jinchengguanlidiaoducunchuguanli
- 实验一 进程管理 1.目的和要求 加强对进程概念的理解。 2.实验内容 至少要有:创建新的进程;查看运行进程;换出某个进程;杀死运行进程以及进程之间通信等功能。 3.实验环境 Windows、DOS系统 TC语言 实验二:进程调度 【实验内容】 设计一个有 N个进程共行的进程调度程序。   进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 实验三 存储管理
communication
- 进程间通信的VC++源码实例集,进程之间的通信以及实现方法实例,通过一些小程序来实现,这些小程序有剪贴板实例、邮槽、匿名管道等,希望对VC++基础用户有帮助。-Interprocess communication set of vc++ source code examples, communication between process and realization method as an example, through a small program to implement, the
CS通信
- 基于C/S模式,用Java语言实现两个进程之间的通信。(Based on the C/S model, using Java language to achieve communication between the two processes.)
MultThreadComm3
- MFC下的多线程编程方法示例,包括MFC内置的多线程间通信、非MFC多线程间通信以及进程和线程之间的通信方法。(MFC multithreaded programming examples, including MFC built-in multi-threaded communication, non MFC multi thread communication, as well as the process and thread communication methods.)
易语言进程双向通信源码
- 主要提供了一个进程之间通讯的一个模板,方便大家查阅,了解进程之间通讯的原理,以及效率(It provides a template for communication between processes)
Nginx集群之WCF分布式消息队列
- 基于WCF分布式消息队列,可以在一些客户端并不需要服务端响应的场景上应用。消息队列在异步处理上有巨大优势,是一项可选择性的进程间的通信,能够保持进程之间通信的稳定性。(WCF based distributed message queues can be used in scenarios where some clients do not need server response. Message queuing has a great advantage in asynchronous pr