📄 md5.cpp
字号:
/*
* MD5 COM component
*
* Copyright (C) 2005 YeeToo Group
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
// MD5.cpp : DLL 导出的实现。
#include "stdafx.h"
#include "resource.h"
// 模块属性使 DllMain、DllRegisterServer 和 DllUnregisterServer 为您自动实现
[ module(dll, uuid = "{5F2904B3-E663-4CF6-9546-2E9A19732B81}",
name = "MD5",
helpstring = "MD5 1.0 类型库",
resource_name = "IDR_MD5") ]
class CMD5Module
{
public:
// 重写 CAtlDllModuleT 成员
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -