-
挑战你的心理极限…… 建议不要再夜间独自观看……否则后果自负。...
挑战你的心理极限…… 建议不要再夜间独自观看……否则后果自负。-Challenge your mental limits ... ... We do not recommend re-watching alone at night ... ... or else your peril.
- 2022-03-15 15:50:15下载
- 积分:1
-
C++视频聊天源代码(包括服务器和客户端)
一个C++视频聊天源代码,准确的讲是基于MFC的,使用的是VC++6.0编译环境。资源文件包括服务器端源码和客户端源码。下载后可以直接测试。
- 2023-02-13 19:30:03下载
- 积分:1
-
用信号量实现读者和写者的程序
读者-写者问题的读写操作限制(包括读者优先和写者优先):
写-写互斥,即不能有两个写者同时进行写操作。
读-写互斥,即不能同时有一个线程在读,而另一个线程在写。
读-读允许,即可以有一个或多个读者在读。
读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。
写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态才能开始读操作。
- 2022-04-22 12:41:24下载
- 积分:1
-
C++ And Threads
If you ve ever done multithreaded programming then most likely...
C++ And Threads
If you ve ever done multithreaded programming then most likely it was in C++. I haven’t
heard of many developers using the CreateThread Win32 API function from Visual Basic
or even Delphi. The reason is that the advantages of C++ and multiple threads are usually
the same.
- 2023-08-17 11:20:03下载
- 积分:1
-
银行称其系统,用户队列窗口,然后收集所有的数字,我..
银行叫号系统,用户排队拿好各个窗口随即的号码,工作窗口依照号码叫号,还以察看一天的叫号情况-Bank called its system, the user queue window then Collect all of the numbers, in accordance with the job number is called its window, but also to see the situation of the day called No.
- 2022-11-05 04:10:03下载
- 积分:1
-
EVC6下非常好的按钮贴图,非常炫,强烈推荐下载!
EVC6下非常好的按钮贴图,非常炫,强烈推荐下载!-EVC6 button under the picture very good, very-hyun, strongly recommend to download!
- 2022-01-26 00:55:45下载
- 积分:1
-
书上的例题。记住相同图标的位置并连续点击。使用了Timer和Thread。...
书上的例题。记住相同图标的位置并连续点击。使用了Timer和Thread。-Sample project of a book. Remember the locations of the same icon and click in a row. Illustrate the use of Timer and Thread.
- 2022-02-04 16:00:17下载
- 积分:1
-
创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问...
创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。-Create a console process, this process contains n threads. Use of these n threads to represent n-reader or writer. Each thread according to the requirements of the corresponding test data file read and write operations. Semaphore mechanism are used to achieve the reader and the writer first priority.
- 2023-03-25 23:30:03下载
- 积分:1
-
写一个图像ASCII转换器。
About writing an image to ASCII converter.
- 2022-03-15 07:33:49下载
- 积分:1
-
The time in learning JSP download the source code, and intend to help my friends...
在学习JSP的时候下载的源代码,希望能帮助到朋友们更好地理解JSP!-The time in learning JSP download the source code, and intend to help my friends to better understand the JSP!
- 2022-03-11 22:17:23下载
- 积分:1