代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/393663/8271018
c loadmp3data.c
#ifndef _MP3DECODER_DEFINE
#include "MP3DECODER.c"
#endif
void LoadMP3Data(BYTE file);
void LoadMP3Data(BYTE file)
{
data BYTE k,vol,vor;
xdata WORD i;
EMP3=0;
MP3.File=file;
www.eeworm.com/read/110779/15525052
txt 软件开发人员问卷.txt
北京世纪豪杰计算机技术有限公司
软件开发人员问卷 v1.44
=====================================================================================
技术问卷
1
假如比尔.盖茨带着windows2000的源代码来找你,希望帮他添加一个消息:在鼠标三次连击时给应用程序一个 WM_TRICLICK消息.
www.eeworm.com/read/451659/7458689
cpp desdlg.cpp
#include "stdafx.h"
#include "DES.h"
#include "DESDlg.h"
#include "Encrypt.h"
CDESDlg::CDESDlg(CWnd* pParent /*=NULL*/)
: CDialog(CDESDlg::IDD, pParent)
{
m_hIcon = AfxGetApp()->LoadIcon(ID
www.eeworm.com/read/441254/7672464
gnumakefile
# Makefile for cygwin gcc
# Nate Lawson
PCAP_PATH = ../../lib
CFLAGS = -g -O -mno-cygwin -I ../../include
OBJS = readfile.o
LIBS = -L ${PCAP_PATH} -lwpcap
all: ${OBJS}
www.eeworm.com/read/150965/5687474
gnumakefile
# Makefile for cygwin gcc
# Nate Lawson
PCAP_PATH = ../../lib
CFLAGS = -g -O -mno-cygwin -I ../../include
OBJS = readfile.o
LIBS = -L ${PCAP_PATH} -lwpcap
all: ${OBJS}
www.eeworm.com/read/260437/11725564
cpp main.cpp
#include "filein.h"
#include "fileout.h"
#include "share.h"
int mark1,mark2,mark3,model;
void main()
{
int i=0,j=0,k=0,pos1=0, pos2=0, pos3=0, pos4=0,pos5=0,pos6=0;
int ifend=1;
CString
www.eeworm.com/read/212849/15147663
cpp testproject.cpp
// multimap_find.cpp
// compile with: /EHsc
#include
#include
#include
#include
using namespace std;
/* try to use substr
int main()
{
string str( "
www.eeworm.com/read/392414/8343970
h client_assist.h
#ifndef _LOGIN_ASSIST_H_LG
#define _LOGIN_ASSIST_H_LG
#include "../include/structs.h"
int getInput(USER *);
int readFile(char *);
int showGUI(char *);
int getChoice(char *);
int execute(int , ch