代码搜索:ReadFile

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

代码结果 1,285
www.eeworm.com/read/260437/11725407

cpp filein.cpp

#include "filein.h" int readfile(char* pFileName, double filetemp[],int number, int *pos) { //char* pFileName = "test.txt"; CStdioFile f1; CString str; //DWORD p=0; //double te
www.eeworm.com/read/249950/12446233

cpp borrow.cpp

# include # include # include # include # include //借书程序 void BorrowBook(BookDbaseFile &df,BnoIdxFile &bif,BbookFile &bbf,ReadFile &rf) {
www.eeworm.com/read/117483/14918273

java util.java

// Util.java import java.io.*; public class Util { // 把文件读入byte数组 static public byte[] readFile( String filename ) throws IOException { File file = new File( filename ); long le
www.eeworm.com/read/191923/5161193

cpp file.cpp

#include #include #include "FileServer.h" #include "file.h" using namespace MonAPI; monapi_cmemoryinfo* ReadFile(const char* file, bool prompt /*= false*/) {
www.eeworm.com/read/343909/3213975

cpp mainfrm.cpp

// MainFrm.cpp : implementation of the CMainFrame class // #include "stdafx.h" #include "ReadFile.h" #include "MainFrm.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char
www.eeworm.com/read/310702/3693057

cpp mainfrm.cpp

// MainFrm.cpp : implementation of the CMainFrame class // #include "stdafx.h" #include "ReadFile.h" #include "MainFrm.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char
www.eeworm.com/read/423483/2026958

java iotest_yanggx.java

package com.jk.io; import java.io.*; import java.util.*; public class IoTest_yanggx { /** * @param args */ public static void readFile(){ String path = "D:/radwtmp"; File f
www.eeworm.com/read/411228/2190587

py pmw_promptdialog.py

from Tkinter import * import Pmw root = Tk() root.option_readfile('optionDB') root.title('PromptDialog') Pmw.initialise() dialog = Pmw.PromptDialog(root, title='Password', label_text='Password
www.eeworm.com/read/411228/2190595

py pmw_counter.py

from Tkinter import * import Pmw, time root = Tk() root.option_readfile('optionDB') root.title('Counter') Pmw.initialise() def execute(self): print 'Return pressed, value is', date.get()
www.eeworm.com/read/411228/2190712

py pmw_combobox.py

from Tkinter import * import Pmw root = Tk() root.option_readfile('optionDB') root.title('ComboBox 1') Pmw.initialise() choice = None def choseEntry(entry): print 'You chose "%s"' % en