-
多线程实例,两个小球在不同线程里执行。bcb源码
多线程实例,两个小球在不同线程里执行。bcb源码-Examples of multi-threading, the two small balls in different threads in the implementation. BCB source
- 2022-02-13 10:46:31下载
- 积分:1
-
通过研究Linux的线程机制和信号量实现读者写者(Reader
通过研究Linux的线程机制和信号量实现读者写者(Reader-Writer)问题并发控制。
1)写-写互斥:不能有两个写者同时进行写操作;
2)读-写互斥:不能同时有一个线程在读,而另一个线程在写;
3)读-读允许:可以有一个或多个读者在读;
4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作;
5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。
-By studying the Linux thread mechanism and semaphores realize readers who write (Reader-Writer) the issue of concurrency control. 1) to write- write mutex: Can not write at the same time there are two write operations 2) read- write mutex: Can not have a thread at the same time in reading and writing another thread 3) Reading- Reading of permit: can have one or more readers read 4) the priority of additional restrictions readers: If the readers apply for a read operation, there was another reader being read, the reader can be directly started reading operation 5) to write additional priority Restrictions: If an application for a reader reading write operation has been in waiting for another visit to a shared resource, the read
- 2022-02-06 09:26:49下载
- 积分:1
-
kicq v0.3.0
资源描述Linux上的ICQ(Open Source带全部源程序) Needs Qt 1.40+, KDE 1.0+, icqlib 0.1.3+
- 2023-06-06 23:30:02下载
- 积分:1
-
for motion history calculation which will find out the motion between two frames...
for motion history calculation which will find out the motion between two frames.
- 2022-02-09 20:00:16下载
- 积分:1
-
oranges书中的20行代码的操作系统
20行代码的操作系统有多么牛逼,不用我说大家都知道的。
20行代码的操作系统有多么容易被人看懂,不用我说大家都知道的。
20行代码的操作系统有多么简单,不用我说大家都知道的。
20行代码的操作系统有多么想告诉大家努力学习,不用我说大家都知道的。
- 2022-03-13 11:29:41下载
- 积分:1
-
文章详细分析了核加内核的源代码,希望对大家的研究和分析
这篇文章详细分析了Nucleus PLUS内核的源码,希望对大家有帮助!-The article detailed analysis of the Nucleus PLUS kernel source code, you want to help!
- 2022-01-26 03:40:01下载
- 积分:1
-
FIFO arithmetic,it can solve some common question.It have source code.
先进先出优先算法可以解决一些常见问题并为其源程序-FIFO arithmetic,it can solve some common question.It have source code.
- 2022-03-06 15:58:37下载
- 积分:1
-
好好利用! 好好利用!
好好利用! 好好利用! -make good use! M ake good use! M ake good use! M ake good use! Make good use!
- 2023-06-03 20:40:02下载
- 积分:1
-
Pan Miriam I602 hardware resources of the XPE files, can be generated directly i...
潘千嬅I602硬件资源的XPE文件,可以直接生成成XPE
- 2022-03-22 13:27:17下载
- 积分:1
-
操作系统大型实验:模拟LINUX文件系统
一、实验内容1. 设计和实现一个模拟文件系统,要求包括目录、普通文件和文件的存储。必须有自定义的数据结构,不能直接调用windows 的API函数,即不能只实现了一个壳。2. 文件系统的目录结构采用类似Linux的树状结构。3. 要求模拟的操作包括:a) 目录的添加、删除、重命名;b) 目录的显示(列表);c) 文件的添加、删除、重命名;d) 文件和目录的拷贝;e) 文件的读写操作。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-25 15:27:13下载
- 积分:1