代码搜索:ReadFile

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

代码结果 1,285
www.eeworm.com/read/410561/11277175

java call.java

File_Single tempBF = new File_Single(this, "file:///" + formatFileAdd(tempP.address), Connector.READ); bigImageData = tempBF.readFile(); tempBF.close(); tempBF = null; //获得文件数据 JPGencode = new F
www.eeworm.com/read/208921/15230730

cpp webrom.cpp

#include #include #include #define MAXFILELEN 10000 char filedata[MAXFILELEN+100]; int readfile(char* buf, char* fname, char* hdr){ int len=0; FILE* in;
www.eeworm.com/read/237989/4619165

java readwpt.java

package net.aetherial.gis.database.readFile; import java.io.*; import net.aetherial.gis.database.access.Connect; import java.sql.*; public class ReadWpt { File f = null; public String na
www.eeworm.com/read/191923/5161186

h file.h

#ifndef __FILE_SERVER_FILE_H__ #define __FILE_SERVER_FILE_H__ #include extern monapi_cmemoryinfo* ReadFile(const char* file, bool prompt = false); extern monapi_cmemoryi
www.eeworm.com/read/281377/4116691

java showtextservlet.java

package servlet; import javax.servlet.*; import javax.servlet.http.*; import java.io.*; import DB.ReadFile; import java.util.ArrayList; import DB.newsDAO; public class ShowtextServlet exten
www.eeworm.com/read/411228/2190589

py entry.py

from Tkinter import * root = Tk() root.option_readfile('optionDB') root.title('Entry') Label(root, text="Anagram:").pack(side=LEFT, padx=5, pady=10) e = StringVar() Entry(root, width=40, textv
www.eeworm.com/read/411228/2190594

py pmw_optionmenu.py

from Tkinter import * import Pmw root = Tk() root.option_readfile('optionDB') root.title('OptionMenu') Pmw.initialise() var = StringVar() var.set('Quantity Surveyor') opt_menu = Pmw.OptionMe
www.eeworm.com/read/411228/2190602

py pmw_timecounter.py

from Tkinter import * import Pmw root = Tk() root.option_readfile('optionDB') root.title('TimeCounter') Pmw.initialise() time = Pmw.TimeCounter(root, labelpos=W, label_text='HH:MM:SS',
www.eeworm.com/read/411228/2190705

py label.py

from Tkinter import * root = Tk() root.option_readfile('optionDB') root.title('Labels') Label(root, text="I mean, it's a little confusing for me when you say 'dog kennel' if you want a mattress.
www.eeworm.com/read/411228/2190721

py text.py

from Tkinter import * root = Tk() root.option_readfile('optionDB') root.title('Text') text = Text(root, height=26, width=50) scroll = Scrollbar(root, command=text.yview) text.configure(yscroll