代码搜索:CBASE
找到约 763 项符合「CBASE」的源代码
代码结果 763
www.eeworm.com/read/121914/14730580
cpp cbgetrcu.cpp
/* Copyright (c) 1989 Citadel */
/* All Rights Reserved */
/* #ident "@(#)cbgetrcu.c 1.4 - 90/06/20" */
/* ansi headers */
#include
/* library headers */
#include "blkio.h
www.eeworm.com/read/121914/14730635
cpp cbkeyfir.cpp
/* Copyright (c) 1989 Citadel */
/* All Rights Reserved */
/* #ident "@(#)cbkeyfir.c 1.4 - 90/06/20" */
/* ansi headers */
#include
/*#include */
/*#include
www.eeworm.com/read/121914/14730667
cpp cbclose.cpp
/* Copyright (c) 1989 Citadel */
/* All Rights Reserved */
/* #ident "@(#)cbclose.c 1.4 - 90/06/20" */
/* ansi headers */
#include
/*#include */
/* library heade
www.eeworm.com/read/220895/14785048
cpp base64opera.cpp
// Base64Opera.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Base64Opera.h"
#include "Base64OperaDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef
www.eeworm.com/read/210090/15207708
bat cbinst.bat
@echo off
rem cbase installation batch file-----------------------------------------------
rem cbinst.bat 1.5 - 91/09/23
rem ----------------------------------------------------------------------
www.eeworm.com/read/170613/9796103
cpp base64decoder.cpp
// base64Decoder.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "base64Decoder.h"
#include "base64DecoderDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#
www.eeworm.com/read/148365/12473043
cpp base64.cpp
#include
#include "Base64.h"
CBase64::CBase64()
{
}
CBase64::~CBase64()
{
}
int CBase64::POS(char c)
{
if(c == '=') return 64;
if(isupper(c))
return c - 'A';
www.eeworm.com/read/236292/14022569
h base.h
// Base.h: interface for the CBase class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BASE_H__37927A15_613E_11D4_BBD7_600000000ECD__INCLUDED_)
#defin
www.eeworm.com/read/133173/14053113
cpp base64.cpp
// base64.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "Base641.h"
int main(int argc, char* argv[])
{
//CBase64::Decode();
//CBase64::Encode(
www.eeworm.com/read/102552/15773115
htm subject_39338.htm
序号:39338 发表者:丁二 发表日期:2003-05-10 00:43:03
主题:请教高手一个问题
内容:有如下CBase类,它是基类,无继承父类:他使用到另一个类CAsiaCBase::CBase(){ CAsia *lpCAsia = new CAsia(); &