代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/429834/8787147
c scan.c
/*
* scan.c
*
* Created on: 2009-3-11
* Author: xiaohe
*/
#include
#include
#include
#include"readfile.h"
#include"scan.h"
#include"option.h"
#include"tokens.h
www.eeworm.com/read/105300/6199642
asm fileio.asm
%include "vxdn.inc"
%include "win32n.inc"
%include "util.mac"
%ifndef MAKEDEP
global OpenFile32
global CloseFile32
global SeekFile32
global ReadFile32
global WriteFile32
global GetFileS
www.eeworm.com/read/477006/6744093
h lexical.h
#ifndef LEXICAL_H
#define LEXICAL_H
#include
#include
#include
#include
#define NUM_KEYWORD 25
#define MAX_TOKENLENGTH 120
char* readfile(char *p
www.eeworm.com/read/475126/6792313
cpp clustering.cpp
#include
#include
#include
#include
#include
#include
#include
#include
void readFile(char* fileName, char *ex
www.eeworm.com/read/373681/9443451
c fivestone.c
#include
#include "keyboard.h"//可能有问题
#include "screen.h"
#include "MyComputer.h"
#include "readfile.h"
#include "MyCharLib.h"
#define MAX_ROW_LINE 15
#define EMPTY 0
#define BLACK
www.eeworm.com/read/159161/10687849
c mpd.c
#ifdef MPD
#include "httppil.h"
#include "httpapi.h"
#include "procpil.h"
int mpState=0;
SHELL_PARAM mpx;
int mpRead(char* buf, int bufsize)
{
int bytes=0;
#ifdef WIN32
ReadFile((HANDLE)mpx.fdRead
www.eeworm.com/read/417408/10991303
c viewbin.c
#include
#include
#define BIN_SYNC 'B'
#define ERR_OPENFILE 1
#define ERR_READFILE 2
#define ERR_FILETYPE 3
#define ERR_ALLOCMEM 4
#define ERR_NOERR 5
#i
www.eeworm.com/read/146107/12671144
c mpd.c
#ifdef MPD
#include "httppil.h"
#include "httpapi.h"
#include "procpil.h"
int mpState=0;
SHELL_PARAM mpx;
int mpRead(char* buf, int bufsize)
{
int bytes=0;
#ifdef WIN32
ReadFile((HANDLE)mpx.fdRead
www.eeworm.com/read/209211/4986306
c readcert.c
#include
#include
#include
#include
#include
static char*
readfile(char *name)
{
int fd;
char *s;
Dir *d;
fd = open(name, OREAD);
if(fd < 0)
return n
www.eeworm.com/read/340292/12167096
cpp ls.cpp
// ls.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "FileSystem.h"
#include
#include
#include
//读
void readFile(string sourName, string desName){