代码搜索:CFile

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

代码结果 2,096
www.eeworm.com/read/392572/8335278

cpp systemparam.cpp

#include "StdAfx.h" #include "SystemParam.h" #include "DirectoryMG.h" CSystemParam::CSystemParam(void) { Init(); Reset(); Load(); } CSystemParam::~CSystemParam(void) { } void CSys
www.eeworm.com/read/369943/9628746

htm chap7_5.htm

7.5不使用串行化的文档视结构程序
www.eeworm.com/read/368317/9702034

txt 图片access.txt

11. 访问长数据 在Microsoft SQL中的长数据包括text、image等这样长类型的数据,作为二进制字节来对待。 可以用Field对象的GetChunk和AppendChunk方法来访问。每次可以读出或写入全部数据的一部分,它会记住上次访问的位置。但是如果中间访问了别的字段后,就又得从头来了。 请看下面的例子: //写入一张照片到数据库: VARIANT varChunk; ...
www.eeworm.com/read/367659/9738039

cpp imageprocessingdoc.cpp

// ImageProcessingDoc.cpp : implementation of the CImageProcessingDoc class // #include "stdafx.h" #include "ImageProcessing.h" #include "ImageProcessingDoc.h" #include "GlobalApi.h" #ifde
www.eeworm.com/read/171450/9753590

cpp imageprocessingdoc.cpp

// ImageProcessingDoc.cpp : implementation of the CImageProcessingDoc class // #include "stdafx.h" #include "ImageProcessing.h" #include "ImageProcessingDoc.h" #include "GlobalApi.h" #ifde
www.eeworm.com/read/171446/9753761

cpp imageprocessingdoc.cpp

// ImageProcessingDoc.cpp : implementation of the CImageProcessingDoc class // #include "stdafx.h" #include "ImageProcessing.h" #include "ImageProcessingDoc.h" #include "GlobalApi.h" #ifde
www.eeworm.com/read/268779/11122142

cpp imageprocessingdoc.cpp

// ImageProcessingDoc.cpp : implementation of the CImageProcessingDoc class // #include "stdafx.h" #include "ImageProcessing.h" #include "ImageProcessingDoc.h" #include "GlobalApi.h" #ifde
www.eeworm.com/read/412708/11188520

h text.h

#ifndef TEXT_ #define TEXT_ #include"huffman.h" #include "stdafx.h" #include"Binarytree.h" typedef struct { BYTE code; UINT frequency; }STR_; class Text { public: Text(); ~Tex
www.eeworm.com/read/411547/11238812

cpp abrasionmeasurementdoc.cpp

// AbrasionMeasurementDoc.cpp : implementation of the CAbrasionMeasurementDoc class // #include "stdafx.h" #include "AbrasionMeasurement.h" #include "AbrasionMeasurementDoc.h" #include "Globa