CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - read disk sectors

搜索资源列表

  1. AVL_Lib

    0下载:
  2. Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:85.38kb
    • 提供者:高名
  1. dolba

    0下载:
  2. DOS下迷你硬盘读写器终于完工了! 可读写绝对扇区,支持大硬盘,U盘(需加载驱动),软盘。。 由于代码效率高,速度很快。 初步通过测试。 最后在自己的机子上大胆进行了写测试,即用坏数据写入硬盘,硬盘崩溃后,再用本程序把预先备份的数据恢复到硬盘,结果硬盘完好如初。。 有源码大家玩玩。。。 -DOS mini drives the reader finally completed! Absolutely can read and write sectors, and s
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:17.15kb
    • 提供者:李大大
  1. 特殊磁道加密源代码

    1下载:
  2. 使用的是API编程,可格式化、校验和读写特殊扇区。可用作Windows下的磁盘加密。本函数还有以下两个缺点以待改进: 1.本函数还只能读能读 A: 和 B:,即只能对软盘操作 2.不能改变磁盘扇区大小,只能是标准的 512 个字节。 参数说明: command 操作: 0 重置磁盘 2 读扇区 3 写扇区 4 校验磁道 5 格式化磁道 8 得到设备参数 (int 1EH) drive 驱动器 A:=0 B:=1 head 磁头号,范围 0 - 1 track 磁道号,范围 0 - 84 ( 80
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:37.95kb
    • 提供者:李小
  1. 如何在Windows 9598下读取硬盘序列号

    0下载:
  2. 如何在Windows 9598下读取硬盘序列号。硬盘的序列号是生产时由厂家设定的,存在于硬盘的控制芯片内,不随硬盘的分区、格式化状态而改变,象硬盘的物理柱面数、扇区数一样,是一个与操作系统无关的特性。该序列号只能用硬盘控制器的I/O指令读取.,并且不能用常规办法修改。-how to read under Windows 9598 drive serial number. The drive is serial production set by the manufacturers, there
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4.36kb
    • 提供者:吴汉
  1. vbreadwritedisk

    0下载:
  2. vb直接读写硬盘的扇区。硬盘和u盘都可以。-vb read and write directly to the hard disk sectors. The hard drive and u can drive.
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-30
    • 文件大小:8.91kb
    • 提供者:z
  1. DiskView_src

    0下载:
  2. vc++实现win2000下直接读写磁盘扇区的代码 代码简洁高效。-vc++ to achieve win2000 disk sectors directly under the source code to read and write simple and efficient.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:23.39kb
    • 提供者:hao123
  1. DiskSector_with_binary

    0下载:
  2. 一个基于Windows系统( NT5.0 , 5.1内核)磁盘扇区读取和写入的工具-A Windows-based systems (NT5.0, 5.1 kernel) to read and write disk sectors of the instrument
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-16
    • 文件大小:198.57kb
    • 提供者:crepzl
  1. disk

    0下载:
  2. 该程序是个人修改的扇区读写技术与应用及引导扇区剖析与实例分析 能读写MBR 内容-The program is a personal modification of the technology and application sectors to read and write and boot sector analysis and case study content to read and write MBR
  3. 所属分类:Disk Tools

    • 发布日期:2017-05-09
    • 文件大小:1.81mb
    • 提供者:binzai
  1. 33753142Dskprobe

    0下载:
  2. 直接读磁盘扇区的字节,可以打开物理磁盘、逻辑磁盘-Bytes read disk sectors directly, you can open the physical disk, logical disk
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-25
    • 文件大小:31.36kb
    • 提供者:chejp
  1. VB_shahj

    0下载:
  2. VB 读取磁盘扇区 *** *** *** *** *** *** *** *** *** *** *** *** * **模 块 名:VB 读取磁盘扇区(512 Byte) **创 建 人:冯铭 **日 期:2006-08-24 15:54:58 **描 述:直接代码读取,不用外部 DLL、OCX、API **版 本:V1.0.0 ** CSDN ID:SSS2002 这个代码仅仅演示读取,所以没有危险性 由于代码针对 F
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:6.04kb
    • 提供者:597
  1. jiqigou

    0下载:
  2. 取文件在扇区的位置后,向磁盘驱动发送srb命令读写扇区,来穿透冰点等还原软件。 编译时注意:FileSystemControl的数据结构需要自己添加。 警告:本代码有一定的危险性,纯粹为了研究、学习,勿滥用! 以下给出关键代码 擅长C++的可以去编译下 本人实验N次 虚拟机虽然装了影子系统但是 一直疯狂蓝屏 代码具有高危险性 慎用!后果自负-The retrieval of documents in the sector of the locatio
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1.48kb
    • 提供者:爱雪人
  1. FloppyDisk

    0下载:
  2. A class to read/write floppy disk (does them still exists??) by raw sectors. It also makes a "surface check" wich generates/verifies a semi unique number, based on bad sectors.
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-30
    • 文件大小:2.11kb
    • 提供者:David
  1. VBdirectreaddisksector

    0下载:
  2. VB 直接读取磁盘扇区 ,用胆来学习读取磁盘扇区参考-VB read disk sectors directly, to learn to read with gall disk sector information
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-29
    • 文件大小:8.91kb
    • 提供者:miaozk2006
  1. A-DATA-1166682519_USB_Flash_Disk_Utility_USBest.r

    0下载:
  2. XPEmbedded EWF disk file protecti An old hard disk management tool, VB read disk sectors directly, to A program that refresh make parta Hard disk dog program , just prot Under a Win95/98/NT district exe A choice start district proc
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-24
    • 文件大小:437.13kb
    • 提供者:bel sid
  1. ReadSD

    0下载:
  2. 读取SD卡的磁盘数据,本功能主要是读取一个扇区的数据,其他的扇区同理。-SD card read disk data, the main function is to read a sector of data, other sectors empathy.
  3. 所属分类:Disk Tools

    • 发布日期:2017-05-19
    • 文件大小:5.3mb
    • 提供者:焦玉乾
  1. sector--read-write

    0下载:
  2. This Tool is for reading/writing directly from/to disk sectors by sending the IRP s to disk class driver.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:198.39kb
    • 提供者:gao feng
  1. readdiskfan

    0下载:
  2. 读取磁盘扇区,汇编16位的 可以随便改写 任你读-Read disk sectors assembly 16 can easily rewrite any of you read
  3. 所属分类:assembly language

    • 发布日期:2017-12-10
    • 文件大小:639byte
    • 提供者:jiangwutian
  1. readhddsector

    0下载:
  2. 直接读写硬盘扇区, 只要是通过CreateFile与ReadFile函数实现 而这个只是一个简单的例子-Directly read and write disk sectors, as long as through CreateFile and ReadFile function to achieve and this is just a simple example
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:6.09kb
    • 提供者:木阮清
  1. ReadRawSectors

    0下载:
  2. Read Raw Disk Sectors in C#.NET
  3. 所属分类:.net

    • 发布日期:2017-04-26
    • 文件大小:81.99kb
    • 提供者:amit
  1. 飞思卡尔SD卡程序Project_sd

    1下载:
  2. 用于SD卡的程序,包含各种读盘分扇区之类的功能,对于需要大量记录数据的应用,非常有用。(SD card for the program, including a variety of read disk, sub sectors, and other functions, for the need for a large number of data recording applications, very useful.)
  3. 所属分类:单片机开发

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