资源简介
网络密码中介绍的基本加密方法,与凯撒密码相似,该软件提供基本的替换功能
代码片段和文件信息
// CodeHelper.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “CodeHelper.h“
#include “CodeHelperDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCodeHelperApp
BEGIN_MESSAGE_MAP(CCodeHelperApp CWinApp)
//{{AFX_MSG_MAP(CCodeHelperApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CCodeHelperApp construction
CCodeHelperApp::CCodeHelperApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CCodeHelperApp object
CCodeHelperApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CCodeHelperApp initialization
BOOL CCodeHelperApp::InitInstance()
{
AfxInitRichEdit();
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CCodeHelperDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
void CCodeHelperApp::SetColor(int i)
{
m_Color=i;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-01-15 08:29 CodeHelper\
文件 64228 2010-12-01 18:10 CodeHelper\CodeHelper.aps
文件 6073 2010-12-02 09:53 CodeHelper\CodeHelper.clw
文件 2199 2010-11-24 18:31 CodeHelper\CodeHelper.cpp
文件 4997 2010-11-25 11:42 CodeHelper\CodeHelper.dsp
文件 526 2010-11-24 10:26 CodeHelper\CodeHelper.dsw
文件 1407 2010-11-24 18:29 CodeHelper\CodeHelper.h
文件 107520 2010-12-02 09:53 CodeHelper\CodeHelper.ncb
文件 175616 2010-12-02 09:53 CodeHelper\CodeHelper.opt
文件 991 2010-12-01 18:10 CodeHelper\CodeHelper.plg
文件 18406 2010-12-01 18:10 CodeHelper\CodeHelper.rc
文件 66864 2010-12-01 11:15 CodeHelper\CodeHelperDlg.cpp
文件 2730 2010-12-01 11:12 CodeHelper\CodeHelperDlg.h
文件 2988 2010-12-01 10:43 CodeHelper\Color.cpp
文件 1530 2010-11-24 18:49 CodeHelper\Color.h
目录 0 2010-12-22 15:37 CodeHelper\Debug\
文件 2310225 2010-12-01 11:15 CodeHelper\Debug\CodeHelper.exe
文件 22424 2010-12-01 11:15 CodeHelper\Debug\CodeHelper.obj
文件 4301824 2010-12-01 11:15 CodeHelper\Debug\CodeHelper.pdb
文件 27692 2010-12-01 11:10 CodeHelper\Debug\CodeHelper.res
文件 0 2010-12-01 11:15 CodeHelper\Debug\CodeHelper.sbr
文件 226194 2010-12-01 11:15 CodeHelper\Debug\CodeHelperDlg.obj
文件 0 2010-12-01 11:15 CodeHelper\Debug\CodeHelperDlg.sbr
文件 17610 2010-12-01 10:43 CodeHelper\Debug\Color.obj
文件 0 2010-12-01 10:43 CodeHelper\Debug\Color.sbr
文件 105658 2010-12-01 10:21 CodeHelper\Debug\StdAfx.obj
文件 1361596 2010-12-01 10:21 CodeHelper\Debug\StdAfx.sbr
文件 397312 2010-12-01 11:15 CodeHelper\Debug\vc60.pdb
文件 3651 2010-11-24 10:26 CodeHelper\ReadMe.txt
目录 0 2010-12-22 15:37 CodeHelper\Release\
文件 15815 2010-12-01 11:18 CodeHelper\Release\CodeHelper.obj
............此处省略23个文件信息
相关资源
- RAR解压密码破解工具
- orcad pspice 9.2 地址 + 破解工具 + 元件库
- vision2016版本 带破解工具
- uninstall破解工具
- myeclipse2017 stable 2.0 破解工具
- arcgis 10.1 10.2 10.3 破解工具
- 最牛B的Windows系统登录密码破解清除工
- 密探FTP扫描破解工具无限试用补丁
- ziprar密码破解工具www.664b.com.zip
- ET199加密狗破解工具大全
- myeclipse-2019.4.x破解工具.zip
- CodeCompare 代码对比 附破解工具
- 网站视频破解工具.rar
- vcs破解工具和指导文档
- ZIPRAR解压密码破解工具
- Weblogic密码破解工具V1.0
- FME2012、2013、2014、2015破解工具
- OllyDBG_1_1_汉化绿色版
- 支付宝破解工具
- visio 2013 破解工具 ,亲测有效
- MyEclipse 2017 CI 1破解工具及教程
- ModelSim-Altera破解工具 适合所有版本
- XE7UP1破解工具.rar
- WebCrack4路由密码破解工具
- NOKIA诺基亚 N8免证书 N8免签名破解工具
- project2013破解工具
- MyEclipse2018.8.0 破解工具
- MyEclipse 2018.12.0破解工具
- 压缩文件破解工具.rar
- MD5离线破解工具
评论
共有 条评论