代码搜索:openFile
找到约 2,657 项符合「openFile」的源代码
代码结果 2,657
www.eeworm.com/read/146068/12680562
cpp mapcolour.cpp
/*
*地图染色
*/
#include
#include
#define MatrixSize 7
int matrix[MatrixSize][MatrixSize];
//读取文件
bool OpenFile(char *filename)
{
FILE *fp;
fp=fopen(filename, "r");
www.eeworm.com/read/246300/12738844
transcript
# Reading I:/Modeltech_xe/tcl/vsim/pref.tcl
# OpenFile "E:/work1/w2/serial/serial.v"
www.eeworm.com/read/242302/13020686
html 4672.html
CreateFile 和 OpenFile 的不同?
CreateFile 和 OpenFile 的不同?
www.eeworm.com/read/242302/13052568
html 4673.html
Re: CreateFile 和 OpenFile 的不同?
Re: CreateFile 和 OpenFile 的不同?
www.eeworm.com/read/140161/13102312
p input.p
/* Protogen Version 1.07 Tuesday October 31, 1995 21:29:15 */
/* Input.c */
BOOL openFile(char *string, char *path, char *mode);
void closeFile(void);
BOOL ne
www.eeworm.com/read/139738/13137044
java openfilewithposition.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
/**
* An OpenFile that maintains a current file position.
*/
public abstract class OpenFileWithPosition extends O