代码搜索:CBASE
找到约 763 项符合「CBASE」的源代码
代码结果 763
www.eeworm.com/read/365323/9869765
h base64coder.h
/**************************************************************************/
/* */
/* Copyright (c) 2000-2008 YULONG Company
www.eeworm.com/read/121914/14730649
cpp cbrecfir.cpp
/* Copyright (c) 1989 Citadel */
/* All Rights Reserved */
/* #ident "@(#)cbrecfir.c 1.4 - 90/06/20" */
/* ansi headers */
#include
/* library headers */
#include "lseq.h"
www.eeworm.com/read/121914/14730650
cpp cbrecnex.cpp
/* Copyright (c) 1989 Citadel */
/* All Rights Reserved */
/* #ident "@(#)cbrecnex.c 1.4 - 90/06/20" */
/* ansi headers */
#include
/* library headers */
#include "lseq.h"
www.eeworm.com/read/121914/14730654
cpp cbgetr.cpp
/* Copyright (c) 1989 Citadel */
/* All Rights Reserved */
/* #ident "@(#)cbgetr.c 1.4 - 90/06/20" */
/* ansi headers */
#include
/* library headers */
#include "blkio.h"
www.eeworm.com/read/121914/14730656
cpp cbputr.cpp
/* Copyright (c) 1989 Citadel */
/* All Rights Reserved */
/* #ident "@(#)cbputr.c 1.4 - 90/06/20" */
/* ansi headers */
#include
/* library headers */
#include "lseq.h"
www.eeworm.com/read/121914/14730677
cpp cbreclas.cpp
/* Copyright (c) 1989 Citadel */
/* All Rights Reserved */
/* #ident "@(#)cbreclas.c 1.4 - 90/06/20" */
/* ansi headers */
#include
/* library headers */
#include "lseq.h"
www.eeworm.com/read/373527/9452710
cpp base64_dlg.cpp
// Base64_dlg.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Base64_dlg.h"
#include "Base64_dlgDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THI
www.eeworm.com/read/172832/6969384
h stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently,
// but are changed infrequently
#if !defined(AFX_STDAFX_H__0
www.eeworm.com/read/433319/7941593
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/305762/13761181
cpp base64proj.cpp
// Base64Proj.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Base64Proj.h"
#include "Base64ProjDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THI