代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/292279/8362067
java readfile.java
/*
* ReadFile.java
*
* Created on 2007年5月28日, 下午10:59
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package cindy;
import j
www.eeworm.com/read/191767/8423613
class readfile.class
www.eeworm.com/read/191767/8423619
java readfile.java
/**
* A concrete class extends AbstractRead
* This class can read from a file
*/
import java.io.*;
public class ReadFile extends AbstractRead {
private BufferedReader in = null;
www.eeworm.com/read/431509/8672889
java readfile.java
package test;
import java.io.*;
//import java.util.StringTokenizer;
public class ReadFile
{
private String currentRecord = null;
private BufferedReader file;
private String path;
//p
www.eeworm.com/read/431509/8672946
class readfile.class
www.eeworm.com/read/429834/8787142
o readfile.o
www.eeworm.com/read/429834/8787158
h readfile.h
#ifndef READFILE_H
#define READFILE_H 1
void readline();
int readchar();
#endif
www.eeworm.com/read/429834/8787161
c readfile.c
#include
#include
#include"option.h"
#include"readfile.h"
void readline()
{
int i=0;
while((line[i]=fgetc(source))!='\n'&&(line[i]!=EOF))
{
i++;
}
line[i]='\0'
www.eeworm.com/read/187222/8841424
java readfile.java
readFile {
open the file;
determine its size;
allocate that much memory;
read the file into memory;
close the file;
}
www.eeworm.com/read/187222/8841473
java readfile.java
readFile {
open the file;
determine its size;
allocate that much memory;
read the file into memory;
close the file;
}