代码搜索:openFile
找到约 2,657 项符合「openFile」的源代码
代码结果 2,657
www.eeworm.com/read/240921/4565902
plg openfile.plg
Build Log
--------------------Configuration: OpenFile - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /f
www.eeworm.com/read/240921/4565905
rc openfile.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/240921/4565907
cpp openfile.cpp
// OpenFile.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "OpenFile.h"
#include "OpenFileDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/240921/4565908
clw openfile.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=COpenFileDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "OpenF
www.eeworm.com/read/240921/4565910
dsp openfile.dsp
# Microsoft Developer Studio Project File - Name="OpenFile" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/240921/4565912
h openfile.h
// OpenFile.h : main header file for the OPENFILE application
//
#if !defined(AFX_OPENFILE_H__D351CA03_9035_46FE_A7A9_C1F0AFF8B622__INCLUDED_)
#define AFX_OPENFILE_H__D351CA03_9035_46FE_A7A9_C1F0
www.eeworm.com/read/347649/3164703
java openfile.java
import java.io.*;
public class OpenFile
{
public static void main(String args[]) throws IOException
{
try
{ //创建文件输入流对象
www.eeworm.com/read/340896/3263479
java openfile.java
/*
* 文件打开.java
*
* Created on 2004年9月20日, 下午7:31
*/
/**
*
* @author litertiger
*/
import java.io.*;
import java.util.*;
import java.awt.*;
import java.awt.event.*;
public class openFile exte
www.eeworm.com/read/333835/3381646
c openfile.c
/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
* vim:expandtab:shiftwidth=8:tabstop=8:
*/
#if 0
#define DEBUG
#endif
/* for O_DIRECTORY and O_DIRECT */
#ifndef _GNU_SOURCE
#define _