代码搜索:ReadFile

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

代码结果 1,285
www.eeworm.com/read/227192/14437442

htm chap12_3.htm

12.3 串行通信与重叠I/O
www.eeworm.com/read/124822/14536548

c q_test.c

//--------------------------------------------------------------------------- //--------------------------------------------------------------------------- // Q_TEST.C // // Author: Anthony A. Ke
www.eeworm.com/read/118956/14846323

cpp bank.cpp

// bank.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" //#include "bank.c" #include "stdio.h" #include "stdlib.h" #include "math.h" #define LEN sizeof(struct queue) #define ERRORW printf("file
www.eeworm.com/read/118752/14857666

c dosread2.c

//################################################################################### // File: dostest.c // // Liest mehrere Dateien auf dem CF bis zum Ende. // //################################
www.eeworm.com/read/117822/14903769

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/115545/15010854

cpp ddutil.cpp

//----------------------------------------------------------------------------- // File: ddutil.cpp // // Desc: Routines for loading bitmap and palettes from resources // // // Copyright (c) 199
www.eeworm.com/read/216328/15019227

c q_test.c

//--------------------------------------------------------------------------- //--------------------------------------------------------------------------- // Q_TEST.C // // Author: Anthony A. Ke
www.eeworm.com/read/114100/15113267

txt 检测modem是否正在使用.txt

简 单 的 办 法 是 使 用 Visual Basic的 MSComm控 制 。 可 以 使 用 PortOpen来 打 开 Modem。 如 果 Modem被 其 他 软 件 占 用 , 可 能 产 生 错 误 , 错 误 号 是 8005(Port already open)或 8010(The hardware is not available (locked by another dev
www.eeworm.com/read/212919/15144703

cs main.cs

using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Collections; namespace 词法分析 { class main { private static StreamReader br;
www.eeworm.com/read/211486/15179730

c dosread2.c

//################################################################################### // File: dostest.c // // Liest mehrere Dateien auf dem CF bis zum Ende. // //################################