代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/170223/9814361
c readfile.c
/*
* readfile.c --
*
* Procedures concerned with reading data and parsing
* start codes from MPEG files.
*
*/
/*
* Copyright (c) 1995 The Regents of the University of California.
www.eeworm.com/read/365450/9863082
c readfile.c
#include "TypeDef.h"
#include
void ReadFile(BookDbFile *bf, BnoIdxFile *bif, BnameIdxFile *bnif, BauthorIdxFile *baif, BpressIdxFile* bpif, ReaderFile *rf, BborrowFile *bbf)
{
//读图书主文
www.eeworm.com/read/362752/9982212
c readfile.c
#include "head.h"
#include "struct.h"
#include "declare.h"
int readfile(char *filename,CharArr *ch)
{
FILE *fp;
int i=0,j;
char c;
ElemType e={'\0',0,};
fp=fopen(filename,"rt");
if(fp==NULL)
www.eeworm.com/read/358784/10179584
asm readfile.asm
TITLE Using ReadFile (ReadFile.asm)
; Open the file created by WriteFile.asm and display its data.
; Last update: 1/20/02
INCLUDE Irvine32.inc
.data
buffer BYTE 500 DU
www.eeworm.com/read/358784/10179684
asm readfile.asm
TITLE Read a text file (Readfile.asm)
; Read, display, and copy a text file.
; Last update: 9/11/01
INCLUDE Irvine16.inc
.data
BufSize = 5000
infile BYTE "my_text_file.txt",0
o
www.eeworm.com/read/278987/10484353
c readfile.c
/************************************************************************************
*description: 用c语言实现读取配置文件
*author: bolin.gong
****************************************************************
www.eeworm.com/read/277457/10637455
cpp readfile.cpp
#include
#include
using namespace std;
int main()
{
char string1[20], string2[20], string3[20];
ifstream fin("hello.dat");
if (!fin.is_open()) {
ce
www.eeworm.com/read/158803/10728623
bas readfile.bas
Attribute VB_Name = "ReadFile"
Option Explicit
Public Const ChunkSize = 4096 '4096
Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long
www.eeworm.com/read/420006/10823647
java readfile.java
import java.util.Vector;
import java.io.*;
public class ReadFile{
static Vector dataPoints = new Vector();
public ReadFile(Vector v){
dataPoints=v;
}
public ReadFile(Strin