代码搜索:ReadFile

找到约 1,285 项符合「ReadFile」的源代码

代码结果 1,285
www.eeworm.com/read/375652/9354228

h resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by ReadFile.rc // #define IDD_ABOUTBOX 100 #define IDR_MAINFRAME 128 #def
www.eeworm.com/read/418335/10952906

project .project

readfile org.eclipse.jdt.core.jav
www.eeworm.com/read/197619/7984341

inc file32.inc

extrn _filebufloc:dword, _filebuflen:word extrn _openfile:near, _closefile:near, _lseekfile:near, _readfile:near extrn _writefile:near, _createfile:near, _filesize:near, _filecopy:near extr
www.eeworm.com/read/343909/3213972

h resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by ReadFile.rc // #define IDD_ABOUTBOX 100 #define IDR_MAINFRAME 128 #def
www.eeworm.com/read/342287/3235556

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/310702/3693054

h resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by ReadFile.rc // #define IDD_ABOUTBOX 100 #define IDR_MAINFRAME 128 #def
www.eeworm.com/read/442486/1759832

java testthrowsexception.java

import java.io.*; public class TestThrowsException{ public static void main(String[] args){ TestThrowsException t = new TestThrowsException(); try{ t.readFile(); }catch(IOException e
www.eeworm.com/read/411228/2190744

py b_toplevel.py

from Tkinter import * root = Tk() root.option_readfile('optionDB') root.title('Toplevel') Frame(root, width=150, height=150).pack() root.mainloop()
www.eeworm.com/read/383153/2622060

cpp readerwriterosgterrain.cpp

#include #include #include #include #include #include #include #include #incl
www.eeworm.com/read/413051/11168743

h global.h

#ifndef _GLOBAL_H #define _GLOBAL_H 1 typedef double DOUBLE; class CSampleData { public: CSampleData(); ~CSampleData(); bool readFile(char* fileName); bool normalize(); boo