代码搜索:openFile
找到约 2,657 项符合「openFile」的源代码
代码结果 2,657
www.eeworm.com/read/352496/10547720
openfile
www.eeworm.com/read/298662/7946267
openfile
www.eeworm.com/read/152206/12132489
openfile
www.eeworm.com/read/224015/14607768
openfile
www.eeworm.com/read/390596/8458050
class openfile.class
www.eeworm.com/read/390596/8458053
java openfile.java
import java.io.*;
public class OpenFile
{
public static void main(String args[]) throws IOException
{
try
{ //创建文件输入流对象
www.eeworm.com/read/387598/8663554
cpp openfile.cpp
#define STRICT
#define WIN32_LEAN_AND_MEAN
#include "StdAfx.h"
#include "resource.h"
#include "GConsole.h"
#include "Engine.h"
#include "OpenFile.h"
TCHAR szFileName[256];
TCHAR szTitl
www.eeworm.com/read/387598/8663616
h openfile.h
#ifndef __FILEOPEN_H__
#define __FILEOPEN_H__
void PopFileInitialize (HWND hwnd);
BOOL PopFileOpenDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName);
void PopFileSetFilter(TCHAR * pFilter
www.eeworm.com/read/385844/8786505
h openfile.h
/////////////////////////////////////////////////////////////
//FileName : openfile.h
//
//Creator : Fang Wenbin(0410706)
//CreateTime : 2006-12-26
//
//File Desc:
// the highest level for fi
www.eeworm.com/read/385844/8786515
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