代码搜索:drive 有哪些应用?

找到约 10,000 项符合「drive 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/302743/13827913

frm frm月库备份.frm

VERSION 5.00 Begin VB.Form Frm月库备份 Caption = "月库备份" ClientHeight = 3075 ClientLeft = 60 ClientTop = 345 ClientWidth = 7110 LinkTopic
www.eeworm.com/read/302743/13828036

frm frm报盘输出.frm

VERSION 5.00 Begin VB.Form frm报盘输出 Caption = "报盘输出" ClientHeight = 1500 ClientLeft = 60 ClientTop = 345 ClientWidth = 4875 ControlBox
www.eeworm.com/read/302637/13830342

txt 解决a盘不见的方法.txt

A盘不见的解决方法 1、先检查硬件,连线是否正确、完好; 2、检查在BIOS中禁用了软盘驱动器,在“Standard CMOS Features”中,发现“<mark>Drive</mark> A”是否被设置成了“NONE”? 3、“开始”---“运行”---输入“gpedit.msc”运行组策略,在“用户配置---管理模板---Windows组件---资源管理器”右侧窗口中,找到“隐藏‘我的电脑’中这些 ...
www.eeworm.com/read/302637/13830349

txt 硬盘物理坏道处理方法.txt

处理硬盘物理坏道方法   一、用软件来解决   1.在天极网Ftp://ftp1.mydown.com/home1/soft34/fbdisk10.zip下载一个大小仅19.8KB的小软件FBDISK(坏盘分区器)。它可将有坏磁道的硬盘自动重新分区,将坏磁道设为隐藏分区。在DOS下运行FBDISK,屏幕提示Start scan hard disk?(Y/N),输入Y,开始扫描硬盘,并将坏道
www.eeworm.com/read/301517/13857778

dep duoshi2.dep

# Microsoft Developer Studio Generated Dependency File, included by duoshi2.mak .\drawView.cpp : \ "..\..\..\..\..\program files\common files\system\ado\msado15.dll"\ ".\amountdlg.h"\ ".\draw
www.eeworm.com/read/301229/13863214

frm frmopendir.frm

VERSION 5.00 Begin VB.Form frmopendir Caption = "请打开备份文件的目录" ClientHeight = 4290 ClientLeft = 60 ClientTop = 450 ClientWidth = 4380 LinkTo
www.eeworm.com/read/301198/13863728

c bdos.c

#include #include void main(void) { int drive; drive = bdos(0x19, 0, 0); printf("Current drive is %c\n", 'A' + drive); }
www.eeworm.com/read/301198/13863785

c split.c

#include #include #include void main (void) { char *path_1 = "C:\\SUBDIR\\FILENAME.EXT"; char *path_2 = "SUBDIR\\FILENAME.EXT"; char *path_3 = "FILE
www.eeworm.com/read/301198/13863815

c test_a.c

#include #include void main(void) { char buffer[8192]; // Try reading head 1, track 1, sector 1 if (biosdisk(2, 0, 1, 1, 1, 1, buffer)) printf("Error acces
www.eeworm.com/read/301048/13868204

asm idefast.asm

; Somewhat faster communication with an IDE disk drive ; see http://www.pjrc.com/tech/8051/ide/ for more info ; This code is an original work by Paul Stoffregen, written ; in December 1999. This c