资源简介
信息安全中的秘密分享算法

代码片段和文件信息
// 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
相关资源
- 基于ACCESS的生产管理信息系统.mdb
- 局域网硬件信息收集工具
- Origin9.0去水印补丁
- CAD中插入带坐标的正射影像——Inse
- 益和注册机
- [免费]安全加密软件U盘加密,文件加
- 学生信息管理系统源码
- about 论坛信息管理系统
- 信息论与编码(仇佩亮编著 高等教育
- 村居人口信息管理系统
- 超市收银系统eclipse access大学课程设计
- 图书借阅管理信息系统
- 房屋信息咨询网动态网页
- c 课程设计 职工信息管理系统
- 学籍管理信息系统系统需求分析报告
- 360安全卫士系统诊断工具CheckTool
- 信息系统分析与设计试卷及答案
- 电子商务安全导论课件ppt(1-12章)
- 国际马拉松赛信息管理系统
- 网络信息安全技术 论文
- 数 据 库 设 计 报 告-------小型超市管
- 高校学生信息管理系统
- 学生信息管理系统j2ee
- 企业销售管理信息系统(全套)
- XXX市审计局审计信息管理系统介绍
- 校园网络信息发布系统
- 软考信息处理技术员历年上机考试及
- 基于电能信息终端的智能家居系统
- 基于WiFi技术的矿井信号收发器设计
- 中网公司联合Intel推出中小企业网络解
评论
共有 条评论