Location:
Search - swap partition
Search list
Description: title=Windows NT/2000/XP 一个RAM-DISK文件系统驱动 memo=SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a disk filter driver.-title = Windows NT/2000/XP a RAM-DISK file system driver memo = SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a filter driver disk.
Platform: |
Size: 106000 |
Author: 王红正 |
Hits:
Description: title=Windows NT/2000/XP 一个RAM-DISK文件系统驱动 memo=SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a disk filter driver.-title = Windows NT/2000/XP a RAM-DISK file system driver memo = SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a filter driver disk.
Platform: |
Size: 33495 |
Author: 王红正 |
Hits:
Description: title=Windows NT/2000/XP 一个RAM-DISK文件系统驱动 memo=SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a disk filter driver.-title = Windows NT/2000/XP a RAM-DISK file system driver memo = SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a filter driver disk.
Platform: |
Size: 105472 |
Author: 王红正 |
Hits:
Description: title=Windows NT/2000/XP 一个RAM-DISK文件系统驱动 memo=SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a disk filter driver.-title = Windows NT/2000/XP a RAM-DISK file system driver memo = SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a filter driver disk.
Platform: |
Size: 32768 |
Author: 王红正 |
Hits:
Description: 读取linux操作系统下swap交换分区信息源代码-Read the linux operating system swap partition information exchange source code
Platform: |
Size: 1024 |
Author: 夏图灵 |
Hits:
Description: This a disk filter driver for Windows NT/2000/XP that uses a Linux
swap partition to provide a temporary storage area formated to the FAT
file system.-This a disk filter driver for Windows NT/2000/XP that uses a Linux swap partition to provide a temporary storage area formated to the FAT file system.
Platform: |
Size: 238592 |
Author: Showna |
Hits:
Description: 非递归的快速排序算法-#include <iostream>
#include <stack>
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack<int> Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low] <= key)
low++
swap(pData[low], pData[high])
}
return low
}
void swap(elem& a, elem& b)
{
if(&a != &b)
{
a ^= b
b ^= a
a ^= b
}
}
//快速排序的非递归算法
voi
Platform: |
Size: 1024 |
Author: cui |
Hits:
Description: 一个windows的磁盘过滤驱动,使用LINUX的SWAP分区作为一个格式化为FAT的临时存储区域。-A Windows disk filter driver, LINUX SWAP partition as a temporary storage area of a formatted as FAT.
Platform: |
Size: 281600 |
Author: p_y_h |
Hits: