代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/147501/12550199
txt 实战串行通讯.txt
实战串行通讯
by 罗云彬,2001.1
--------------------------------------------------------------------------------
很长时间没有写编程文章了,最近为了编一个串行通讯的终端程序忙了近一个月,发现了在 Win32 的通讯 API 中有不少的问题,还有许多在其他串行通讯文章中没有谈到的问题,
www.eeworm.com/read/334947/12559918
java f.java
import java.io.*;
class KeyInput
{
public static String read()
{
String s=null;
try
{
InputStreamReader in=new InputStreamReader(System.in);
BufferedReader br=new BufferedRead
www.eeworm.com/read/135507/13925097
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/236337/14020399
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/236337/14020417
~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/133667/14030647
tk hello3.tk
#!/usr/bin/wish -f
option readfile hello.def
pack [button .b -text "Hello\nWorld!!!" \
-justify center \
-width 20 \
-command {puts "Hi"}]
www.eeworm.com/read/110823/15524346
cpp ddutil.cpp
//-----------------------------------------------------------------------------
// File: ddutil.cpp
//
// Desc: Routines for loading bitmap and palettes from resources
//
//
// Copyright (c) 199
www.eeworm.com/read/110131/15541679
java filei.java
import java.io.*;
public class fileioput{
public static void main(String args[]) throws
FileNotFoundException,IOException{
String s;
FileInputStream is;
InputStreamR