代码搜索:openFile

找到约 2,657 项符合「openFile」的源代码

代码结果 2,657
www.eeworm.com/read/465584/7049864

png openfile.png

www.eeworm.com/read/465584/7049883

png openfile.png

www.eeworm.com/read/465592/7050026

png openfile.png

www.eeworm.com/read/465592/7050041

png openfile.png

www.eeworm.com/read/464632/7066898

class openfile.class

www.eeworm.com/read/464632/7066934

java openfile.java

import java.io.*; /** This little class receives a file path and returns the text of the file.*/ class OpenFile{ private String s; private byte b[]; OpenFile(String filename){ File f=new Fi
www.eeworm.com/read/460749/7241553

png openfile.png

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/392997/7247855

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/459976/7259886

h openfile.h

#include "stdafx.h" #include BYTE * OpenBMP(CString fileName,long *width,long *height) { BYTE * pData; *width = 0; *height = 0; if(fileName=="") return NULL; BITMAPINF