代码搜索:CBASE
找到约 763 项符合「CBASE」的源代码
代码结果 763
www.eeworm.com/read/368506/9691555
cpp base64.cpp
// Base64.cpp: implementation of the CBase64 class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Base64.h"
#ifdef _DEBUG
#undef THI
www.eeworm.com/read/415872/11049817
txt 1130572592109[1].面试常见问题解答1:co.txt
面试常见问题解答1:CObject类中的析构函数为什么是虚函数ZZ
shury 发表于 2004-12-7 20:24:00
[宝宝提供的答案仅供参考,如有不对欢迎指正]
面试SE时,很多公司喜欢问到虚函数相关。宝宝有一次被问到,CObject类中的析构函数为什么是虚函数,不懂。后来上网查到了答案,特贴上来与大家分享
MFC类库中,CObject类的重要性不言自明的。在CO ...
www.eeworm.com/read/148365/12473088
h base64.h
class CBase64
{
public:
int base64decode(char *s, void *data);
char * base64encode(const void *buf, int size);
int POS(char c);
CBase64();
virtual ~CBase64();
};
www.eeworm.com/read/236292/14022572
cpp line.cpp
// Line.cpp: implementation of the CLine class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Pointtest.h"
#include "Line.h"
#ifdef
www.eeworm.com/read/236292/14022611
cpp baselist.cpp
// BaseList.cpp: implementation of the CBaseList class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Pointtest.h"
#include "BaseList.h
www.eeworm.com/read/236292/14022673
cpp textlist.cpp
// TextList.cpp: implementation of the CTextList class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "pointtest.h"
#include "TextList.h
www.eeworm.com/read/236292/14022738
cpp elist.cpp
// Elist.cpp: implementation of the CElist class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Pointtest.h"
#include "Elist.h"
#inclu
www.eeworm.com/read/236292/14022764
cpp base.cpp
// Base.cpp: implementation of the CBase class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Pointtest.h"
#include "Base.h"
#include
www.eeworm.com/read/236292/14022787
cpp pointlist.cpp
// PointList.cpp: implementation of the CPointList class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Pointtest.h"
#include "PointLis
www.eeworm.com/read/205224/15323147
h base.h
/////////////////////////////////////////////////////////////////////////////
//
// OPC Trend VC++ Client: Base.h
// (Template File)
//
////////////////////////////////////////////////////