代码搜索:drive 有哪些应用?
找到约 10,000 项符合「drive 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/250450/12406016
bat info.bat
@echo off
echo VER------------------------------------------------- >info.log
ver >>info.log
echo MEM-------------------------------------------
www.eeworm.com/read/336775/12415582
frm frm标准库备份.frm
VERSION 5.00
Begin VB.Form Frm标准库备份
Caption = "标准库备份"
ClientHeight = 1515
ClientLeft = 60
ClientTop = 345
ClientWidth = 4695
LinkTopic
www.eeworm.com/read/336775/12415584
frm frm月库备份.frm
VERSION 5.00
Begin VB.Form Frm月库备份
Caption = "月库备份"
ClientHeight = 3075
ClientLeft = 60
ClientTop = 345
ClientWidth = 7110
LinkTopic
www.eeworm.com/read/250293/12415726
c pcf8576.c
/****************************************************************************
* File:PCF8576.C
* 功能:PCF8576驱动程序。
* 说明:需要使用I2C软件包。
******************************************************************
www.eeworm.com/read/336775/12415855
frm frm报盘输出.frm
VERSION 5.00
Begin VB.Form frm报盘输出
Caption = "报盘输出"
ClientHeight = 1500
ClientLeft = 60
ClientTop = 345
ClientWidth = 4875
ControlBox
www.eeworm.com/read/336724/12420149
h bootdiskio.h
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.5 the full text of which is contained
in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/336724/12420163
cpp bootconfig.cpp
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.5 the full text of which is contained
in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/336724/12420179
cpp bootdiskio.cpp
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.5 the full text of which is contained
in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/148696/12439898
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/148696/12440777
cpp win_a.cpp
#include
#include
#include
void main(void)
{
char szBuffer[MAX_PATH+100];
UINT nDrive = 0;
DWORD dwLogicalDrives = GetLogicalDrives();
if (