CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - DISK
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - DISK - List
[
USB develop
]
USB Disk Technic Report For DriveDev
DL : 0
U盘与硬盘相关文档-U disk drives and related documents
Update
: 2025-02-17
Size
: 40kb
Publisher
:
[
Technology Management
]
企业存储的市场细分-Solid State Disk(SZ)
DL : 0
企业存储的市场细分:芯片存储(Solid State Disk )I/O瓶颈的根本解决方案-enterprise storage market segments : storage chip (Solid State Disk) I/O bottleneck in the fundamental solution
Update
: 2025-02-17
Size
: 453kb
Publisher
:
sight
[
Windows Develop
]
Disk format
DL : 0
磁盘格式化是计算机用户经常使用的操作之一,但由于操作系统的控制台和(Shell)提供了对格式化的完美支持,使编程人员很容易忽视用户对格式化的基本需求。在他们看来,磁盘格式化对用户来说并不是一个太大的问题,应用程序不必要对它提供支持。其实,这是一个错觉,当用户在运行应用程序遇到需要格式化磁盘时,再切换到控制台或者资源管理器去格式化磁盘是非常不便和烦琐的。 还有一部分编程人员认为磁盘格式化很容易实现,没有技术障碍,因此没有赋予足够重视。其实,在实际编程时笔者发现磁盘格式化是一个不大不小的问题。一方面,它要求编程尽量简单,不要涉及中断、端口读写、物理扇区存取、VXD、WDM驱动程序等复杂细节,只要能实现格式化即可,代码越简单越好,最好是只调用一个函数即可实现。-Source code of format disk.
Update
: 2025-02-17
Size
: 27kb
Publisher
:
袁耀辉
[
Other
]
Disk-On-Chip
DL : 0
nandflash的电子硬盘详细设计资料,方便你将disk-on-chip嵌入到你自己的应用系统中-nandflash electronic disk detailed design information, You will facilitate disk-on-chip embedded into your own application system
Update
: 2025-02-17
Size
: 86kb
Publisher
:
严冰之
[
SCM
]
440bx-1m-usb-disk
DL : 0
44b0x的U盘源代码,用PCB上的Flash作为存储价质1M-44b0x U disk source code, the use of PCB Flash memory prices as a quality 1M
Update
: 2025-02-17
Size
: 305kb
Publisher
:
kun
[
Driver Develop
]
disk-filter
DL : 0
disk filter,一个用DDK开发的WINDOWS系统的磁盘过滤系统-disk filter, a development with DDK
Update
: 2025-02-17
Size
: 3.25mb
Publisher
:
王辛果
[
Windows Develop
]
disk
DL : 0
帮助了解磁盘的物理组织,以及如何通过用户态的程序直接读写磁盘上的信息-Help understand the physical disk, as well as how the state through the user directly to read and write disk information
Update
: 2025-02-17
Size
: 85kb
Publisher
:
郭淼
[
Driver Develop
]
disk
DL : 0
The Disk sample is used with Classpnp.sys as disk driver. The sample supports Plug and Play, Power Management, WMI, and failure prediction (S.M.A.R.T.), and it is 64-bit compliant.
Update
: 2025-02-17
Size
: 85kb
Publisher
:
zhang
[
assembly language
]
U-DISK
DL : 0
U盘原代码,包括FAT16和USB的所有东东都是开放的,请认真看呀.-U disk source code, including FAT16 and USB all Dongdong are open, please carefully looked.
Update
: 2025-02-17
Size
: 137kb
Publisher
:
bill
[
.net
]
disk
DL : 0
自己写的一个小程序,可以读取各个磁盘的详细信息,各个卷的详细信息,以及如何判断有无未格式化的卷和未建立逻辑分区的卷等。-Himself wrote a small program, you can read detailed information about each disk, all volumes of detailed information, as well as how to determine whether or not formatted volumes and did not establish a logical partition, such as the volume.
Update
: 2025-02-17
Size
: 3.05mb
Publisher
:
钱冰
[
OS Develop
]
DISK
DL : 0
采用C语言编写的源码,磁盘的调度模拟(没有图形界面)-The use of C language source code, disk scheduling simulation (no graphical interface)
Update
: 2025-02-17
Size
: 4kb
Publisher
:
钱
[
Linux-Unix
]
disk
DL : 0
演示如何通过DeviceIoControl来读写硬盘的示例demo-Demonstrate how to read and write the hard disk through the DeviceIoControl sample demo
Update
: 2025-02-17
Size
: 15kb
Publisher
:
focse
[
Driver Develop
]
disk
DL : 0
The Disk sample is used with Classpnp.sys as disk driver. The sample supports Plug and Play, Power Management, WMI, and failure prediction (S.M.A.R.T.), and it is 64-bit compliant.
Update
: 2025-02-17
Size
: 387kb
Publisher
:
zzj
[
OS program
]
disk
DL : 0
C#获取硬盘序列号 C#获取硬盘序列号-C# Access to the hard disk serial number C# Access to the hard disk serial number
Update
: 2025-02-17
Size
: 3kb
Publisher
:
kell
[
Embeded-SCM Develop
]
disk
DL : 0
基于mips cpu,在u-boot系统下磁盘驱动程序。-Based on mips cpu, in the u-boot system disk driver.
Update
: 2025-02-17
Size
: 19kb
Publisher
:
毛建平
[
Other Embeded program
]
U-Disk
DL : 0
U盘读写协议:我开发U盘的重要参考代码。 bulk_only传输协议,FAT16文件系统.-U disk read and write an agreement: I developed an important reference U disk code. bulk_only Transfer Protocol, FAT16 file system.
Update
: 2025-02-17
Size
: 16kb
Publisher
:
杨尚元
[
Linux-Unix
]
ide-disk
DL : 0
linux下对硬盘的操作代码,linux下对硬盘的操作代码-linux hard drive to operate under the code, linux on the hard disk operation code
Update
: 2025-02-17
Size
: 8kb
Publisher
:
gongfb
[
Delphi VCL
]
SN-DISK
DL : 0
读硬盘出厂序列号控件,适合 DELPHI4,D5,D6,CB4,CB5或更高版本。 支持WIN9X/ME/NT/2K/XP下盘出厂序列号的读取,可做程序加密使用。-Reading the hard disk serial number of factory controls, suitable for DELPHI4, D5, D6, CB4, CB5 or later. Support WIN9X/ME/NT/2K/XP factory serial number under the disk read, can use the encryption process.
Update
: 2025-02-17
Size
: 10kb
Publisher
:
lxmh815
[
Disk Tools
]
COMBI-Disk
DL : 0
一款DOS下的RAM disk和disk cache组合在一起的工具。-A RAM disk under DOS and disk cache combination tool.
Update
: 2025-02-17
Size
: 38kb
Publisher
:
李政
[
OS Develop
]
Disk
DL : 0
IO磁盘模拟问题的源代码上传 欢迎下载 -IO disk simulation problem From welcome to download the source code
Update
: 2025-02-17
Size
: 2.47mb
Publisher
:
赵启辰
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.