登录

最新会员 最新下载

成为了本站VIP会员

04月18日 20:09

成为了本站VIP会员

04月18日 18:37

成为了本站VIP会员

04月18日 18:25

成为了本站VIP会员

04月18日 17:16

成为了本站VIP会员

04月18日 09:16

成为了本站VIP会员

04月17日 11:07
已选条件
  1. 编程语言:C++
  2. 代码类别:进程与线程
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. processDispatch

  进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:  1.先进先出调度算法;  2.基于优先数的调度算法;  3.最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:  1.当前执行进程;  2.就绪队列;  3.等待队列 附:此程序可直接运行,是操作系统课的经典实验. (scheduling process simulation program : Suppose a 10 CPU in the process of implementation, respectively :)

58
下载
162
浏览
2021-05-07发布

2. matrix_mult

  在C++11的基础上采用4种不同方法实现了多线程并发矩阵与向量乘积,矩阵转置与矩阵乘积,Linux下编译,需连接pthread库。(Using four different methods on the basis of C++ 11 is implemented on a multi-threaded matrix and vector product, matrix transpose and matrix multiplication, Linux compiler, connect pthread library.)

23
下载
141
浏览
2021-01-15发布

3. 银行家算法

说明:  操作系统,windows系统下写的银行家算法,c++语言版。(The operating system, the banker's algorithm written under the windows system, the c++ language.)

0
下载
123
浏览
2021-01-02发布

4. RCS

  一个windows下的多线程串口通程序(windows of a multi-threaded process Serial)

53
下载
144
浏览
2020-12-29发布

5. oslab-total

  OS 实验 浙江大学 小车 十字路口 进程控制 调用(OS lab1 car crossing)

1
下载
130
浏览
2020-11-22发布

6. SOCKET-TCP

  SOCKET多线程,使用TCP连接,当有一个连接请求时候,建立一个线程。共有两个文件,一个Server,还有一个是Client(SOCKET multithreading, the use of TCP connections, when a link request, the establishment of a thread. A total of two documents, one Server, there is a Client)

7. linjiequ

   用软件方法解决上述临界区问题—兄弟。即要求修改sm6,实现accnt1+accnt2 提交的程序名:ex2 采用的算法可选择: –Peterson算法:(Solving these critical problems by using software method . That requires modifications to the sm6 implementation of accnt1+accnt2, the program name- submit: ex2 The algorithm can choose: Peterson algorithm:)

2
下载
132
浏览
2020-11-01发布

8. 间通信

说明:  C#进程间通信机制-注意修改发送方中的接收方路径(C# interprocess communication mechanism - note the modification of the receiver path in the sender)

1
下载
131
浏览
2020-10-22发布

9. ADcard

  研华AD板卡通过visual c++实现控制,多线程(Advantech AD Card through visual c achieve control, multithreading)

59
下载
147
浏览
2020-09-10发布

10. fce

  VC写的连接远程电脑,截取桌面,分为客户端,服务器端(VC writes the connection remote computer, intercepts the desktop, divides into the client side, the server side)

0
下载
122
浏览
2020-07-26发布

11. fce

说明:  VC写的连接远程电脑,截取桌面,分为客户端,服务器端(VC writes the connection remote computer, intercepts the desktop, divides into the client side, the server side)

1
下载
143
浏览
2020-07-26发布

12. QT多线实现 ThreadFromQThread

说明:  QT多线程实现,功能虽然不是很强大,但是很容易懂(QT multi-threaded implementation, although not very powerful, but easy to understand)

2
下载
221
浏览
2020-07-06发布

13. Elevator-Dispatching

  基于线程和进程的电梯调度文件的集合,采用C++,在Vs平台上完成(Based on a collection of threads and processes of the elevator dispatching documents, using c++, in Vs platforms )

3
下载
182
浏览
2020-06-29发布

14. C++MultiThreadProgramming

  全书分为13章,全面讲解构建多线程架构与增量多线程编程技术。第1章介绍了用于构建面向对象程序的不同类型 C++组件,以及如何使用这些组件来构建多线程架构。第2、3、4章简要介绍进程、线程、多任务处理、多线程化、 规划以及线程优先权的概念。第5章讨论进程间和线程间通信。第6章讨论线程和进程同步与合作,详细讨论临界区 、死锁、数据竞争以及无限延迟方面的主题。第7-10章讲解用于线程同步、线程间通信以及多线程处理的C++组件 。第11章讨论C++对象在多线程环境中的行为和交互方式。第12章简单介绍多线程应用程序的测试技术。第13章对全 书内容进行扼要地问顾与思考。 (err)

15. ThreadPoolProject

  通过ThreadPoolExecutor的方式,这样的处理方式让写的同学更加明确线程池的运行规则,规避资源耗尽的风险(Thread pools are not recommended to be created by Executors, but by ThreadPool Executor, which allows students to write more clearly about the rules of thread pools and avoid the risk of resource exhaustion.)

0
下载
89
浏览
2020-06-17发布

16. ThreadPoolProject

说明:  通过ThreadPoolExecutor的方式,这样的处理方式让写的同学更加明确线程池的运行规则,规避资源耗尽的风险(Thread pools are not recommended to be created by Executors, but by ThreadPool Executor, which allows students to write more clearly about the rules of thread pools and avoid the risk of resource exhaustion.)

1
下载
91
浏览
2020-06-17发布

17. HRHXEI

  组件编程例子程序,本人自写的,希望对你有帮助(Component programming example program, self-written, I hope to help you)

0
下载
81
浏览
2018-12-31发布

18. HRHXEI

说明:  组件编程例子程序,本人自写的,希望对你有帮助(Component programming example program, self-written, I hope to help you)

0
下载
81
浏览
2018-12-31发布

19. Ushroutine

  用vc 开发的一个explorer的例程源代码,以供参考与学习(Use vc to develop a explorer routine source code for reference and learning)

0
下载
120
浏览
2018-12-31发布

20. Ushroutine

说明:  用vc 开发的一个explorer的例程源代码,以供参考与学习(Use vc to develop a explorer routine source code for reference and learning)

0
下载
81
浏览
2018-12-31发布