代码搜索:openFile
找到约 2,657 项符合「openFile」的源代码
代码结果 2,657
www.eeworm.com/read/133391/14045582
gif openfile.gif
www.eeworm.com/read/133390/14046068
gif openfile.gif
www.eeworm.com/read/133390/14046172
gif openfile.gif
www.eeworm.com/read/235522/14065610
h openfile.h
// openfile.h
// Data structures for opening, closing, reading and writing to
// individual files. The operations supported are similar to
// the UNIX ones -- type 'man open' to the UNIX prompt.
//
www.eeworm.com/read/235522/14065613
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/235522/14065669
o openfile.o
www.eeworm.com/read/205029/15329043
java openfile.java
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.net.*;
import java.applet.*;
public class OpenFile implements ActionListener,ItemListener
{
String pathName;
www.eeworm.com/read/205017/15329486
h openfile.h
#include"fileprocess.h"
#include
#include
#include
class TOFile
{
public:
TOFile();
int BalOF(); //分配HOFile数组
int Balpof(TUser& user); //分配user
www.eeworm.com/read/200593/15429038
class openfile.class
www.eeworm.com/read/200593/15429039
java openfile.java
import java.io.*;
public class OpenFile
{
public static void main(String args[]) throws IOException
{
try
{ //创建文件输入流对象