代码搜索:CBASE
找到约 763 项符合「CBASE」的源代码
代码结果 763
www.eeworm.com/read/376889/9302304
h cbase64algo.h
#ifndef _H_CBase64Algo_
#define _H_CBase64Algo_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "CMimeAlgo.h"
#include
class CBase64Algo : public CMimeA
www.eeworm.com/read/376889/9302306
cpp cbase64algo.cpp
#include "stdafx.h"
#include "CBase64Algo.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//------------------------------------------
www.eeworm.com/read/198867/7905713
cpp cbase64coding.cpp
#include "stdafx.h"
#include "CBase64Coding.hpp"
#pragma hdrstop
#define CARRIAGE_RETURN (13)
#define LINE_FEED (10)
/*
** Author: Samuel R. Blackburn
** Internet: wfc@pobox.com
**
www.eeworm.com/read/198867/7906165
hpp cbase64coding.hpp
#if ! defined( BASE_64_CODING_CLASS_HEADER )
/*
** Author: Samuel R. Blackburn
** Internet: wfc@pobox.com
**
** You can use it any way you like as long as you don't try to sell it.
**
** Any
www.eeworm.com/read/155415/11875026
cpp cbase64coding.cpp
//this file is part of eMule
//Copyright (C)2002 Merkur ( devs@emule-project.net / http://www.emule-project.net )
//
//This program is free software; you can redistribute it and/or
//modify it und
www.eeworm.com/read/155415/11877758
hpp cbase64coding.hpp
#if ! defined( BASE_64_CODING_CLASS_HEADER )
#pragma once
/*
** Author: Samuel R. Blackburn
** Internet: wfc@pobox.com
**
** You can use it any way you like as long as you don't try to sell
www.eeworm.com/read/150781/12262357
cpp cbase64coding.cpp
#include "stdafx.h"
#include "CBase64Coding.hpp"
#pragma hdrstop
#define CARRIAGE_RETURN (13)
#define LINE_FEED (10)
/*
** Author: Samuel R. Blackburn
** Internet: wfc@pobox.com
**
www.eeworm.com/read/150781/12262444
hpp cbase64coding.hpp
#if ! defined( BASE_64_CODING_CLASS_HEADER )
/*
** Author: Samuel R. Blackburn
** Internet: wfc@pobox.com
**
** You can use it any way you like as long as you don't try to sell it.
**
** Any
www.eeworm.com/read/124778/14544851
h cbase64algo.h
#ifndef _H_CBase64Algo_
#define _H_CBase64Algo_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "CMimeAlgo.h"
#include
class CBase64Algo : public CMimeA
www.eeworm.com/read/124778/14544854
cpp cbase64algo.cpp
#include "stdafx.h"
#include "CBase64Algo.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//------------------------------------------