登录

最新会员 最新下载

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09

成为了本站VIP会员

04月18日 18:37

成为了本站VIP会员

04月18日 18:25
已选条件
  1. 编程语言:所有
  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
下载
165
浏览
2021-05-07发布

2. 042989

  5元冒险岛私服最新登录器源码防WZ 易语言编写,功能强大,()

6
下载
218
浏览
2021-04-20发布

3. 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
下载
142
浏览
2021-01-15发布

4. Linux3

说明:  多线程编程指南,关于多线程的介绍很详细,新手看看有好处的(Multithreaded Programming Guide, on the introduction of multi-threading is very detailed and look good for novice)

0
下载
152
浏览
2021-01-09发布

5. 银行家算法

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

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

6. RCS

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

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

7. oslab-total

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

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

8. 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)

9. VB6-Thread

  VB6纯API实现的多线程源码,稳定、方便、实用的VB6多线程技术,万能的VB(VB6 Thread)

29
下载
184
浏览
2020-11-02发布

10. 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
下载
133
浏览
2020-11-01发布

11. 间通信

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

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

12. 9234858

  易语言写的传说OL启动器原理很简单,是新手学习易语言的好东西~()

1
下载
189
浏览
2020-10-19发布

13. ADcard

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

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

14. fce

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

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

15. fce

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

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

16. QT多线实现 ThreadFromQThread

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

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

17. 285208

  5元冒险岛私服最新登录器源码防WZ 易语言编写,功能强大,()

10
下载
154
浏览
2020-07-04发布

18. 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发布

19. C++MultiThreadProgramming

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

20. vumat_nh

  更緊密集成的計算機系統設計提高了性能並降低了功耗以及由分立模塊組成的等效設計所需的半導體芯片面積,但代價是降低了元件的可更換性。根據定義,SoC設計完全或幾乎完全集成在不同的組件模塊中。由於這些原因,計算機硬件行業中組件更緊密集成的趨勢一直存在,部分原因是SoC的影響以及從移動和嵌入式計算市場中汲取的經驗教訓。片上系統可視為嵌入式計算和硬件加速的更大趨勢的一部分。(A system on a chip or system on chip is an integrated circuit that integrates all components of a computer or other electronic system. These components typically)

0
下载
173
浏览
2020-06-23发布