代码搜索:openFile

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

代码结果 2,657
www.eeworm.com/read/395965/8141587

cpp addarc.cpp

#include"traffic.h" step Addarc(ALGraph &G) { CityName from,to; int hour,minute,i = -1,j = -1,k,error = 0; Dtime leave; ArcNode *p; openfile("head"); while( i == -1)
www.eeworm.com/read/395965/8141814

cpp addarc.cpp

#include"traffic.h" step Addarc(ALGraph &G) { CityName from,to; int hour,minute,i = -1,j = -1,k,error = 0; Dtime leave; ArcNode *p; openfile("head"); while( i == -1)
www.eeworm.com/read/244625/12851448

bas modcdlg.bas

Attribute VB_Name = "Modcdlg" '******************************************** ''' 作者:kylinpoet or 獬独 ''''2007-05-14 23:44 初稿 ''''2007-05-15 13:32 修改 ''''转载请保留作者 声明 '*******************************
www.eeworm.com/read/242302/13054750

html 4661.html

Re: 请【笑儿】进来看看好吗?^_^.. Re: 请【笑儿】进来看看好吗?^_^..
www.eeworm.com/read/242302/13080619

txt 如何调用getopenfilename函数.txt

下面是GetOpenFileName的例子: Option Explicit Private Declare Function GetOpenFileName Lib "comdlg32.dll" Alias _ "GetOpenFileNameA" (pOpenfilename As OPENFILENAME) As Long
www.eeworm.com/read/139738/13137117

java synchconsole.java

package nachos.userprog; import nachos.machine.*; import nachos.threads.*; import nachos.userprog.*; /** * Provides a simple, synchronized interface to the machine's console. The * interface can a
www.eeworm.com/read/321827/13396977

c fileinfo.c

/*** *fileinfo.c - sets C file info flag * * Copyright (c) 1989-1997, Microsoft Corporation. All rights reserved. * *Purpose: * Sets the C file info flag. By default, the openfile i
www.eeworm.com/read/321827/13397694

c cfinfo.c

/*** *cfinfo.c - clears C file info flag * * Copyright (c) 1989-1997, Microsoft Corporation. All rights reserved. * *Purpose: * Clears the C file info flag. By default, the openfile
www.eeworm.com/read/493401/6402342

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
www.eeworm.com/read/493401/6402346

cc fstest.cc

// fstest.cc // Simple test routines for the file system. // // We implement: // Copy -- copy a file from UNIX to Nachos // Print -- cat the contents of a Nachos file // Perftest -- a str