搜索资源列表
fileSpaceManage
- 文件存储空间管理,能够进行文件空间的分配,并进行内存的空间回收,和盘块一致性检查工作-file storage space management, file space allocation, and memory space recovery, set pieces and consistency checks
实验二
- 一、实习内容 主存储器空间的分配和回收。 二、实习目的 通过本实习帮助理解在不同的存储管理方式下应怎样贮存空间的分配和回收。 -an internship contents of main memory space allocation and recovery. 2, internships purpose of the internship through the help understand the different storage management practic
MTDmag
- 可变式分区分配思想建立存储分块表MBT,使用首次适应法为新作业寻找可用空间。 输入内存空间大小、MBT表长度,显示初始MBT表的状态,以后每分配一次空间或释放一次空间都要显示当前的MBT表。当选择“分配空间”操作,则需要输入新作业所需的空间;当选择“释放空间”操作,则需要输入想要释放的作业号。-variable thinking of establishing regional distribution storage block table MBT, use the first metho
os
- 操作系统中几个重要算法的模拟程序,包括进程调度,内存分配与回收,银行家算法-Operating system simulation algorithm several important processes, including process scheduling, memory allocation and recovery, banker s algorithm
Theoperatingsystemmemorymanagementcurriculumdesign
- 关于计算机内存分配管理的程序,内涵原码,可以帮助同学们和需要的人理解内存分配问题,加深对计算机操作系统的理解.-With regard to the management of computer memory allocation process, meaning the original code, can help students and those who need to understand memory allocation issues, deepen their understa
sort
- 在输入的字符串中查找指定字符,动态分配内存-In the input string to find the specified character, dynamic allocation of memory
MemoryPool_src
- 内存池的使用,里面很详细的介绍了在软件开发过程中关于内存分配,new/del的情况。-The use of the memory pool, which is described in detail in the software development process on the memory allocation, new/del case.
MemoryPoolSourceCode
- 同样是解说内存分配的,里面附带有详细的注视。-Also explain the memory allocation, which comes with detailed attention.
dtfp
- 多个进程动态地共享系统的资源可能会产生死锁现象。用按序分配策略实现资源分配。-Dynamic multiple processes to share system resources may produce deadlock. Allocation strategy with sequential allocation of resources.
xunineicunsrc
- 这是VC++的一个虚拟内存分配和回收的源程序 -This is VC++, a virtual memory allocation and recovery of the source
Lab4
- 动态存储学生老师学号密码并进行添加删除退出操作-The dynamic memory allocation to achieve the goal to store the user s name ID and work year or study time and then you can do operations including add, delete and quit
hungarian-v2.0
- 匈牙利算法,用来解决二部图分配问题。可以运行-Hungarian algorithm is used to solve the the two Figure allocation problem. Can run
deadlock
- deadlock dettection and resource allocation graph
Memory-allocation-simulation
- 1.模拟操作系统动态内存分配。 2.对内存合理回收与分配算法。 3.寻找内存块,合并内存 4.模拟各种内存分配算法-1 simulation operating system dynamic memory allocation. (2) a reasonable recovery and the memory allocation algorithms. 3 Look for memory blocks, merging memory 4. Simulate various memo
TaskDistribution
- 算法设计与分析中的任务分配问题。 用回溯法解该问题时,用完全n叉树表示解空间。可行性条件select 剪去不满足行、列约束的子树。递归方法 backtrack(1)实现对整个解空间的回溯搜索;backtrack(i)搜索解空间中的第i层子树,sum记录当前已找到的可行方案 数。在算法backtrack中,当i>n时,算法搜索至叶子结点,当前已找到的可行方案数sum加1;当i<=n时,当前扩展结点 Z是解空间中的内部结点。该结点有x[i]=1,2,...,n共n个
HomeWork4_01
- 为数组动态分配内存,实现数组数值的平均值计算。-An array of dynamic memory allocation, the average is calculated to achieve an array of values.
