代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/365207/2898458
java readdatafile.java
package readfile;
import java.io.*;
import java.util.*;
public class readDataFile
{
private String currentRecord = null;
private BufferedReader file;
private String path;
private StringToke
www.eeworm.com/read/267511/4266449
java charactertest.java
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.UnsupportedEncodingException;
public class CharacterTest {
public static String readFile(String fileName) {
try {
www.eeworm.com/read/293795/8272242
h fat.h
unsigned char List(void);
unsigned char OpenFile(char *str);
unsigned char ReadFile(unsigned long readLength, unsigned char *pBuffer);
unsigned char SetFilePointer(unsigned long pointer);
u
www.eeworm.com/read/293790/8272861
h fat.h
unsigned char List(void);
unsigned char OpenFile(char *str);
unsigned char ReadFile(unsigned long readLength, unsigned char *pBuffer);
unsigned char SetFilePointer(unsigned long pointer);
u
www.eeworm.com/read/266535/11220631
hs allinall.hs
-- Problem All in All
-- Algorithm Greedy
-- Runtime O(n)
-- Author Walter Guttmann
-- Date 26.12.2001
main :: IO ()
main =
do input
www.eeworm.com/read/266534/11220828
txt danger.hs.txt
-- Problem In Danger
-- Algorithm Recursion
-- Runtime O(log(n))
-- Author Walter Guttmann
-- Date 06.05.2001
main :: IO ()
main =
do input
www.eeworm.com/read/266534/11220830
txt encoding.hs.txt
-- Problem Run Length Encoding
-- Algorithm Straight-Forward
-- Runtime O(n)
-- Author Walter Guttmann
-- Date 2003.12.07
main :: IO ()
main =
do input
www.eeworm.com/read/109232/15561627
cpp main.cpp
#include
#include
#include
#include
using namespace std;
void ReadFile(string filename) {
ifstream infile(filename.c_str());
int count;
www.eeworm.com/read/375652/9354227
cpp readfileview.cpp
// ReadFileView.cpp : implementation of the CReadFileView class
//
#include "stdafx.h"
#include "ReadFile.h"
#include "ReadFileDoc.h"
#include "ReadFileView.h"
#ifdef _DEBUG
#define new