搜索资源列表
MTDmag
- 可变式分区分配思想建立存储分块表MBT,使用首次适应法为新作业寻找可用空间。 输入内存空间大小、MBT表长度,显示初始MBT表的状态,以后每分配一次空间或释放一次空间都要显示当前的MBT表。当选择“分配空间”操作,则需要输入新作业所需的空间;当选择“释放空间”操作,则需要输入想要释放的作业号。-variable thinking of establishing regional distribution storage block
kbfq
- 可变式分区管理的计算机模拟 实验环境:Microsoft Visual C++ 6.0 编程语言:C++ 实验步骤也有 -variable zoning management of the computer simulation environment : Microsoft Visual C + + 6.0 Programming Language : C experimental steps have
P2P式多用户在线聊天Java程序
- 该资源给出了Eclipse下完整的Java源码工程包和详细开发说明文档。下载完导入Eclipse即可使用,无需调试,实用性极强!程序各模块接口清晰,可以修改扩展打造一个完全属于自己的聊天室! 功能描述:实现了一个多用户的在线聊天程序,C/S结构,客户端可发送消息,然后其他的用户接收到该消息并将其显示在界面中,服务器对信息进行有关处理并向适当的用户发送,同时在服务器端还将显示所有的在线用户,网络管理员即服务器端管理员可选中某用户并将
无线式可变信息标识系统的设计与实现
- 无线式可变信息标识系统的设计与实现
存储管理源代码
- 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业
MTDmag
- 可变式分区分配思想建立存储分块表MBT,使用首次适应法为新作业寻找可用空间。 输入内存空间大小、MBT表长度,显示初始MBT表的状态,以后每分配一次空间或释放一次空间都要显示当前的MBT表。当选择“分配空间”操作,则需要输入新作业所需的空间;当选择“释放空间”操作,则需要输入想要释放的作业号。-variable thinking of establishing regional distribution storage block
kbfq
- 可变式分区管理的计算机模拟 实验环境:Microsoft Visual C++ 6.0 编程语言:C++ 实验步骤也有 -variable zoning management of the computer simulation environment : Microsoft Visual C++ 6.0 Programming Language : C experimental steps have
kebianfenqucunchuguangli
- 可变式分区管理的计算机模拟,编程模拟可变分区管理的分配、回收。-Variable regional management computer simulation, programming analog variable distribution of regional management, recycling.
000
- 简单的模拟可变式分区管理,按各算法进行分配和回收空间 -Simple analog variable partition management, according to the algorithm of space allocation and recovery
monineicunfenpei
- 用高级语言编写和调试多道环境下连续可变式内存分配的模拟程序,以加深对连续可变式内存分配算法的理解。-Use of advanced language writing and debugging multi-channel environment variable memory allocation for the simulation program in order to deepen their understanding of c
first_fit
- 采用可变式分区管理方式,空闲区采用分区说明表时,使用首次适应算法实现主存的分配与回收-Using variable partition management, free zones, when the use of geographical descr iption, use the first algorithm to adapt to the distribution of main memory and the recovery
merroy
- 操作系统,模拟内存的分配与回收,可变式分区管理-Operating system, simulation of the distribution and recovery of memory, variable partition management
yeshi
- 模拟存储管理中内存空间的管理和分配内存空间的管理分为固定分区管理方式,可变分区管理方式,页式存储管理,段式存储管理。本程序实现了静态页式存储管理。-static page storage management
Memory
- 有关操作系统的连续可变式内存分配的模拟实验。-The operating system memory allocation simulation curriculum design.
main1
- 操作系统模拟算法,采用可变式分区,空闲区链实现内存的分配与回收,包含已分配表-Operating system simulation algorithm, using variable type area, free area chain of memory allocation and recovery, including the table allocated
OS-Practice
- 采取可变式分区管理,利用平衡二叉树(AVL树)管理已分配给进程的内存区,利用首次适应法管理。-Variable regional management to the use of balanced binary tree (AVL tree) management has been allocated to the process of memory area, using first-fit method management.
SOAPals-paper_data.tar
- 强大的RNA比对软件,由深圳BGI团队研发,适合发掘外显子连接,可变式剪切的发掘。-powerful RNA blasting software,devoloped by BGI Shenzhen bioinformatic group,fit for exon junction,alternative splicing exacavted
memory
- 可变式分区管理使用的主要数据结构,分配、回收的主要技术,了解最优分配、最坏分配、最先分配等分配算法。-Variable type partition of the data structure, distribution, and the main technology, recovery of optimum allocation, the worst distribution, the first distribution allo
MemoryMgr
- 可变式分区管理使用的主要数据结构,分配、回收的主要技术,了解最优分配、最坏分配、最先分配等分配算法。-Variable type partition of the data structure, distribution, and the main technology, recovery of optimum allocation, the worst distribution, the first distribution allo
ff
- 可变式分区分配的存储管理方案。并模拟实现分区的分配和回收过程。 -Variable partition storage management solutions. Implement and simulate the distribution and recovery process of partition.