代码搜索:openFile
找到约 2,657 项符合「openFile」的源代码
代码结果 2,657
www.eeworm.com/read/395965/8141577
cpp exit.cpp
#include"traffic.h"
step Exit()
{
openfile("exit");
return NEXTSTEP;
}
www.eeworm.com/read/395965/8141803
cpp exit.cpp
#include"traffic.h"
step Exit()
{
openfile("exit");
return NEXTSTEP;
}
www.eeworm.com/read/131315/5945564
c lam.c
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted
www.eeworm.com/read/237068/13979429
frm frmtest.frm
VERSION 5.00
Object = "{B442745D-6B4C-4304-9405-312454F5086C}#1.0#0"; "CatchX.ocx"
Begin VB.Form FrmTest
BorderStyle = 1 'Fixed Single
Caption = "抓包2000"
ClientHeight
www.eeworm.com/read/182204/9211759
hm resource.hm
// Microsoft Developer Studio generated Help ID include file.
// Used by Demo_OpenFile.rc
//
#define HIDC_EDIT_LINE 0x806603eb // IDD_DEMO_OPENFILE_DIALOG
www.eeworm.com/read/192685/8366125
txt 如何调用getopenfilename函数.txt
下面是GetOpenFileName的例子:
Option Explicit
Private Declare Function GetOpenFileName Lib "comdlg32.dll" Alias _
"GetOpenFileNameA" (pOpenfilename As OPENFILENAME) As Long
www.eeworm.com/read/391207/8417003
tlc example_file_process.tlc
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% $RCSfile: example_file_process.tlc,v $
%% $Revision: 1.1.6.1 $
%% $Date: 2003/12/31 19:42:59 $
%%
%% Abstract:
www.eeworm.com/read/385844/8786423
cc progtest.cc
/////////////////////////////////////////////////////////////
//FileName : progtest.cc
//
//Creator : Li Shouchao(0410716)
//CreateTime : 2007-1-3
//
//File Desc:
// 1.Test routines for demon
www.eeworm.com/read/284556/8919171
cc pbitmap.cc
// pbitmap.c
// Routines to manage a persistent bitmap -- a bitmap that is
// stored on disk.
//
// Copyright (c) 1992,1993,1995 The Regents of the University of California.
// All rights reserved.
www.eeworm.com/read/284556/8919187
h filesys.h
// filesys.h
// Data structures to represent the Nachos file system.
//
// A file system is a set of files stored on disk, organized
// into directories. Operations on the file system have to
// do