资源列表

« 1 2 ... .97 .98 .99 .00 .01 602.03 .04 .05 .06 .07 ... 1044 »

[进程与线程The-problem-of-product-and-consume

说明:生产者-消费者问题是一个经典的进程同步问题,该问题最早由Dijkstra提出,用以演示他提出的信号量机制。在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生
<岳豪> 在 2024-06-09 上传 | 大小:1024 | 下载:0

[进程与线程AsyncFileDemo

说明:AsyncFilwhen we need asynchronous behaviour or parallelism we create threads. The asynchronous file I/O APIs allows us to leverage the asynchronous behaviour without introducing threads. So we can issue ReadFileEx or
<rabert> 在 2024-06-09 上传 | 大小:28672 | 下载:0

[进程与线程monitoring360

说明:监控360进程,同事也可以改为监控其他进程-360 process control, co-workers can also be changed to monitor other processes. . . . . . . . . . . . . . . . . . . .
<> 在 2024-06-09 上传 | 大小:15360 | 下载:0

[进程与线程duohePPT

说明:多核程序设计的简介,多线程多实例,对于学习有很大的帮助-It s for the Linux,Windows programing.The history about the multinuclear.And good for studing
<chenyu> 在 2024-06-09 上传 | 大小:3527680 | 下载:0

[进程与线程VC-multithreading

说明:VC下的多线程编程资料,Windows平台下的多线程编程VC技术文章-VC data under the multi-threaded programming, Windows platform, multithreaded programming under VC Technical Articles
<shangjie> 在 2024-06-09 上传 | 大小:732160 | 下载:0

[进程与线程Excel-VB

说明:The software is free, absolutely no toxic but some anti-virus software will stop running, if you can not run you off the antivirus software to run Rights
<袁枚> 在 2024-06-09 上传 | 大小:10727424 | 下载:0

[进程与线程Win32-Multithreading-and-Synchronization

说明:This tutorial will explain how to create and manage multiple threads in Windows. This is an advanced tutorial the reader should be familiar with Win32 programming.-This tutorial will explain how to create and manage mult
<magna> 在 2024-06-09 上传 | 大小:7168 | 下载:0

[进程与线程calculating_pi

说明:环境为Visual Studio 2008,使用C#,实现多线程计算PI的功能-Environment for Visual Studio 2008, using C#, multi-threaded calculation function PI
<Jassie> 在 2024-06-09 上传 | 大小:22528 | 下载:0

[进程与线程philpsopher

说明:哲学家就餐问题的解决方法 运用java多线程模拟所有解决哲学家就餐问题的方法-Solution to the dining philosophers problem using multi-threaded simulation of java all the dining philosophers problem solving
<yuqi> 在 2024-06-09 上传 | 大小:719872 | 下载:1

[进程与线程ThreadTest

说明:线程测试,并且将线程的运行情况绘制以图形表示出来-Thread test, and the operation of the thread drawn out of a graphical representation of
<小梦> 在 2024-06-09 上传 | 大小:40960 | 下载:0

[进程与线程CreateProcess

说明:创建一个进程,适合初学者参考,了解进程的创建和相关的一些知识。-Create a process reference for beginners to understand the process of creation and some related knowledge.
<何文俊> 在 2024-06-09 上传 | 大小:5365760 | 下载:0

[进程与线程ProcessScheduling

说明:操作系统的进程调度算法模拟,FCFS、SJF、高响应比优先,基于MFC对话框,可动态显示就绪队列和当前执行进程-Operating system process scheduling algorithm simulation, FCFS, SJF, high priority response ratio, based on MFC dialog box, you can dynamically display the ready qu
<Meihua> 在 2024-06-09 上传 | 大小:1994752 | 下载:0
« 1 2 ... .97 .98 .99 .00 .01 602.03 .04 .05 .06 .07 ... 1044 »

源码中国 www.ymcn.org