代码搜索:openFile

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

代码结果 2,657
www.eeworm.com/read/214672/15092337

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/214672/15092342

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/214622/15092931

asp openfile.asp

www.eeworm.com/read/214331/15105848

class openfile.class

www.eeworm.com/read/214331/15105850

java openfile.java

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

gif openfile.gif

www.eeworm.com/read/209393/15220679

png openfile.png

www.eeworm.com/read/209393/15220689

png openfile.png

www.eeworm.com/read/208760/15237723

c openfile.c

#include "unp.h" int main(int argc, char **argv) { int fd; if (argc != 4) err_quit("openfile "); if ( (fd = open(argv[2], atoi(argv[3]))) < 0) exit( (errno > 0) ?
www.eeworm.com/read/206475/15294404

bas openfile.bas

Attribute VB_Name = "OpenFileDlg" Option Explicit Private Type OPENFILENAME lStructSize As Long hWndOwner As Long hInstance As Long lpstrFilter As String