CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 磁盘分区

搜索资源列表

  1. Do_Disk

    0下载:
  2. 查看磁盘各个分区信息,包括boot,MBR、MDR等-get disk and partition information,include boot、mbr mdr and so on
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-17
    • 文件大小:3553252
    • 提供者:yanj
  1. c-code

    0下载:
  2. 可变分区管理/时间片轮转算法/位示图管理磁盘存储空间 操作系统基本算法实现,亲测可用 -Variable partition management/time slice Round Robin/diagram Management disk storage space the operating system the basic algorithm, pro-test available
  3. 所属分类:Console

    • 发布日期:2017-11-24
    • 文件大小:5090
    • 提供者:lazy
  1. formatdisk

    0下载:
  2. 利用Delphi实现格式化磁盘,包括软盘和硬盘驱动器的各个分区,测试时候要小心,不要误操作-Delphi formatted disk, including floppy and hard disk drive partition, test time to be careful, do not misuse
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-14
    • 文件大小:180444
    • 提供者:Zhou
  1. diskspace

    1下载:
  2. 用Visual C++编写的磁盘空间监测器程序,可以实时监控指定分区的使用情况,在VC2003下编译通过.-With Visual C++ write disk space monitoring procedures, real-time monitoring of the specified partition VC2003 compiler through.
  3. 所属分类:Disk Tools

    • 发布日期:2017-11-07
    • 文件大小:13312
    • 提供者:宋江
  1. FAT32_develop

    0下载:
  2. FAT32/16文件系统的实现,支持文件读写,创建,多分区挂载,在windowns下读写磁盘例子-FAT32/16 sorce code
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-20
    • 文件大小:246653
    • 提供者:santa
  1. wenjian_xitong

    0下载:
  2. 简单文件系统的实现 在内存中开辟虚拟磁盘空间作为文件储存分区-Simple File System opened in memory space as a virtual disk file storage partitions
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:17384
    • 提供者:俊男
  1. fat

    0下载:
  2. 硬盘以及FAT文件系统介绍 1)硬盘物理结构 2)硬盘逻辑结构 3)磁盘引导原理 4)FAT分区原理-The introduction of fat
  3. 所属分类:File Formats

    • 发布日期:2017-11-27
    • 文件大小:648978
    • 提供者:wlx
  1. management

    0下载:
  2. 模拟磁盘工作原理,编程模拟磁盘的分区管理,实现磁盘的功能-Simulated disk works, programming simulated disk partition management, disk function
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:3087
    • 提供者:王孔鑫
  1. AUTO_USB_BACKUP

    0下载:
  2. 进程隐藏运行在后台,随时监听USB接口,如果有移动磁盘接入则开始扫描此移动磁盘,发现其中有重要文件则自动备份至电脑中的最大一个分区(进程会自动创建一个隐藏文件夹,不会影响日常使用计算机)。这样可以做到U盘中的重要文件自动备份,当U盘出故障里可以在电脑中找到备份的文件。-Hidden process runs in the background, ready to listen USB interface, if you have access to the removable disk to s
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:3888
    • 提供者:海 耳
  1. HardDiskInfo

    0下载:
  2. 获取计算机硬盘信息的类,包括磁盘数量,每个分区大小等信息-Get information on computer hard classes, the number of disks, including information such as the size of each partition
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:27984
    • 提供者:王浩
  1. DiskMBR

    0下载:
  2. 使用C + +开发,可以分析磁盘的分区表,打印出分区信息 -Using C++ developers can analyze disk s partition table, print out the partition information
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1878488
    • 提供者:
  1. Delphi_367253

    0下载:
  2. Delphi:利用Delphi实现格式化磁盘,包括软盘和硬盘驱动器的各个分区,测试时候要小心,不要误操作。本例主要是介绍Delphi与系统底层的一些简单的操作,学习Delphi编程就要全面一点哦,虽然这个功能不怎么用,但是作为Delphi程序员是有必要知道的哦。部分代码:    B = 1 //B盘    DEFAULT = $FFFF //格式化成ID    FULLFORMAT = 1 //完全格式化    ERROR = -1 //格式化出错    NOFOR
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:179304
    • 提供者:CXZ1IY7
  1. GT_DiskLib_120108

    0下载:
  2. 学习FAT文件系统时封装的一套C++库,可以实现加载指定分区的FAT文件系统。浏览目录,打开文件流读写文件,创建目录和文件(不要在挂载在真实机器上的分区上进行写操作测试,因为Window本身的文件系统驱动和本程序冲突会造成混乱。 最好在虚拟的分区上测试,本程序也带有加载虚拟磁盘的代码。)带有比较详细的注释,由于是玩具无文档。 此为VC6.0工程,用高版本的VS不保证可以编译成功。-FAT file system when learning a set of C++ library packa
  3. 所属分类:File Operate

    • 发布日期:2017-05-02
    • 文件大小:540579
    • 提供者:彭东峰
  1. process-manage

    0下载:
  2. C语言作业,三类进程管理方法, 按优先数调度算法实现处理器调度, 可变分区管理方式下采用首次适应算法分配内存, 用位示图管理磁盘存储空间-C language operations, three types of process management methods, according to the number of priority scheduling algorithm processor scheduling, using the first-fit algorithm to all
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:102003
    • 提供者:sunxun
  1. Get_Disk_Serial_Number

    0下载:
  2. 获取磁盘序列号的模块,可直接调用,获取整个硬盘的所有分区序列号及硬盘物理序列号,可作为加密使用-Serial number for the disk module can be called directly, for all partitions on the hard drive serial number and physical disk serial number, can be used as an encryption
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:4717
    • 提供者:hr35956
  1. 13898368ReadMBR

    0下载:
  2. 读取系统磁盘MBR分区的小demo,请谨慎使用-MBR partition system disk to read the small demo, please use caution! ! ! ! ! !
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:8880
    • 提供者:t2ise
  1. MBR-read

    0下载:
  2. 读取磁盘MBR信息及扩展分区信息(包括CHS参数,LBA参数等)-Read the MBR message
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2180
    • 提供者:of72754yiwopao5
  1. 13898368ReadMBR

    0下载:
  2. 读取系统磁盘MBR分区的小demo,请谨慎使用-MBR partition system disk to read the small demo, please use caution! ! ! ! ! !
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:9131
    • 提供者:zzvgv1lan
  1. Src

    0下载:
  2. 对windows 7平台下的文件系统进行研究,主要涉及硬盘的MBR、分区表结构、FAT32文件系统格式、NTFS文件系统格式,编程实现了获取磁盘信息、克隆磁盘、检测磁盘坏道、修复MBR和分区表、恢复FAT32和NTFS下删除及格式化后的文件。(The file system of windows 7 platform is researched mainly. It mainly deals with MBR, partition table structure, FAT32 file syst
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:5253120
    • 提供者:Dxl
  1. aaruial

    0下载:
  2. 详细说明了如何对磁盘的分区进行直接读写,在D7,D200下调试通过()
  3. 所属分类:文件操作

    • 发布日期:2017-12-28
    • 文件大小:217088
    • 提供者:Avexe
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com