• 大小: 2.76MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-10
  • 语言: 其他
  • 标签: 破解工具  

资源简介

网络密码中介绍的基本加密方法,与凯撒密码相似,该软件提供基本的替换功能

资源截图

代码片段和文件信息

// 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个文件信息

评论

共有 条评论