代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/471115/6897214
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/393095/8311871
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/172162/9722291
c dosread2.c
//###################################################################################
// File: dostest.c
//
// Liest mehrere Dateien auf dem CF bis zum Ende.
//
//################################
www.eeworm.com/read/269308/11101840
h dataread.h
#ifndef _DATAREAD
#define _DATAREAD
#include "stdio.h"
extern void ReadFile(void* PData[],FILE *fp);
#endif
www.eeworm.com/read/268861/11117271
cpp ddutil.cpp
//-----------------------------------------------------------------------------
// File: ddutil.cpp
//
// Desc: Routines for loading bitmap and palettes from resources
//
//
// Copyright (c) 199
www.eeworm.com/read/268118/11153402
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/267491/11177142
java deadthread.java
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import javax.swing.JOptionPane;
import javax.swing.JTextArea;
public class DeadThread implements Runnable
{
www.eeworm.com/read/147608/12542445
tk hello3.tk
#!/usr/bin/wish -f
option readfile hello.def
pack [button .b -text "Hello\nWorld!!!" \
-justify center \
-width 20 \
-command {puts "Hi"}]