搜索资源列表
MAIN4
- 51+sl811读写U盘的源程序 -51 sl811 U disk read and write the source code reader U-U reader of the source of the source disk drives read and write source
dolba
- DOS下迷你硬盘读写器终于完工了! 可读写绝对扇区,支持大硬盘,U盘(需加载驱动),软盘。。 由于代码效率高,速度很快。 初步通过测试。 最后在自己的机子上大胆进行了写测试,即用坏数据写入硬盘,硬盘崩溃后,再用本程序把预先备份的数据恢复到硬盘,结果硬盘完好如初。。 有源码大家玩玩。。。 -DOS mini drives the reader finally completed! Absolutely can read and write sectors, and s
c5131-usb-flash-api-1_0_5
- 基于atmel公司带USB2.0控制器、51内核的单片机AT89C5131F和K9F5608U的U盘读写源程序(keilC uversion3环境)-atmel based company with USB2.0 controller, 51 MCU kernel and K9F5608U AT89C5131F U disk read and write source (keil C uversion3 Environment)
51andch375
- 51+ch375读写U盘超精简原程序 这个程序用180行C代码就能够读取FAT16文件系统U盘的根目录,可以看到根目录下的文件 名,并可显示-51 ch375 U-writable disc-the original procedures to streamline the process with 180 OK C code can be read on FA T16 U disk file system root directory, we can see the root direct
C51CH375
- 51+ch375读写U盘超精简原程序-51 ch375 writable disk-U streamline procedures for the original
MCS51ReadWritech375
- 用MCS51读写CH375组成的U盘已经测试通过,欢聚一堂,共享源码.
S3C2410USBHost
- S3C2410上非操作系统的usbHost程序,可以不用操作系统读写U盘等
FIREDEV
- 一个完整的GUI界面OS,单盘启动 实现了多线程、FAT32文件读写,GUI图形界面-a complete OS GUI interface, single-disk realized multiple threads, FAT32 file read and write, GUI graphical interface
ch376,u盘读写器件
- ch376,u盘读写器件,压缩包集成了例程和原理图,器件手册。很好的,ch376, u disk read-write device, compressed package integrated routines and schematic, the device manual. Good
CheckUDisk.rar
- U盘检测工具 可以自动检测U盘 读写U盘的序列号,U disk detection tools can automatically detect the U disk U disk read and write the serial number of
vbreadwritedisk
- vb直接读写硬盘的扇区。硬盘和u盘都可以。-vb read and write directly to the hard disk sectors. The hard drive and u can drive.
Udisk
- u盘读写程序,适合所有开发u盘驱动人员参考与学习-u disk read and write procedures, suitable for all u disk drive development of reference and learning
51_u_licheng
- 51读写u盘 uart.c main.c rwudiskdemo.c-51 mcu read u disk
FAT16
- 文件系统功能概论 1)本文件系统兼容FAT16/FAT32文件系统格式,支持长文件名,多级子目录,多盘操作,读写,创建删除文件等等功能。 2)本文件系统采用C代码编写,可以方便的移植于计算机应用平台,一般只需要额外编写磁盘的读写驱动,就可使用文件系统所有的功能。 3)具有文件缓冲功能:1)读文件时,读位置在文件缓冲区内,则可直接读取文件缓冲区,不需要读物理磁盘;文件缓冲区大小可使用编译宏EnableFileBuf,TotalFileBUFsQTYeachFCB
IDE_read_and_write
- 分析了IDE接口硬盘控制寄存器模型;论述了IDE接口硬盘的读写几项技术;给出了设计硬盘克 隆软件的思想和方法,方法针对硬盘物理扇区进行读写,与硬盘上安装的具体操作系统的类型无关,并与硬 盘驱动器的物理结构无关。-Analysis of the IDE hard disk interface control register model discusses the IDE interface hard disk read and write a number of technologie
CH375EVT
- ch375,u盘读写器件,压缩包集成了例程和原理图,器件手册。很好的-ch375, u disk read-write device, compressed package integrated routines and schematic, the device manual. Good
USBFilter
- 设备管理程序,可以禁用,启用指定的设备,同时还可以对优盘读写,或只读
USB_read_write
- 读写USB口(massstorge)的程序,读写USB口上插得U盘或硬盘等设备的数据,写的时候要注意,写0磁道等地址上的数据时,会破坏文件系统,请小心操作。-Read and write USB port (massstorge) program, read and write on the USB port was inserted U disk or hard drive and other equipment, data, write the time to pay attention,
USBEX
- USB的开发驱动,MSC51单片机驱动,实现在线读写U盘的源码,与上位机通信-/* CH372/CH375 USB device mode & external firmware U2(AT89C51) Program Website: http://winchiphead.com Email: tech@winchiphead.com Author: W.ch 2003.12, 2005.03
file-system-in-OS
- 简单的二级文件系统 在任一OS下,建立一个大文件,把它假象成硬盘,在其中实现一个简单的模拟文件系统。 编写一管理程序对此空间进行管理,要求: 1. 实现盘块管理 2. 实现文件的读写操作 3. 每组最多2人,小组内要有明确分工,课程设计报告中设计部分可以相同,个人实现部分不同 参考建议: 将模拟硬盘的文件空间划分为目录区,文件区;采用位示图进行空间管理,盘块的分配使用显示链接(FAT表)的方式。-Simple two file system