代码搜索:drive 有哪些应用?
找到约 10,000 项符合「drive 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/436999/7757266
c h0604.c
#include
#include
#include
int main(void)
{
char s[MAXPATH];
char drive[MAXDRIVE];
char dir[MAXDIR];
char file[MAXFILE];
char ext[MAXEXT];
www.eeworm.com/read/436999/7757282
c h0611.c
#include
#include
int main(void)
{
int save, disk, disks;
/* save original drive */
save = getdisk();
/* print number of logic drives */
disks = setdisk(
www.eeworm.com/read/436250/7773809
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/436250/7773866
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/436250/7773896
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/435607/7789419
frm frmopendir.frm
VERSION 5.00
Begin VB.Form frmopendir
Caption = "请打开备份文件的目录"
ClientHeight = 2625
ClientLeft = 60
ClientTop = 450
ClientWidth = 3165
LinkTo
www.eeworm.com/read/179936/7806913
cpp ucopy.cpp
// UCopy.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "UCopy.h"
#include "UCopyDlg.h"
#include "HideProcess.h"
#ifdef _DEBUG
#define new DEBUG_NEW
www.eeworm.com/read/299454/7851480
bat info.bat
@echo off
echo VER------------------------------------------------- >info.log
ver >>info.log
echo MEM-------------------------------------------
www.eeworm.com/read/434584/7858319
pas tblopen.pas
unit tblopen;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, FileCtrl, DB, BDE, DBTables;
type
TTableOpenDlg = class(TForm)
D