搜索资源列表
file_system
- 本源代码所设计的文件系统,具有建立文件(create)、打开文件(open)、读文件(read)、写文件(write)、关闭文件(close)、撤销文件(delete)等功能。在模拟程序中可从键盘上输入文件操作命令来模拟各用户程序中所调用的各种文件操作,用一个结束命令(end)停止程序的执行。-source code designed by the file system, with the establishment of documents (create) open the file (o
service1
- 一个可以管理电脑服务的程序,启动,停止,查询服务等功能-a computer can manage the process of service to start, stop, information service and other functions
页面置换算法的模拟实现和计算命中率
- 基本算法思想 OPT:该算法的基本思想是用二维数组page2[40][2] 的第一列存储装入内存的页面,而第二列用作标记位计数器。每当发生缺页时,就从内存中调出一页,首先将内存中的页面一一与要调入内存中的页面之后的页面比较,如果两个页面不相等,则内存中相应的页面的标记位计数器加一,直至到有相等的页面,则该页面的比较停止,再重复以上操作,直至内存中的页面全部比较完。然后找出内存中页面的标记位最大的页面,而该页就是要置换出来的页。 FIFO: 该算法的基本思想是用队列queue存储内存中的页面,队列
Record
- 凌陽公司所出產的spec061A控制程式範例,結合"61板"的三個按鍵完成錄音、停止和播放功能。-Sunplus company produced spec061A control programs paradigm, combined with " 61 boards" to complete recording of the three buttons to stop and playback capabilities.
SC16C752B
- The SC16C752B is a dual Universal Asynchronous Receiver/Transmitter (UART) with 64-byte FIFOs, automatic hardware/software flow control, and data rates up to 5 Mbit/s (3.3 V and 5 V). The SC16C752B offers enhanced features. It has a Transmission
ProcessMonitorProject
- 进程监控功能实时监控操作系统中的所有进程运行情况,如果发现非法进程,就立即阻止或结束其进程,当阻止或结束动作 完成后,将此情况记录到日志文件中,以便后续追查。非法进程是通过自动判断或人工手段通知进程监控程序,进程监控得到黑 进程列表后,实时判断当前系统中是否存在非法进程。 -Process monitoring in real-time monitoring of all operating system processes running, and if found illeg
xiyiji
- (1) 设计全自动洗衣机的硬件电路和控制程序,实现如下功能。 (2) 实现全自动洗衣机的洗涤控制,其过程为:加水——》洗涤——》排水——》甩干——》加水——》漂洗——》排水——》甩干——》加水——》漂洗——》排水——》甩干——》报警。 (3) 实现全自动洗衣机洗涤电机的正反向旋转,在洗涤时,正向旋转1分钟,停止30秒,反向旋转1分钟,停止30秒,再正向旋转,重复前面的过程,直到定时时间到停止。 (4) 实现全自动洗衣机的各项洗涤定时控制,可以通过键盘设定此时间。 (5) 在各项控
123
- 凌阳的61单片机 制作的公交车报站器,含有原理图 操作源代码和制作说明,配套资料-Sunplus chip made of 61 bus-stop device, containing the source code and schematic operation of production instructions, supporting information.
time
- 中断机构能发现中断事件,且当发现中断事件后迫使正在处理器上执行的进程暂时停止执行,而让操作系统的中断处理程序占有处理器去处理出现的中断事件。对不同的中断事件,由于它们的性质不同,所以操作系统应采用不同的处理-Interrupt agencies can find an interrupt event, and when it was found to force an interrupt event process being d on the processor to temporarily
LRU算法
- 操作系统 LRU算法 实验报告 及 程序代码服务一条龙(Operating system LRU algorithm experiment report and program code, service one-stop)
