CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - sector

搜索资源列表

  1. DiskChange

    0下载:
  2. 对扇区绝对读写,一个实例,可随意更改.如有密码,请输flastar-Sector absolute right to read and write, a case can tamper with them. For password, lost flastar
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:175.86kb
    • 提供者:阿冲
  1. DiskOperate

    0下载:
  2. WINDOWS 下,直接读写磁盘扇区得VC类实现-WINDOWS, direct read and write disk sector in achieving category VC
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:7.12kb
    • 提供者:yyq
  1. MFCHIRM

    0下载:
  2. 信息资源管理(IRM)是本世纪70年代末在美国出现的一个新概念。20年来,IRM的影响日益扩大,巳成为一个专门的发展领域,受到信息界、管理界、经济界和政府部门的关注,同时也被公众广泛接受。 -information resources management (IRM) is the late 1970s in the United States of a new concept. 20, IRM an increasing influence, had become a specialized
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:10.26kb
    • 提供者:chasesh
  1. asm_0sector

    0下载:
  2. 扇区读写的汇编代码,根据需要可以扩充 !谢谢!还有编译工具.-sector read and write assembly code, can be expanded as required. Thank you! There compiler tools.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:75.68kb
    • 提供者:ECHO
  1. FAT32specification

    0下载:
  2. 详细解读Fat文件系统, 如MBR的格式,BOOT Sector 的格式等的信息。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:255.97kb
    • 提供者:王晓振
  1. virtualsectorsystem

    0下载:
  2. how to delevop a virtual sector file system 如何构建虚拟扇区系统
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:147.13kb
    • 提供者:TaiyunZhou
  1. DirectAccessHD

    0下载:
  2. 通过类似于文件读写一样可读写磁盘的指定扇区-similar to the documents adopted by the same reader can read and write disk designated Sector
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:29.29kb
    • 提供者:夏先生
  1. Read_Write_MBR_VC.rar

    0下载:
  2. 读写磁盘主引导区(MBR)_VC 6.0++源代码,Read and write disk master boot sector (MBR) _VC 6.0++ Source code
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:26.85kb
    • 提供者:Jackson
  1. MMC_Sector_Editor

    0下载:
  2. MMC Sector Editor is a utility that helps hardware programmer read or write data directly from sectors on MMC and save in a file and reverse.
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:281.66kb
    • 提供者:Amir
  1. abc_check

    0下载:
  2. Program to read Partition Boot Sector
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:10.39kb
    • 提供者:Blueeye
  1. rw_to_data_to_file_sector

    0下载:
  2. 读写扇区数据并复制数据....(操作系统图像数据非指令==不要再多写了==复制就行)-Sector data and copy the data read and write
  3. 所属分类:File Operate

    • 发布日期:2017-05-24
    • 文件大小:4.06mb
    • 提供者:李小祥
  1. TF_reader_beta1.1

    0下载:
  2. 使用该软件可以读取TF卡的扇区,使用时注意要插入可移动磁盘,否则警告无法打开磁盘!-Use of the software can read TF card sector, the use of the attention to insert a removable disk, or a warning can not open the disk!
  3. 所属分类:File Operate

    • 发布日期:2017-05-11
    • 文件大小:2.46mb
    • 提供者:李栋
  1. E-Language-read-and-write-any-sector

    0下载:
  2. 这个易语言程序源码可读写硬盘任意扇区,调用系统自带API。附带一个常用API模块-This program can read and write any sector calls the system API.This compressed package with a common API module.
  3. 所属分类:文件操作

    • 发布日期:2017-03-27
    • 文件大小:237.03kb
    • 提供者:helin
  1. SectorEdit2000

    0下载:
  2. 磁盘操作 磁盘扇区的读写 单扇区读写-Disk operating disk sector read and write
  3. 所属分类:File Operate

    • 发布日期:2017-11-19
    • 文件大小:31.11kb
    • 提供者:ALEANKING
  1. test_to_threshold

    0下载:
  2. VC++ 物理扇区磁盘的读写操作 很有用的哦-VC++ physical sector disk read and write operations
  3. 所属分类:File Operate

    • 发布日期:2017-11-13
    • 文件大小:1.41mb
    • 提供者:ALEANKING
  1. FileSystem

    0下载:
  2. 模拟linux文件系统写的程序,比较简单。该文件系统物理基础为磁道(40)0~39道。每个磁道划分为8个扇区,每个扇区有512B。该文件系统实现了文件的创建,删除,打开,读写,关闭,查看,目录的创建,删除等。-Analog linux file system write the procedure is relatively simple. The physical basis of the file system to the track (40) from 0 to 39. Each tra
  3. 所属分类:File Operate

    • 发布日期:2017-11-24
    • 文件大小:2.97kb
    • 提供者:wrp
  1. ReadDirectSectorForWindow

    0下载:
  2. 直接读取Windows平台下的扇区,删除,檫除扇区。Windows平台下直接读取不同扇区。-Read Directory sector of Windows
  3. 所属分类:File Operate

    • 发布日期:2017-11-26
    • 文件大小:5.34mb
    • 提供者:葛晓晓
  1. SectorEdit2000

    0下载:
  2. windows下FAT32文件系统硬盘完全读取工具,对硬盘扇区显示,备份,还原,删除-FAT32 file system under windows hard disk completely read tool for hard disk sector display, backup, restore, delete
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:33.01kb
    • 提供者:张文先
  1. VB-imitation-Office-Word-Word

    0下载:
  2. VB仿Office Word艺术字效果,从功能来说几乎拥有Word艺术字的所有功能,在文本框内输入艺术字,点击“刷新”按钮,显示区就会出现艺术字的效果,它有不少的样式可供选择,比如波浪、波形-直线、浮雕、波形-弧线、添加背景色、曲线-直线、圆形-偏移等等。单击艺术字对象可以调整大小,按Shift键可以等比例缩放,最后导出生成PNG/JPG/GIF三种格式的图像。 -Features: Remove the word text string the internal buffer
  3. 所属分类:File Operate

    • 发布日期:2017-04-26
    • 文件大小:49.89kb
    • 提供者:hgkjdg
  1. stuategy-attributes

    0下载:
  2. 2000, the absolute disk sector read and write procedures
  3. 所属分类:File Operate

    • 发布日期:2017-12-15
    • 文件大小:61kb
    • 提供者:twsan
« 12 »
搜珍网 www.dssz.com