代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/356536/10225094
cpp read_input_file.cpp
#include "read_input_file.h"
int readFile_fdtd_data(Input_Data *Inp_D, char *ut_nev)
{
char path_file_name[256];
long i;
//ifstream declaration
ifstream *inClientFile = NULL;
inClientF
www.eeworm.com/read/347193/11682928
java n003sale.java
import java.awt.*;
import javax.swing.*;
import java.io.*;
class N003Sale extends JFrame
{
N003Sale(String s)
{
super(s);
try{
FileReader readFile=new FileReader("Sales003
www.eeworm.com/read/347193/11682931
java n004sale.java
import javax.swing.*;
import java.awt.*;
import java.io.*;
class N004Sale extends JFrame
{
N004Sale(String s)
{
super(s);
try{
FileReader readFile=new FileReader("Sales004
www.eeworm.com/read/218261/14929614
h fileutil.h
#ifndef CRB_FILEUTIL_H
#define CRB_FILEUTIL_H
#include
#include
#include
#include
#define PathDelim '\\'
extern ubyte * readFile(char *nam
www.eeworm.com/read/115183/15023885
txt 第二十章例子.txt
20-例子1
import java.io.*;
class Example20_1
{ public static void main(String args[])
{ int b;
byte buffer[]=new byte[2500];
try{ FileInputStream readfile=new FileInputStream("Example211.jav
www.eeworm.com/read/115139/15024768
txt 第二十章例子.txt
20-例子1
import java.io.*;
class Example20_1
{ public static void main(String args[])
{ int b;
byte buffer[]=new byte[2500];
try{ FileInputStream readfile=new FileInputStream("Example211.jav
www.eeworm.com/read/209211/4981630
c authorize.c
#include
#include
#include
#include "httpd.h"
#include "httpsrv.h"
static char* readfile(char*);
/*
* these should be done better; see the reponse codes in /lib/rfc/rfc2616
www.eeworm.com/read/321483/3534324
t expfile.t
#!/usr/bin/perl
use lib '..';
use Memoize;
my $n = 0;
$|=1;
if (-e '.fast') {
print "1..0\n";
exit 0;
}
print "1..12\n";
# (1)
++$n; print "ok $n\n";
my $READFILE_CALLS = 0;
my $FILE = './TE
www.eeworm.com/read/411228/2190716
py pmw_panedwidget.py
from Tkinter import *
import Pmw
root = Tk()
root.option_readfile('optionDB')
root.title('PanedWidget')
Pmw.initialise()
pane = Pmw.PanedWidget(root, hull_width=400, hull_height=300)
pane.add