代码搜索:openFile

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

代码结果 2,657
www.eeworm.com/read/293477/6278981

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
www.eeworm.com/read/441418/6291771

gif openfile.gif

www.eeworm.com/read/441418/6291810

gif openfile.gif

www.eeworm.com/read/449241/6302118

class openfile.class

www.eeworm.com/read/449241/6302119

java openfile.java

import java.io.*; public class OpenFile { public static void main(String args[]) throws IOException { try { //创建文件输入流对象
www.eeworm.com/read/226663/6331078

html openfile.html

www.eeworm.com/read/226663/6331084

html openfile.html

www.eeworm.com/read/493414/6392157

gif openfile.gif

www.eeworm.com/read/493401/6402348

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/493401/6402350

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