登录
首页 » Process-Thread » 一个进程间的通信的好程序,好源码,值得一看,非常有帮助...

一个进程间的通信的好程序,好源码,值得一看,非常有帮助...

于 2022-10-19 发布 文件大小:227.28 kB
0 51
下载积分: 2 下载次数: 1

代码说明:

一个进程间的通信的好程序,好源码,值得一看,非常有帮助-A good inter-process communication procedures, a good source, worth a visit, very helpful

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 如何启动或停止一个窗口新台币服务。
    How to start or stop a windows NT service.
    2022-11-06 00:00:04下载
    积分:1
  • readers and writing, the operating system of curriculum design process and threa...
    读者和写者,有关操作系统课程设计的 进程和线程,我急需生产者和消费者-readers and writing, the operating system of curriculum design process and thread, I hasten to producers and consumers
    2022-05-28 12:10:57下载
    积分:1
  • 用线程实现动态改变图标
    用线程实现动态改变图标-using threads to implement dynamic changes icon
    2022-08-12 22:56:27下载
    积分:1
  • two experimental operating system : the process of scheduling strategy to achiev...
    操作系统实验2:进程调度策略的模拟实现 1、 设计一个有 N个进程共行的进程调度程序。 2、 每个进程有一个进程控制块PCB来表示,进程控制块的格式为: 进程名 优先数 到达时间 需要运行时间 已占用CPU时间 进程状态 a) 进程优先数、需要运行时间、到达时间可以事先人为地指定,也可以随机产生,注意初始化上述数值时要尽量使进程并发执行,而不是按到达时间顺序调度。 b) 进程的运行时间以时间片为单位进行计算。 c) 进程状态分为就绪、运行、完成三种状态之,分别用W、R、F表示。 3、 进程调度规则如下: a) 就绪进程获得 CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。 b) 如果运行一个时间片后,进程已占用 CPU时间达到所需要运行时间,则进程完成,撤销该进程。 c) 如果运行一个时间片后,进程已占用CPU时间还未达到所需要运行时间,即进程需要继续运行,将它插入就绪队列,队列重新排序,等待CPU。 d) 重复以上过程,直到所要进程都完成为止。 -two experimental operating system : the process of scheduling strategy to achieve a simulation. Design is a process of a total of N the process scheduler. 2, each process is a process control block to PCB said that the process control block format : process a few who arrived at the priority needs time to time running CPU time a state process) process priority number. need to run time, arriving in time prior to artificially designated, can also randomly generated, Initialization attention to the above values are to m
    2022-02-20 17:25:28下载
    积分:1
  • 一个多线程发送并口控制信号的程序,控制信号的频率达到微秒级...
    一个多线程发送并口控制信号的程序,控制信号的频率达到微秒级-a multithreaded parallel port control signals sent to the procedures, the frequency control signal to achieve microsecond
    2023-03-11 18:30:03下载
    积分:1
  • 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。   “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优...
    编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。   “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。   静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。   动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如 :在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等 -Write and debug a simulation of the process scheduler, using the "highest priority number priority" scheduling process scheduling algorithm to five. The "highest priority number first" scheduling algorithm the basic idea is to CPU allocated to the highest-priority ready queue in the process. Static priority number is determined when creating the process, and in the whole process will not change during the operation. Dynamic priority number refers to the process of creating a process priority number can be given an initial value, and can modify the priority number according to certain principles. Example : In the process, get a CPU after its reduction in the number one priority. Or, the process of waiting time exceeds a certain time limit, increase
    2022-03-07 17:51:07下载
    积分:1
  • 一个类似于任务管理器的程序,非常适合学习进程编程的人使用...
    一个类似于任务管理器的程序,非常适合学习进程编程的人使用-A Task Manager is similar to the procedures, the learning process very suitable for programming use
    2022-09-27 22:40:06下载
    积分:1
  • 2023-02-01 07:15:03下载
    积分:1
  • 创建、管理线程池的源代码
    创建、管理线程池的源代码- Foundation, management line Cheng Chi source code
    2022-02-07 14:10:08下载
    积分:1
  • VC样版教程。一个拼字游戏源码。利用VC++编程,应用的VC技巧,简单而全面,是初学者的好材料...
    VC样版教程。一个拼字游戏源码。利用VC++编程,应用的VC技巧,简单而全面,是初学者的好材料-VC-like version of tutorial. Source of a spelling game. Use VC++ Programming, application of VC skills, simple and comprehensive, is a good material for beginners
    2022-11-29 19:30:03下载
    积分:1
  • 696518资源总数
  • 104353会员总数
  • 66今日下载