搜索资源列表
duilie
- 本程序为循环队列的实现,比较低级的实现。-This procedure for the realization of the cycle queues, the realization of relatively low-level.
nachos_2
- nachos实验2代码,实验有界缓冲区,table,还有安全队列,同步机制等-nachos experiment 2 code, experimental bounded buffer, table, there are security queues, synchronization mechanisms
1
- 提供了一个实时操作系统Threadx在VC++上的一个开发环境,可以在上边使用Threadx的操作,同时对互斥量,信号量,消息队列,定时器,地址池等做了程序一边学习,是学习Threadx必备的-Provides a real-time operating system Threadx in VC++ on a development environment, can be on top so Threadx operation, while the amount of the mutex, se
NSS
- 封装了Linux内核开发中的一些重要数据结构,包括队列、哈希表等,以及一些网络函数和多线程互斥机制-Encapsulates some of the important data structures in the Linux kernel developers, including queues, hash tables, etc., as well as some network functions and multi-threaded mutex mechanism
UCOSIImessage-queue-semaphore
- 实验3-消息队列、信号量集和软件定时器的相关实验-Experiment 3- message queues, semaphore sets and software timer experimental
Segmented-paged-memory-management
- 这个C程序用来模拟操作系统的段页式存储管理,采用链表、队列等数据结构来模拟。-This C program to simulate the operating system segment page memory management, the use of linked lists, queues and other data structures to simulate.
diaodu
- 1)在Linux下用C语言编程模拟优先级程调度算法。为了清楚地观察每个进程的调度过程,程序将每个时间片内的进程情况显示出来。2)进程控制块是进程存在的唯一标志,因此,在模拟算法中每一个进程用一个进程控制块PCB来代表,PCB用一结构体表示。3)进程在运行过程中其状态将在就绪、执行、完成几种状态之间转换,同时进程可能处于不同的队列中,如就绪队列。在优先级调度算法中,选择单向队列,入队既是将进程控制块插入队尾,出队既是按优先级重新排列的队,删除队头元素。4)为了便于处理,程序中的某进程运行时间以时间
车站自动售票
- (1)模拟设立一个服务时间区间如7:00-20:00,或者限定最大服务人数; (2)顾客到达时间随机,选择购票/签票/退票业务随机,选择人工/自动售票随机,同样的购票方式选择时选取人数最少的排队等待,随机情况需用随机数模拟实现。 (3)需要区分不同窗口或不同的自助售票机。 (4)接受服务/自助购票用一个随机数模拟时间表示。(1) simulate the establishment of a service time interval, such as 7:00-20:00, or lim
