代码搜索:Fdisk
找到约 482 项符合「Fdisk」的源代码
代码结果 482
www.eeworm.com/read/181061/5279162
h userint2.h
/*
// Program: Free FDISK
// Module: USERINT2.H
// Module Description: Header File for USERINT2.C
// Written By: Brian E. Reifsnyder
// Version: 1.2.1
// Copyright: 1998-2001 under the ter
www.eeworm.com/read/181061/5279165
h userint1.h
/*
// Program: Free FDISK
// Module: USERINT1.H
// Module Description: Header File for USERINT1.C
// Written By: Brian E. Reifsnyder
// Version: 1.2.1
// Copyright: 1998-2001 under the ter
www.eeworm.com/read/150324/12298932
bat build.bat
@echo off
rem GO.BAT
rem This batch file will compile Free FDISK if Borland TC++ 3.0
rem is installed (and properly configured) and Apack is in the PATH.
rem make clobber
c:\tc\make all
www.eeworm.com/read/131512/14142725
bat build.bat
@echo off
rem GO.BAT
rem This batch file will compile Free FDISK if Borland TC++ 3.0
rem is installed (and properly configured) and Apack is in the PATH.
rem make clobber
c:\tc\make all
www.eeworm.com/read/8113/141977
c˴
#include
int main ()
{
int i,j,n;
char dh,ch;
clrscr();
/*选择驱动*/
printf("The program will recover your fdisk\n\n");
do
{
printf ("Plese select the drive(A/B):\n");
www.eeworm.com/read/10105/181409
c 77.c
#include
int main ()
{
int i,j,n;
char dh,ch;
clrscr();
/*选择驱动*/
printf("The program will recover your fdisk\n\n");
do
{
printf ("Plese select the drive(A/B):\n");
www.eeworm.com/read/12198/240381
c 77.c
#include
int main ()
{
int i,j,n;
char dh,ch;
clrscr();
/*选择驱动*/
printf("The program will recover your fdisk\n\n");
do
{
printf ("Plese select the drive(A/B):\n");
www.eeworm.com/read/37326/901373
c 77.c
#include
int main ()
{
int i,j,n;
char dh,ch;
clrscr();
/*选择驱动*/
printf("The program will recover your fdisk\n\n");
do
{
printf ("Plese select the drive(A/B):\n");
www.eeworm.com/read/181061/5279154
bat build.bat
@echo off
rem GO.BAT
rem This batch file will compile Free FDISK if Borland TC++ 3.0
rem is installed (and properly configured) and Apack is in the PATH.
rem make clobber
c:\tc\make all
www.eeworm.com/read/181061/5279170
bat go.bat
@echo off
rem GO.BAT
rem This batch file will compile Free FDISK if Borland TC++ 3.0
rem is installed (and properly configured) and Apack is in the PATH.
call buildasm.bat
make clobber
m