资源简介
信息安全中的秘密分享算法
代码片段和文件信息
// SecretShare.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “SecretShare.h“
#include “SecretShareDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CSecretShareApp
BEGIN_MESSAGE_MAP(CSecretShareApp CWinApp)
//{{AFX_MSG_MAP(CSecretShareApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CSecretShareApp construction
CSecretShareApp::CSecretShareApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CSecretShareApp object
CSecretShareApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CSecretShareApp initialization
BOOL CSecretShareApp::InitInstance()
{
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
CSecretShareDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1731 2007-12-23 03:07 SecretShare.clw
文件 2133 2007-12-23 00:24 SecretShare.cpp
文件 4249 2007-12-23 00:24 SecretShare.dsp
文件 545 2007-12-23 01:11 SecretShare.dsw
文件 1379 2007-12-23 00:24 SecretShare.h
文件 41984 2007-12-23 03:07 SecretShare.ncb
文件 48640 2007-12-23 03:07 SecretShare.opt
文件 256 2007-12-23 03:07 SecretShare.plg
文件 6258 2007-12-23 02:13 SecretShare.rc
文件 7762 2007-12-23 03:07 SecretShareDlg.cpp
文件 1736 2007-12-23 02:28 SecretShareDlg.h
文件 213 2007-12-23 00:24 StdAfx.cpp
文件 1054 2007-12-23 00:24 StdAfx.h
文件 1078 2007-12-23 00:24 res\SecretShare.ico
文件 403 2007-12-23 00:24 res\SecretShare.rc2
文件 3669 2007-12-23 00:24 ReadMe.txt
文件 965 2007-12-23 02:11 resource.h
文件 36304 2007-12-23 02:13 SecretShare.aps
目录 0 2007-12-23 00:24 res
----------- --------- ---------- ----- ----
160359 19
相关资源
- GB8566-2007信息技术软件生存周期过程全
- 多线程获取kinect2.0 视频并保存身体点
- 实验室安全考试系统题库整合
- 信息化项目监理流程图
- 数据库课程设计_求职招聘管理信息系
- 简洁的用户信息管理系统后台模板
- 读取以及写入Jpg图片内的Exif信息
- 网络安全课程设计 剖析特洛伊木马
- 网络安全与防火墙中英文_英文论文带
- 信息安全工程师17年考试题
- 御剑后台扫描工具珍藏版-值得收藏
- 信息管理系统相关文献文献综述.doc
- 信息隐藏技术与应用武汉大学出版社
- 天津数字化城市管理信息系统
- Misty 加密算法实现
- 深圳市各行政区边界数据
- 解析apk/ipa图标/名称/包名/版本号等信
- 2018年上半年信息系统监理师考试真题
- Web应用安全风险评估检查表
- 商品交易管理系统
- 试题库管理信息系统
- 电影信息管理系统
- 金融业信息系统机房动力系统测评规
- Windows主机操作系统安全加固规范 中文
- QT:学生信息管理系统
- 信息系统项目管理师第三版教程考纲
- 偏振信息计算
- 江西省流域信息汇总
- 银行业务系统的数据库设计
- 管家婆辉煌II top++ 10.01 基本信息搬移
评论
共有 条评论