代码搜索:CBASE

找到约 763 项符合「CBASE」的源代码

代码结果 763
www.eeworm.com/read/101798/15807245

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/101790/15809311

htm subject_39338.htm

序号:39338 发表者:丁二 发表日期:2003-05-10 00:43:03 主题:请教高手一个问题 内容:有如下CBase类,它是基类,无继承父类:他使用到另一个类CAsiaCBase::CBase(){    CAsia *lpCAsia = new CAsia(); &
www.eeworm.com/read/377451/9275830

txt des.txt

偶尔想到数据加密技术,这里顺便提一下双向加密的标准DES。以前在一个宽带流媒体服务器项目中用到了DES加密,虽然使用环境相对单纯,但算法实现本身是具有普遍意义的。下述程序是很久以前在RSA公司的网站找到的,效率很高,稳定性较好,便一直在实践中使用。 首先在头文件中定义一个DES类: //des.h #ifndef __DES_H #define __DES_H class D ...
www.eeworm.com/read/376244/9323509

h base64.h

// Base64.h: interface for the CBase64 class. // ////////////////////////////////////////////////////////////////////// #ifndef _BASE_64_H_ #define _BASE_64_H_ #include #if _MS
www.eeworm.com/read/371225/9561281

h base64.h

// Base64.h: CBase64 类定义. // #ifndef _BASE64_H__INCLUDED #define _BASE64_H__INCLUDED // class CBase64 class CBase64 { public: CBase64(); virtual ~CBase64(); virtual int Decode( LPCT
www.eeworm.com/read/365323/9869767

cpp base64coder.cpp

/**************************************************************************/ /* */ /* Copyright (c) 2000-2008 YULONG Company
www.eeworm.com/read/276695/10714713

cpp inheritance.cpp

#include //【例11.1】公有派生中各成员的访问权限。 class CBase { int x; protected: int y; public: int z; CBase(int a,int b,int c) {x=a;y=b;z=c;} int Getx(void) {return x;} int Ge
www.eeworm.com/read/440621/7685003

txt telock 0.9.txt

/* ////////////////////////////////////////////////// tElock 0.9 - 1.0 (private) -> tE! OEP Finder v0.1 Author: loveboom Email : bmd2chen@tom.com OS : Win2kADV sp2,OllyDbg 1.1b,OllyScript
www.eeworm.com/read/440621/7685021

txt pencrypt 4.0 find oep 0.1b.txt

// PEncrypt 4.0 Find Oep 0.1b // This script will quickly put you at the OEP of an PEncrypt 4.0 EXE. // Just run it! var a msg "请设置OD异常设置不要忽略内存异常和单步异常,然后从菜单处继续运行脚本" pause var cbase gm
www.eeworm.com/read/440621/7685030

txt dbpe 2.x oep-finder 0.3 [loveboom].txt

/* ////////////////////////////////////////////////// DBPE 2.x OEP finder v0.2 Author: loveboom Email : bmd2chen@tom.com OS : Winxp sp1,OllyDbg 1.1,OllyScript v0.85(latest) Date : 2004-6-14