代码搜索:ReadFile

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

代码结果 1,285
www.eeworm.com/read/365475/9862321

cpp mobilecfg.cpp

// MobileCfg.cpp: implementation of the CMobileCfg class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "MobileCfg.h" #include "AcesCryp
www.eeworm.com/read/167217/9976720

java readhex.java

import java.io.*; public class ReadHex { public static void main(String[] arguments) { ReadHex hex = new ReadHex(); hex.readFile(); } void readFile() { t
www.eeworm.com/read/362752/9982188

makefile

CC= gcc CFLAGS= -Wall -g INCLUDE= ../include/ MYLIB= mylib.a obj= readfile.o printHuffmantree.o SelectMin.o HuffmanCoding.o HuffmanUncoding.o HuffmanFile.o Input.o $(MYLIB): $(MYLIB)($(obj)) readfile
www.eeworm.com/read/166904/9990499

cpp yjbkdlg.cpp

// YjbkDlg.cpp : implementation file // #include "stdafx.h" #include "Wonder.h" #include "YjbkDlg.h" #include "DataStruct.h" #include "CESeries.h" #include "DjbSendingDlg.h" #include "CommSe
www.eeworm.com/read/166727/10004906

pas unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, ComCtrls; type TForm1 = class(TForm) Timer1: TTimer;
www.eeworm.com/read/166727/10004931

~pas unit1.~pas

unit Unit1; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, ComCtrls; type TForm1 = class(TForm) Timer1: TTimer;
www.eeworm.com/read/359571/10137242

cs main.cs

using System; using System.IO; using System.Collections; namespace Lexical_Analyzer { /// /// Class1 的摘要说明。 /// class main { private static StreamR
www.eeworm.com/read/358836/10178107

txt filetest.txt

#include void CreateFile(); void ReadFile(); void main() { CreateFile(); ReadFile(); } void CreateFile() { FILE* fp; char ch, filename[10]; scanf("%s", filename);
www.eeworm.com/read/358762/10179969

java checkmemo.java

/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package calendar; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStrea
www.eeworm.com/read/280381/10333741

cpp directclient.cpp

// DirectClient.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #define IOCTL_READ_DEVICE_INFO CTL_CODE(FILE_DEVICE_UNKNOWN, 0x800, METH