搜索资源列表
编译原理及实践
- 目 录 译者序 前言 第1章 概论 1 1.1 为什么要用编译器 2 1.2 与编译器相关的程序 3 1.3 翻译步骤 5 1.4 编译器中的主要数据结构 8 1.5 编译器结构中的其他问题 10 1.6 &
sdram32
- sram 存储器控制程序很完整,值得认真研究,很有帮组-SRAM memory control program is very complete, worthy of serious study, is to help groups
os_changeable_partition
- 采用可变分区存储管理并且 采用首次适应算法实现存储器分配与回收-using variable memory management and FFA agrithment implement the memory allocate and reclaim.
操作系统课设
- 操作系统课程设计编程实例 1fork 2编制先来先执行进程调度算法 3读者 4模拟进程调度算法 5 虚拟存储器管理 6二级目录结构的磁盘文件系统-courses on operating system design programming examples 1fork two first-come first-prepared implementation process scheduling algorithm three readers four scheduling algorit
存储器管理
- 操作系统实验(粗存储器管理)采用可变分区存储器管理方案的模拟系统-experimental operating system (memory management rough) using variable memory management program through a simulation
yemiantihuansuanfa
- 这是一个C语言实现的存储器管理中页面替换算法的模拟程序-This is a C language memory management algorithm replacement pages Simulation Program
jiekouzichengxu
- 一个实用子程序——看门狗,存储器与 89C2051接口子程序-a practical subroutine -- watchdog, memory and interface subroutine 89C2051
EMC_C
- 本为一个外部存储器实验程序,可以在ads上使用-the external memory for an experimental procedure can be used in ads
cunchuqiguanli
- 操作系统存储器管理实验的C语言模拟程序,采用FIFO和LRU两种算法-experimental operating system memory management in C language simulation procedures and two FIFO and LRU algorithm
MEMORY_1
- 存储器管理模拟程序,本模拟程序采用首次适应算法-memory management simulation, the simulation program using the first-fit algorithm
24xx
- 24系列存储器通用读写程序,非本人作品,仅共参考-24 Series memory read and write common procedures, non - I works were only reference
Memory_assign
- 操作系统实验模拟,存储器动态分配空间 可选首次适应算法和最佳适应算法-experimental operating system simulation, dynamic memory allocation options first space adaptation algorithm and the best fit algorithm
shuangzijiechabiao
- 双字节数据查表程序 输入数据(0-255)存放在21h中,同时21h为奇偶判断存储器 偶数查第一个表 奇数查第二个表 查表结果,高字节在r6,低字节在r7 注意:程序执行到表格时,一定要用跳转指令跳过表格,否则会把表格当作程序执行,出错 最长的定时时间为10mS@16MHz晶振 ;白菜奉献 -double byte data entry procedures (0-255) stored in 21h, while 21 h of judgment
FLASH存储器K9F6408U0A的控制
- FLASH存储器K9F6408U0A的控制
存储器24C02用法
- 24C02的详细汇编语言,直接可以使用
FIFO.rar
- 一个操作系统试验 虚拟存储器页面转换FIFO算法模拟实现,An operating system virtual memory page test conversion FIFO algorithm simulation
store
- 操作系统实验,存储器管理,用vc做的,比较全面的-Experimental operating system, memory management, using vc do a more comprehensive
Operating_System
- 包括操作系统引论,进程管理,作业管理,存储器管理,I/O设备管理,文件管理,多处理机操作系统,网络操作系统和分布式操作系统,UNIX系统的内部结构,SHELL等章节内容-Including the operating system introduction, process management, operations management, memory management, I/O device management, document management, multi-processo
xunicunchuqi
- 虚拟存储器的实现,当发生缺页中断时,采用先进先出算法调度!-The realization of virtual memory, page fault occurs when using FIFO scheduling algorithm!
Cpp3
- 主存储器空间的分配和回收 当用户提出申请存储器空间时,存储管理必须根据申请者的要求,按一定的策略分析主存空间的使用情况,找出足够的空闲区域分配给申请者。当作业撤离或主动归还主存资源时,则存储管理要收回作业占用的主存空间或归还部分主存空间。-=.=