代码搜索:Deleting
找到约 833 项符合「Deleting」的源代码
代码结果 833
www.eeworm.com/read/103816/15719453
cc dlefgdelete.cc
//
// $Source: /home/gambit/CVS/gambit/sources/gui/dlefgdelete.cc,v $
// $Date: 2002/09/09 23:34:41 $
// $Revision: 1.3.2.1 $
//
// DESCRIPTION:
// Dialog for deleting moves/subtrees from extensive fo
www.eeworm.com/read/103816/15719493
h dlefgdelete.h
//
// $Source: /home/gambit/CVS/gambit/sources/gui/dlefgdelete.h,v $
// $Date: 2002/08/27 20:29:27 $
// $Revision: 1.3 $
//
// DESCRIPTION:
// Dialog for deleting moves/subtrees from extensive form
//
www.eeworm.com/read/385844/8786515
cc openfile.cc
// openfile.cc
// Routines to manage an open Nachos file. As in UNIX, a
// file must be open before we can read or write to it.
// Once we're all done, we can close it (in Nachos, by deleting
// the
www.eeworm.com/read/284556/8919206
cc openfile.cc
// openfile.cc
// Routines to manage an open Nachos file. As in UNIX, a
// file must be open before we can read or write to it.
// Once we're all done, we can close it (in Nachos, by deleting
// the
www.eeworm.com/read/179335/9360743
h file_cache_manager.h
/*
* Copyright (C) 2005 M.J. Zaki Rensselaer Polytechnic Institute
* Written by salems@cs.rpi.edu
* Modifications:
* added file cache deleting, and name passing -- Z
www.eeworm.com/read/421857/10688086
txt quick fix for spyware, try this before doing surgery on your os.txt
OK, so now you realize that you've got some spyware junk on your system.
Before you go headlong into deleting suspected files or editing the registry, try this simple disabling technique.
First
www.eeworm.com/read/418731/10933224
txt quick fix for spyware, try this before doing surgery on your os.txt
OK, so now you realize that you've got some spyware junk on your system.
Before you go headlong into deleting suspected files or editing the registry, try this simple disabling technique.
First
www.eeworm.com/read/466838/7021367
bat bf.bat
@echo off
CLS
IF %1!==! GOTO ERR
%1:
CD\%2
ECHO Deleting the files not need...
IF EXIST ~*.* DEL ~*.*
IF EXIST *.FXP DEL *.FXP
IF EXIST *.BAK DEL *.BAK
IF EXIST *.ERR DEL *.ERR
IF EXIST
www.eeworm.com/read/392997/7247850
cpp openfile.cpp
// openfile.cc
// Routines to manage an open Nachos file. As in UNIX, a
// file must be open before we can read or write to it.
// Once we're all done, we can close it (in Nachos, by deleting
// the
www.eeworm.com/read/458359/7298647
c exfdel.c
/* Deleting specified file on HT1820 through communication file server
project file should include:
commplus.c
cplib.lib
*/
#include
#include
#inc