代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/243037/12966910
cpp comm32.cpp
#include "stdafx.h"
#include "comm32.h"
#include "resource.h"
const short MAXBLOCK=1024; // 串口每次读入数据的最大长度
unsigned char InDataBuf[1024]; // 串口缓冲区
int InDataLen; // 串口缓冲区中实际数据
www.eeworm.com/read/242955/12971012
cpp ecfiledlg.cpp
// ecfileDlg.cpp : implementation file
//
#include "stdafx.h"
#include "ecfile.h"
#include "ecfileDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FI
www.eeworm.com/read/141041/13046293
h gifapi.h
typedef struct gifheader
{
BYTE bySignature[3];
BYTE byVersion[3];
} GIFHEADER;
typedef struct gifscrdesc
{
WORD wWidth;
WORD wDepth;
struct globalfl
www.eeworm.com/read/139874/13127534
cpp rijndview.cpp
// RijndView.cpp : implementation of the CRijndView class
//
#include "stdafx.h"
#include "Rijnd.h"
#include "RijndDoc.h"
#include "RijndView.h"
#include "rijndael.h"
#ifdef _DEBUG
#defi
www.eeworm.com/read/325927/13175192
h openfile.h
#include "stdafx.h"
#include
BYTE * OpenBMP(CString fileName,long *width,long *height)
{
BYTE * pData;
*width = 0;
*height = 0;
if(fileName=="")
return NULL;
BITMAPINF
www.eeworm.com/read/325617/13194135
cpp genrsakey.cpp
// GenRsaKey.cpp : implementation file
//
#include "stdafx.h"
#include "RSAKEY.h"
#include "GenRsaKey.h"
//密钥操作类头文件
#include "KeyOperation.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef TH
www.eeworm.com/read/324863/13239419
txt text1.txt
FILE *fp;
fp = fopen("c:\temp\test.csv","wt");
fprintf(fp, "%s,%s,%s", f1,f2,f3);
flcose(fp);
CFile
www.eeworm.com/read/322974/13359421
h gifapi.h
typedef struct gifheader
{
BYTE bySignature[3];
BYTE byVersion[3];
} GIFHEADER;
typedef struct gifscrdesc
{
WORD wWidth;
WORD wDepth;
struct globalfl
www.eeworm.com/read/322974/13359440
cpp comdibapi.cpp
#include "ComDIBAPI.h"
//int sizeofHuffmanTable(CString HuffmanCode[256])
//{
//}
//void comHuff(CString strCode,CFile *file)
//{}
www.eeworm.com/read/322974/13359462
h gifapi.h
typedef struct gifheader
{
BYTE bySignature[3];
BYTE byVersion[3];
} GIFHEADER;
typedef struct gifscrdesc
{
WORD wWidth;
WORD wDepth;
struct globalfl