-
斯坦福大学的源代码教程,演示如何使用通讯录。
Stanford iPhone课程配套源码,介绍Address Book的用法。-source code of Stanford iPhone course, demo of how to use Address Book.
- 2022-05-27 21:05:09下载
- 积分:1
-
标题:读和写注册表文件的例子
用visualbasic编的
标题:读和写注册表文件的例子
用visualbasic编的-Title : read and write registry document examples of the series with visualbasic
- 2022-09-30 16:15:02下载
- 积分:1
-
北航操作系统课程设计所需源代码,包含window和linux操作系统的各4个试验...
北航操作系统课程设计所需源代码,包含window和linux操作系统的各4个试验-BUAA operating system source code required for curriculum design, including window and linux operating system in all four test
- 2022-06-19 09:38:16下载
- 积分:1
-
Microsoft MS
Microsoft MS-DOS6.0 完整源代码,包括了所有外部命令,安装程序,DOSSHELL等。
每个源文件均包括开发历史、更新说明、注释。
这样一套源码对你的意义,实在无法以笔墨形容。-Microsoft MS-DOS6.0 complete source code, including all the external command, installation procedures, DOSSHELL such. Each source documents including the development of history, updated illustrations, notes. Such a source of your meaning, it is impossible to describe with pen and ink.
- 2022-09-02 10:55:09下载
- 积分:1
-
windows系统内存动态存储分配,两种分配算法
windows系统内存动态存储分配,两种分配算法-windows system memory dynamic storage allocation, the two allocation algorithm
- 2022-01-26 05:52:17下载
- 积分:1
-
C++写的操作系统原理及实现,模拟页面置换算法FIFO的源码
C++写的操作系统原理及实现,模拟页面置换算法FIFO的源码-C++ Write the operating system and realize the principle of simulated FIFO page replacement algorithm for the source
- 2022-05-24 18:38:44下载
- 积分:1
-
RAM中文资料,面向A R M 微处理器构架的嵌
入式操作系统的使用量将在今后五
年持续增长,在各种嵌入式操作系
统中,Linux是获得支持最多的第...
RAM中文资料,面向A R M 微处理器构架的嵌
入式操作系统的使用量将在今后五
年持续增长,在各种嵌入式操作系
统中,Linux是获得支持最多的第三
大力量。-RAM Chinese data, M A R-oriented architecture microprocessor embedded operating system used in the next five years will be continued growth Embedded in the various operating systems, Linux is supported by most third-largest force.
- 2022-07-04 23:43:16下载
- 积分:1
-
a micro
一个微型操作系统源码-a micro-source operating system
- 2022-02-12 18:05:58下载
- 积分: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
-
使用VC在调用window Cmd 命令,并分析返回的结果来取得需要的数据。...
使用VC在调用window Cmd 命令,并分析返回的结果来取得需要的数据。-The use of VC in the call window Cmd commands, and analyze the returned results to obtain the required data.
- 2023-07-28 06:15:03下载
- 积分:1