代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/293131/8314316
h readfile.h
// ReadFile.h: interface for the CReadFile class.
//
//////////////////////////////////////////////////////////////////////
#include "windows.h"
#if !defined(AFX_READFILE_H__91B0319F_222A_4F6C_93B
www.eeworm.com/read/370354/9604998
c readfile.c
#include
#include
#include
#define PI 3.1415926535898
#define ROW 128
#define COL 128
#define LEVEL 256
int* sinw;
int* cosw;
extern void MYFFT(int* a,int* b,
www.eeworm.com/read/248541/12553930
f readfile.f
subroutine readfile
!! ~ ~ ~ PURPOSE ~ ~ ~
!! this subroutine opens the main input and output files and reads watershed
!! information from the file.cio
!! ~ ~ ~ INCOMING VARIA
www.eeworm.com/read/334652/12581889
class readfile.class
www.eeworm.com/read/334652/12581897
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/147090/12587958
java readfile.java
import java.io.*;
public class ReadFile
{
String filePath="c:/",fileName="";
public void setFilePath(String s)
{
filePath=s;
try
{
byte a[]=filePath.getBytes("ISO-8859-1");
www.eeworm.com/read/147090/12588005
class readfile.class
www.eeworm.com/read/135673/13911187
java readfile.java
import java.io.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class ReadFile extends JFrame {
private ObjectInputStream input;
private OperatePanel userInterfa
www.eeworm.com/read/237869/13924621