搜索资源列表
quicksort
- This code is an MPI version of the sorting algorithm QuickSort in c++. The partitioning step is meda sequantially, but the split and merge steps are made using Send and Recieve methods.
dynamic
- 操作系统的动态分区存储管理模拟程序。程序将分区说明表分散为可用队列与已用队列,每次插入进程或撤销进程只需将结点移至另一队列即可,当然此过程还涉及拆分分区,合并分区以及更新分区号-Dynamic partitioning operating system storage management simulation program. Procedure will Zoning Table scattered available queue queue and has spent each inser
Backup
- Backup is a aplication for split big files in small parts and thus merge in other media, this permit transport a document on media of small capacity
SplitANDMerge
- Split-and-merge segmentation is based on a quadtree partition of an image. It is sometimes called quadtree segmentation.