资源简介
有朋友下了我写的文件校验器,说没有源码,现在就放出源码,希望对大家有用。这个校验器没有处理对于程序代码超过64K的单片机程序。
代码片段和文件信息
// CheckSum.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “CheckSum.h“
#include “CheckSumDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCheckSumApp
BEGIN_MESSAGE_MAP(CCheckSumApp CWinApp)
//{{AFX_MSG_MAP(CCheckSumApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CCheckSumApp construction
CCheckSumApp::CCheckSumApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CCheckSumApp object
CCheckSumApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CCheckSumApp initialization
BOOL CCheckSumApp::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
CCheckSumDlg dlg;
m_pMainWnd = &dlg;
int nResponse = (int)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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 7024 2008-06-11 09:14 Debug\BuildLog.htm
文件 2097215 2009-02-27 14:36 Debug\CheckSum.exe
文件 146 2007-11-07 14:52 Debug\CheckSum.exe.em
文件 212 2007-11-07 14:52 Debug\CheckSum.exe.em
文件 145 2008-06-11 09:14 Debug\CheckSum.exe.intermediate.manifest
文件 14761 2009-02-27 14:36 Debug\CheckSum.obj
文件 3507200 2009-02-27 14:36 Debug\CheckSum.pdb
文件 28424 2009-02-27 14:36 Debug\CheckSum.res
文件 55134 2009-02-27 14:36 Debug\CheckSumDlg.obj
文件 67 2007-12-13 08:12 Debug\mt.dep
文件 105522 2009-02-27 14:36 Debug\StdAfx.obj
文件 364544 2009-02-27 14:36 Debug\vc60.pdb
文件 7336 2007-12-13 08:23 Release\BuildLog.htm
文件 217088 2009-02-27 14:36 Release\CheckSum.exe
文件 145 2007-12-13 08:23 Release\CheckSum.exe.intermediate.manifest
文件 9840 2009-02-27 14:36 Release\CheckSum.obj
文件 93911 2008-07-10 11:42 Release\CheckSum.rar
文件 28424 2009-02-27 14:36 Release\CheckSum.res
文件 32343 2009-02-27 14:36 Release\CheckSumDlg.obj
文件 67 2007-12-13 08:23 Release\mt.dep
文件 720 2009-02-27 14:36 Release\StdAfx.obj
文件 766 2007-09-14 15:21 res\A.ico
文件 766 2007-09-14 15:22 res\B.ico
文件 2102 2007-09-13 10:43 res\bitmap1.bmp
文件 2794 2007-09-13 10:43 res\bitmap2.bmp
文件 2926 2007-09-13 16:54 res\bitmap3.bmp
文件 766 2007-09-14 15:27 res\C.ico
文件 1078 2007-09-13 10:41 res\CheckSum.ico
文件 400 2007-09-13 10:41 res\CheckSum.rc2
文件 21238 2007-09-13 16:54 res\chksum.bmp
............此处省略48个文件信息
- 上一篇:俄罗斯方块(VFP 开发的)
- 下一篇:信息系统项目管理师第三版Word版本
相关资源
- Linux内核源代码情景分析(全册高清带
- STM32贪吃蛇游戏源代码
- 数据库 课程设计 电信收费管理信息系
- A盾 v5.0 版本源代码
- NEC算法数字水印_源代码
- SRILM源代码分析笔记
- 原创3D游戏引擎源代码
- weka3.7 源码
- 毕业论文管理系统源代码+数据库文件
- 超详细数控电压源设计资料
- Json.net源代码
- 512FFT Verilog源代码
- 带论坛的校友录网站源代码
- 家谱网站源代码
- 微信小程序_模仿今日头条源代码
- 基于STM32内部rtc的智能闹钟源代码
- 安卓的拼图小游戏源代码
- 表情识别源代码
- 基于热电阻的温度检测系统内含原理
- 国嵌嵌入式linux培训全套实验代码
- 基于stm32的温度与ph源代码.zip
- 数据库 公司人事管理系统源代码+报告
- opencv学习手势轮廓识别源代码
- OpenCV2 计算机视觉编程手册 配套源代
- 小型发动机ECU源代码
- 实现arp欺骗的源代码以及详细解释
- 朴素贝叶斯邮件分类器(包括源代码
- STM32实现GPRS与服务器数据传输 相关源
- CUDA by Example英文原书+自带源代码
- 一个指示网络扫描的源代码
评论
共有 条评论