代码搜索:CFile

找到约 2,096 项符合「CFile」的源代码

代码结果 2,096
www.eeworm.com/read/322837/13364157

cpp fileio.cpp

// FileIO.cpp: implementation of the CFileIO class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Dormitory.h" #include "FileIO.h" #in
www.eeworm.com/read/322660/13371769

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/322598/13373765

cpp fileop.cpp

// FileOP.cpp: implementation of the CFileOP class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "FileExample.h" #include "FileOP.h"
www.eeworm.com/read/322598/13373878

cpp fileop.cpp

// FileOP.cpp: implementation of the CFileOP class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "FileExample.h" #include "FileOP.h"
www.eeworm.com/read/322598/13373998

cpp fileop.cpp

// FileOP.cpp: implementation of the CFileOP class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "FileExample.h" #include "FileOP.h"
www.eeworm.com/read/322598/13374755

cpp fileop.cpp

// FileOP.cpp: implementation of the CFileOP class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "FileExample.h" #include "FileOP.h"
www.eeworm.com/read/322598/13375223

cpp fileop.cpp

// FileOP.cpp: implementation of the CFileOP class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "FileExample.h" #include "FileOP.h"
www.eeworm.com/read/321111/13412129

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/317626/13500790

cpp genrsakey.cpp

// GenRsaKey.cpp : implementation file // #include "stdafx.h" #include "CSPtest.h" #include "GenRsaKey.h" //密钥操作类头文件 #include "KeyOperation.h" #ifdef _DEBUG #define new DEBUG_NEW #undef T
www.eeworm.com/read/316177/13528758

cpp waveshowerdoc.cpp

// WaveShowerDoc.cpp : implementation of the CWaveShowerDoc class // #include "stdafx.h" #include "WaveShower.h" #include "WaveShowerDoc.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS