代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/310702/3693071
h readfile.h
// ReadFile.h : main header file for the READFILE application
//
#if !defined(AFX_READFILE_H__932FD042_D508_465E_9898_B89F628FADF2__INCLUDED_)
#define AFX_READFILE_H__932FD042_D508_465E_9898_B89F
www.eeworm.com/read/309144/3706832
dsw readfile.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/309144/3706833
dsp readfile.dsp
# Microsoft Developer Studio Project File - Name="readfile" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/309144/3706834
c readfile.c
#include
#include
#define LINE_LEN 16
void dispatcher_handler(u_char *, const struct pcap_pkthdr *, const u_char *);
main(int argc, char **argv)
{
pcap_t *fp;
char er
www.eeworm.com/read/309144/3706878
dsp readfile.dsp
# Microsoft Developer Studio Project File - Name="readfile" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/309144/3706882
c readfile.c
#include
#include
#define LINE_LEN 16
void dispatcher_handler(u_char *, const struct pcap_pkthdr *, const u_char *);
main(int argc, char **argv)
{
pcap_t *fp;
char errb
www.eeworm.com/read/307661/3721615
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/302474/3825275
java readfile.java
/**
* 对字符流 Reader
*/
import java.io.*;
public class ReadFile{
public static void main(String[] args){
String fname="fileName.txt";
try {
File f=new File(fname);
FileReader
www.eeworm.com/read/289051/3996338
java readfile.java
package com.bean;
import java.io.*;
public class ReadFile
{ String filePath="d:/",fileName="";
//设置目录属性的值:
public void setFilePath(String s)
{filePath=s;
try{byte b[]=filePath.getBy
www.eeworm.com/read/283473/4078667
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;