资源列表

« 1 2 ... .75 .76 .77 .78 .79 580.81 .82 .83 .84 .85 ... 1044 »

[进程与线程MultiReadWriteTxt

说明:windows下多线程读写txt文档,是初学多线程IO操作的好资料,欢迎下载。-Multithreading literacy txt documents, is a good example of multi-threading beginner.
<Mr.Right> 在 2024-06-10 上传 | 大小:1504256 | 下载:0

[进程与线程banksulotion

说明:银行柜员服务问题:银行有n个柜员负责为顾客服务,顾客进入银行先取一个号码,然后等着叫号。当某个柜员空闲下来,就叫下一个号。   编程实现该问题,用P、V操作实现柜员和顾客的同步。 实现要求 某个号码只能由一名顾客取得; 不能有多于一个柜员叫同一个号; 有顾客的时候,柜员才叫号; 无柜员空闲的时候,顾客需要等待; 无顾客的时候,柜员需要等待。 测试文本格式   测试文件由若干记录组成,记录的字段用空格分
<赵宛玥> 在 2024-06-10 上传 | 大小:4890624 | 下载:0

[进程与线程source_807601436

说明:利用管道进行进程间通信 设有二元自然数变量函数F(m,n)、f (m)  g(n) 请编程建立3个并发协作进程或线程,它们分别完成计算F(m,n)、f (m)和g(n)。-Programming to establish three concurrent collaborative processes or threads, respectively, to complete the calculati
<刘宇杭> 在 2024-06-10 上传 | 大小:2048 | 下载:0

[进程与线程threadpool_src

说明:通过PERL实现的线程池模块,方便使用,可以移植到其他平台使用,非常高效,-PERL realized by the thread pool module, easy to use, can be ported to other platforms to use, very efficient,
<Ganker> 在 2024-06-10 上传 | 大小:69632 | 下载:0

[进程与线程pthread

说明:创建两个线程,分别向线程传递如下两种类型的参数并在线程中打印:传递整型值、传递字符。-Create two threads, the following two types of parameters are passed in each thread to thread print: pass integer value, passing characters.
<徐舒怡> 在 2024-06-10 上传 | 大小:1024 | 下载:0

[进程与线程producer-and-consumer

说明:创建4个POSIX线程。其中2个线程(A和B)分别从2个数据文件(data1.txt和data2.txt)读取10个整数. 线程A和B把从文件中读取的逐一整数放入一个缓冲池. 缓冲池由n个缓冲区构成(n=5,并可以方便地调整为其他值),每个缓冲区可以存放一个整数。另外2个线程,C和D,各从缓冲池读取10数据。线程C、D每读出2个数据,分别求出它们的和或乘积,并打印输出。-Creating four POSIX threads. Wher
<徐舒怡> 在 2024-06-10 上传 | 大小:1024 | 下载:0

[进程与线程Process-Monitoring

说明:易语言利用WMI对象实现进程监控,进程监控的另一种方法,学习价值更高。-Easy language use WMI object implementation process monitoring, process monitoring another way, the study of higher value.
<lelegao> 在 2024-06-10 上传 | 大小:2048 | 下载:0

[进程与线程WindowsFormsApplication1

说明:多线程的一个小例子,实现了线程中访问界面-Multithreading a small example, to achieve a thread access interface
<大勇> 在 2024-06-10 上传 | 大小:51200 | 下载:0

[进程与线程producer-and-consumer

说明:该程序是用c++写的一个生产者消费者问题的程序,使用的是windows下的进程同步,供大家参考和学习-The program is using c++ to write a program to producers and consumers, using a process under windows sync for reference and learning
<wenjian> 在 2024-06-10 上传 | 大小:1024 | 下载:0

[进程与线程a

说明:操作系统上机实验,学习操作系统的好老师,祝你快速掌握操作系统-Operating system-on experiments, learn good teacher of the operating system, I wish you quickly master the operating system
<杨康> 在 2024-06-10 上传 | 大小:254976 | 下载:0

[进程与线程day12

说明:MFC线程,创建线程和线程间的同步,一个很不错的例子,大家可以一起学习下-MFC thread synchronization, create threads and threads
<fubindong> 在 2024-06-10 上传 | 大小:141312 | 下载:0

[进程与线程jthread-1.3.1

说明:jthread是一个多线程开发库,利用它可以方便地在Windows或者Linux开发多线程程序。-jthread is a multi-threaded development libraries, you can easily use it in Windows or Linux multithreaded application development.
<star> 在 2024-06-10 上传 | 大小:20480 | 下载:0
« 1 2 ... .75 .76 .77 .78 .79 580.81 .82 .83 .84 .85 ... 1044 »

源码中国 www.ymcn.org