代码搜索:drive 有哪些应用?
找到约 10,000 项符合「drive 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/162078/10338022
cpp win_did.cpp
#include
#include
#include
void main(void)
{
char szBuffer[MAX_PATH+100];
DWORD dwLogicalDrives = GetLogicalDrives();
for ( nDrive = 0; nDrive
www.eeworm.com/read/162078/10338027
c fullname.c
#include
#include
#include
void main(void)
{
char s[MAXPATH];
char drive[MAXDRIVE];
char dir[MAXDIR];
char file[MAXFILE];
char ext[MAXEXT];
www.eeworm.com/read/162078/10338108
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 = "FI
www.eeworm.com/read/162078/10339816
c makepath.c
#include
#include
#include
void main(void)
{
char pathname[MAXPATH];
char *drive = "C:";
char *subdir = "\\SUBDIR";
char *filename = "FILENAME";
www.eeworm.com/read/354597/10343413
c pushd.c
/*
* PUSHD.C - Testclient for message queues.
*
*
* PROGRAMMER: Martti Ylikoski
* CREATED: 17.3.1991
*/
static char *VERSION = "Version 1.0" ;
/*
*/
static char *progname ;
#in
www.eeworm.com/read/280060/10357797
h direct.h
/* direct.h
Defines structures, macros, and functions for dealing with
directories and pathnames.
Copyright (c) 1991, 1992 by Borland International
All Rights Reserved.
*/
www.eeworm.com/read/280031/10359291
cs 多态性.cs
using System;
class Car
{
public virtual void Drive()
{ Console.WriteLine("Drive Car"); }
}
class Truck : Car
{
public override void Drive()
{ Console.WriteLine("Drive Truck"); }
}
www.eeworm.com/read/354066/10392636
h direct.h
/* direct.h
Defines structures, macros, and functions for dealing with
directories and pathnames.
Copyright (c) 1991, 1992 by Borland International
All Rights Reserved.
*/
www.eeworm.com/read/279684/10404165
c fat.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/279684/10404217
c fdt.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究