代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/280380/10333834
cpp bufferclient.cpp
// BufferClient.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
//#include "..\..\ShareFiles\Basic\WDMDefault.h"
#define IOCTL_READ_D
www.eeworm.com/read/422294/10647178
java readhex.java
import java.io.*;
public class ReadHex {
public static void main(String[] arguments) {
ReadHex hex = new ReadHex();
hex.readFile();
}
void readFile() {
t
www.eeworm.com/read/421239/10747801
java readhex.java
import java.io.*;
public class ReadHex {
public static void main(String[] arguments) {
ReadHex hex = new ReadHex();
hex.readFile();
}
void readFile() {
t
www.eeworm.com/read/420260/10808271
pas client1.pas
unit client1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls,extctrls,IdBaseComponent,IdComponent, IdTCPConnection, I
www.eeworm.com/read/420260/10808274
~pas client1.~pas
unit client1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls,extctrls,IdBaseComponent,IdComponent, IdTCPConnection, I
www.eeworm.com/read/418735/10930142
java sort.java
class Sort {
public static final int BUFSIZE = 25;
static int[] array;
static int len;
static public boolean readfile(){return false;};
static public void quicksort(){};
www.eeworm.com/read/417763/10976411
java dictionaryfactory.java
package entity;
import java.io.IOException;
import operation.LineAnalysis;
import file.ReadFile;
//字典工厂
public class DictionaryFactory {
public DictionaryFactory() {
}
// 判断是否字母
p
www.eeworm.com/read/271194/11004501
java readfiletest.java
import java.io.*;
class ReadFileTest
{
public static void main(String args[])
{
int b;
byte buffer[]=new byte[2500];
try
{
FileInputStream readfile=new FileInputStream("Testfile.
www.eeworm.com/read/271194/11004511
java readfiletestindir.java
import java.io.*;
import java.awt.*;
import java.awt.event.*;
class ReadFileTestInDir {
static Frame f;
public static void main(String args[]) {
int b, j = 10;
TextAre
www.eeworm.com/read/469772/6926675
c dosread2.c
//###################################################################################
// File: dostest.c
//
// Liest mehrere Dateien auf dem CF bis zum Ende.
//
//################################