代码搜索:openFile
找到约 2,657 项符合「openFile」的源代码
代码结果 2,657
www.eeworm.com/read/262995/11380619
bak output.java.bak
package PL0;
public class OutPut{
public static void main(String[] args){
EventDo edo=new EventDo();
}
class OpenFile implements ActionListener{
public void actionPerformed(ActionEvent
www.eeworm.com/read/158402/11620810
java openfilewithposition.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
/**
* An OpenFile that maintains a current file position.
*/
public abstract class OpenFileWithPosition extends O
www.eeworm.com/read/127668/14342031
pas fdos.pas
Unit FDOS;
Interface
Const
fmRead=0;
fmWrite=1;
fmReadWrite=2;
Function CreateFile(FileName:string):word;
Function OpenFile(FileName:string;Mode:byte):word;
Procedure CloseFile(Handle
www.eeworm.com/read/222279/14698644
h iofunc.h
/* Input/Output Function Headers */
BOOLEAN OpenFile (char Name[], FILE **File);
void ReadNextStep(FILE *InputFile,
char Name[],
Particle_t *p,
long *Step,
double CenterGeom[ND
www.eeworm.com/read/214766/15089040
h fat.h
unsigned char List(void);
unsigned char OpenFile(char *str);
unsigned char ReadFile(unsigned long readLength, unsigned char *pBuffer);
unsigned char SetFilePointer(unsigned long pointer);
u
www.eeworm.com/read/16273/667403
c _open.c
/***
*_open.c - open a stream, with string mode
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _openfile() - opens a stream, with stri
www.eeworm.com/read/279082/4139697
h fat.h
unsigned char List(void);
unsigned char OpenFile(char *str);
unsigned char ReadFile(unsigned long readLength, unsigned char *pBuffer);
unsigned char SetFilePointer(unsigned long pointer);
u
www.eeworm.com/read/293795/8272242
h fat.h
unsigned char List(void);
unsigned char OpenFile(char *str);
unsigned char ReadFile(unsigned long readLength, unsigned char *pBuffer);
unsigned char SetFilePointer(unsigned long pointer);
u