代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/365312/6959657
plg marksix.plg
Build Log
--------------------Configuration: MarkSix - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo
www.eeworm.com/read/154576/6968298
cpp aa.cpp
// aa.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include
char buffer[100];
int _tmain(int argc, _TCHAR* argv[])
{
DWORD i=0;
HANDLE file,file1;
file=CreateFile(".\\image",F
www.eeworm.com/read/154576/6968308
c main.c
#include "print.h"/*包含print函数申明*/
#include "file.h"/*文件操作头文件*/
#include "mem.h"/*内存操作头文件*/
int LoadKernel(int FileHandle);/*读入内核并移动到内存1M处*/
/*到自己搬到0x90200处执行,并设置好内核参数,转入内核执行,该模块的代码在loader.asm*/
www.eeworm.com/read/467503/7004702
java read.java
package com.cn;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.util.HashMap;
import java.util.Map;
import java.util.StringTokenizer;
public class
www.eeworm.com/read/460512/7248462
java test.java
import java.io.*;
public class Test{
/**
* 以行为单位读取文件,常用于读面向行的格式化文件
* @param fileName 文件名
*/
public static void readFile(String fileName){
File file = new File(fileName);
Buff
www.eeworm.com/read/253013/7809989
cpp main.cpp
#include "class.h"
#include "implement.h"
void main(){
readfile(); //将文件读入内存
readme(); //显示相关的操作说明
}
www.eeworm.com/read/199907/7814745
cpp entchose.cpp
#include "head.h"
int ComeIn() //进入模式
{
char Chose ;
cout
www.eeworm.com/read/399963/7818931
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/199837/7819251
cpp test.cpp
// test.cpp : Defines the entry point for the console application.
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stdafx.h"
int main(int argc, char* argv[])
{
HANDLE
www.eeworm.com/read/299226/7879182
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, ComCtrls;
type
TForm1 = class(TForm)
Timer1: TTimer;