The sfloppy sample is a super floppy driver that resides in the directory \\Ntddk\Src\Storage\sfloppy. It is a class driver for Super Floppy disk drives. It sits a level above the port driver (ATAPI, USB, etc) in the driver stack, and brokers communication between the application level and the port driver. The floppy driver takes requests from filesystem drivers and then sends the appropriate SCSI_REQUEST_BLOCK (SRB) to the port driver. It is compatible with x86 and IA64 platforms.
標簽: NtddkSrcStoragesfloppy directory sfloppy resides
上傳時間: 2015-12-04
上傳用戶:84425894
開源的目錄加密軟件,可以生成加密的虛擬磁盤,virtual disk,很不錯。
上傳時間: 2013-12-17
上傳用戶:zycidjl
This library allows creating, modifying and extracting zip archives in the compatible way with PKZIP (2.5 and higher) and WinZip. Supported are all possible operations on the zip archive: creating, extracting, adding, deleting files from the archive, modifications of the existing archive. There is also the support for creating and extracting multiple disk archives (on non-removable devices as well) and for password encryption and decryption. This module uses compression and decompression functions from zlib library by Jean-loup Gailly and Mark Adler.
標簽: compatible extracting modifying creating
上傳時間: 2014-12-22
上傳用戶:chfanjiang
DataBurn is an Objective-C example which demonstrates some of the features of DRTracks. The sample illustrates how to create a DRFolder from an existing folder on the source disk and burn it to disc, creating a hybrid ISO9660/Joliet/HFS+ data CD. The sample also uses the DiscRecordingUI framework to present the standard burn setup and progress user interfaces.
標簽: demonstrates Objective-C DataBurn DRTracks
上傳時間: 2016-01-14
上傳用戶:小鵬
/*** *** *** *** *** *** *** *** *** *** *** *** * File: whyt1_lib.c * * Library for accessing WHYT1 devices. * The code accesses hardware using WinDriver s WDC library. * Code was generated by DriverWizard v9.01. *
標簽: accessing Library File whyt
上傳時間: 2013-12-12
上傳用戶:qiao8960
PHILIPS 7130 TV/FM capture card use PHILIPS 7130 chip , is a newly built-in TV card integrating FM radio and TV receiver. You can watch/record TV programs (up to 136 channels) and FM radio on PC. The powerful attached software enables you to & rename favorite channels as per your taste. Moreover, the remote controller makes watching TV through PC more convenient. Through PHILIPS 7130 TV/FM capture card, you can transfer & save the full screen/full motion video captured VCR, camcorder, PC camera or other video sources into hard disk, or you can burn the video to VCD/SVCD/DVD via professional rewrite software. PHILIPS 7130 TV/FM capture card supports snapshot, you can record wonderful clips to create your personal e-album, then share your works with your friends & family via Internet.
標簽: PHILIPS 7130 card integrating
上傳時間: 2013-12-26
上傳用戶:han_zh
Excellent Bootloader with a lot of features for arm, can be used for homebrew applications or for learning how a bootloader works, it has support for networking and yet has a very small size. support for filesystems, flash disk, flash, cf etc present. ideal when you would like get ur board up and running quickly.
標簽: for applications Bootloader Excellent
上傳時間: 2014-12-07
上傳用戶:klin3139
This is the library for all storage drivers. It simplifies writing a storage driver by implementing 90 percent of the code required to support Plug and Play, Power Management, et cetera. This library is used by disk.sys, cdrom.sys and the tape class drivers.
標簽: storage implementing simplifies drivers
上傳時間: 2016-05-17
上傳用戶:我干你啊
linux設備驅動 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 靜態映射范例 | `-- mach-smdk2440.c |--- | |-- NVRAM驅動 | | `-- generic_nvram.c | |-- 觸摸屏驅動 | | |-- 作為input設備 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作為普通字符設備 | | `-- s3c2410-ts.c | |-- 看門狗驅動 | | `-- s3c2410_wdt.c | `-- 平臺設備 | `-- devs.c |--- | |-- IDE驅動 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驅動 | `-- rd.c
上傳時間: 2014-01-05
上傳用戶:gaome
本程序是用JNI技術實現的讀取硬盤序列號 將ChenminDiskIDJoc.jar 加入環境變量 這兩個文件放入window 文件夾 或者JDK的bin文件夾 或者你的應用文件夾 DiskID32.dll DiskID.dll public static String chenmin.io.DiskID.Factory() 返回硬盤廠家 public static String chenmin.io.DiskID.DiskID() 返回硬盤序列號 ChenminDiskIDTest.bat 將啟動直接演示一個讀取硬盤序列號的測試 測試讀取硬盤序列號的源代碼在ChenminDiskIDTest.jar中
標簽: ChenminDiskIDJoc window Disk JNI
上傳時間: 2016-08-05
上傳用戶:lijianyu172