代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/173141/5379427
java generatereport.java
/*
Derby - Class org.apache.derbyTesting.functionTests.harness.GenerateReport
Copyright 1999, 2004 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apach
www.eeworm.com/read/170988/5401512
cpp test.cpp
// test.cpp : Defines the entry point for the console application.
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stdafx.h"
int main(int argc, char* argv[])
{
www.eeworm.com/read/169697/5415272
defn ioharness.defn
#
# (C) 2004 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
#
# Definitions for various MPI I/O Read/write tests
# This is the C++ version of the Fortran I/O tests.
# We
www.eeworm.com/read/165248/5485235
frm 显示分数.frm
VERSION 5.00
Begin VB.Form Form4
Caption = "打分系统"
ClientHeight = 6090
ClientLeft = 60
ClientTop = 450
ClientWidth = 9045
LinkTopic =
www.eeworm.com/read/165248/5485267
frm form1.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form Form1
Caption = "客户端管理"
ClientHeight = 2730
ClientLeft = 60
www.eeworm.com/read/162509/5547516
cpp ddutil.cpp
//-----------------------------------------------------------------------------
// File: ddutil.cpp
//
// Desc: Routines for loading bitmap and palettes from resources
//
//
// Copyright (c) 199
www.eeworm.com/read/473688/6833496
java bytereadtest.java
import java.io.*;
class ByteReadTest
{
public static void main(String argv[])
{
int b;
byte buff[] = new byte[2500];
try
{
FileInputStream readfile = new FileInputSt
www.eeworm.com/read/473688/6833508
java outputstreamtest.java
import java.io.*;
import java.awt.*;
import java.awt.event.*;
public class OutputStreamTest
{
static Frame f=new Frame("测试输入流");
public static void main(String[] args)
{
www.eeworm.com/read/471947/6884407
java counter.java
package counter;
import java.io.*;
public class counter extends Object {
private String currentRecord = null;//保存文本的变量
private BufferedReader file; //BufferedReader对象,用于读取文件数据
private String path;/