代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/358784/10179681
txt my_output_file.txt
TITLE Read a text file (Readfile.asm)
; Last update: 9/11/01
INCLUDE Irvine16.inc
.data
BufSize = 5000
fileName BYTE "myfile.txt",0
inHandle WORD ?
buffer BYTE BufSize DUP(?)
www.eeworm.com/read/358784/10179687
txt long_filename.txt
TITLE Read a text file (Readfile.asm)
; Last update: 9/11/01
INCLUDE Irvine16.inc
.data
BufSize = 5000
fileName BYTE "myfile.txt",0
inHandle WORD ?
buffer BYTE BufSize DUP(?)
www.eeworm.com/read/356534/10225127
cpp read_input_file.cpp
#include "read_input_file.h"
int readFile_fdtd_data(Input_Data *Inp_D, char *ut_nev)
{
//ifstream declaration
ifstream *inClientFile = NULL;
inClientFile = new ifstream[1];
//open the file
www.eeworm.com/read/356532/10225178
cpp read_input_file.cpp
#include "read_input_file.h"
int readFile_fdtd_data(Input_Data *Inp_D, char *ut_nev)
{
//ifstream declaration
ifstream *inClientFile = NULL;
inClientFile = new ifstream[1];
//open the file
www.eeworm.com/read/440070/7694163
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(source_f/readfile.f)
AC_PREFIX_DEFAULT(${HOME}/bin)
dnl Check for prfix directory and create it if necessary
test "x$prefix
www.eeworm.com/read/396459/8106987
cpp read_input_file.cpp
#include "read_input_file.h"
int readFile_fdtd_data(Input_Data *Inp_D, char *ut_nev)
{
//ifstream declaration
ifstream *inClientFile = NULL;
inClientFile = new ifstream[1];
//open the file
www.eeworm.com/read/331315/12833695
cpp read_input_file.cpp
#include "read_input_file.h"
int readFile_fdtd_data(Input_Data *Inp_D, char *ut_nev)
{
//ifstream declaration
ifstream *inClientFile = NULL;
inClientFile = new ifstream[1];
//open the file
www.eeworm.com/read/143565/12860637
c borrow.c
void BorrowBook(BookDbaseFile &bf,BnoIdxFile bif,BbookFile &bbf,ReadFile &rf)
{
char dzh[8],sh[4],jyrq[8];
int i,j,k=1;
printf("InputReaderNumber BookNumber BorrowDate\n");
scanf("%s%s%s",dzh
www.eeworm.com/read/328807/13001001
asm gradesystem.asm
INCLUDE FileMacro.asm ;包含宏指令库
;PURGE OPENFILE,WRITEFILE,READFILE ;从内存删除已装入的本程序不适用的宏指令
;--------------------------------------------------------------------------------------------
;定义学生成绩结构
STUD
www.eeworm.com/read/126717/6013574
java test.java
package com.jdon.cms;
import java.io.*;
import com.jdon.util.*;
import com.jdon.cms.template.JspMaker;
public class Test {
public static String readFile(String input) throws Exception {