代码搜索:ReadFile

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

代码结果 1,285
www.eeworm.com/read/332387/3398873

js jsplate.js

/** @constructor */ JSDOC.JsPlate = function(templateFile) { if (templateFile) this.template = IO.readFile(templateFile); this.templateFile = templateFile; this.code = ""; this.parse(); } JSDO
www.eeworm.com/read/280905/10280125

java iodemo.java

package day7; import java.io.*; public class IODemo { public static void main(String[] args) { //writeFile(); //readFile(); copyFile(); } public stati
www.eeworm.com/read/485607/6554434

cpp domparser.cpp

#include #include #include #include "domparser.h" DomParser::DomParser(QTreeWidget *tree) { treeWidget = tree; } bool DomParser::readFile(const QString &fileName) {
www.eeworm.com/read/266535/11220620

hs ease.hs

-- Problem Polygon Programming with Ease -- Algorithm Geometry -- Runtime O(n) -- Author Walter Guttmann -- Date 30.05.2002 import Complex main :: IO () main = readFile "ease.in" >>=
www.eeworm.com/read/266535/11220623

hs diplomatic.hs

-- Problem Diplomatic License -- Algorithm Geometry -- Runtime O(n) -- Author Walter Guttmann -- Date 30.05.2002 import Complex main :: IO () main = readFile "diplomatic.in" >>= m
www.eeworm.com/read/383153/2622325

cpp view.cpp

#include #include #include #include #include #include #include #include b
www.eeworm.com/read/379468/2673574

java hidden.java

import java.io.*; class Hidden { public static void main(String args[]) { Hidden h = new Hidden(); try { h.readFile(); } catch (FileNotFoundException fne) { /
www.eeworm.com/read/266534/11220732

txt drink.hs.txt

-- Problem Drink, on Ice -- Algorithm Thermodynamics -- Runtime O(1) -- Author Walter Guttmann -- Date 04.05.2003 import Numeric; main :: IO () main = do input
www.eeworm.com/read/429055/8821970

cpp test.cpp

# include # include "test.h" //分号 int main(void) { //Readfile(); //Count(); //Packet(); Total(); //Pat(); //Pmt(); } void Openfile() { char filename[10]; printf(
www.eeworm.com/read/379935/9172152

c jpegdecoder.c

#include "jpegDecoder.h" #define DEQUANTIZE_SHIFT_BITS ( 8 - JPEG_QUANTIZE_COE_REM_BITS ) //////////////////////////////////////////////////// int readFile(JPEG_HANDLE * hJpeg, int restLe