• 大小: 170KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: 其他
  • 标签: VC  

资源简介

这是一个软件序列号生成小算法,VC实现,根据硬盘序列号产生唯一对应序列号 抛砖引玉而已

资源截图

代码片段和文件信息

// DlgRegister.cpp : implementation file
//

#include “stdafx.h“
#include “MySoft.h“
#include “DlgRegister.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CDlgRegister dialog


CDlgRegister::CDlgRegister(CWnd* pParent /*=NULL*/)
: CDialog(CDlgRegister::IDD pParent)
{
//{{AFX_DATA_INIT(CDlgRegister)
m_strRegCode = _T(““);
m_strUserID = _T(““);
//}}AFX_DATA_INIT
}


void CDlgRegister::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CDlgRegister)
DDX_Text(pDX IDC_EDIT_REGCODE m_strRegCode);
DDX_Text(pDX IDC_EDIT_USERID m_strUserID);
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CDl

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1437  2008-07-10 23:30  MySoft\DlgRegister.cpp

     文件       1248  2008-07-10 23:30  MySoft\DlgRegister.h

     文件       2507  2008-07-10 23:20  MySoft\MainFrm.cpp

     文件       1581  2008-07-10 23:20  MySoft\MainFrm.h

     文件      44340  2008-07-10 23:30  MySoft\MySoft.aps

     文件       2738  2008-07-11 00:28  MySoft\MySoft.clw

     文件       6135  2008-07-11 00:23  MySoft\MySoft.cpp

     文件       4608  2008-07-10 23:31  MySoft\MySoft.dsp

     文件        535  2008-07-10 23:20  MySoft\MySoft.dsw

     文件       1381  2008-07-10 23:32  MySoft\MySoft.h

     文件      58368  2008-07-11 00:28  MySoft\MySoft.ncb

     文件     426496  2008-07-11 00:28  MySoft\MySoft.opt

     文件       1547  2008-07-11 00:24  MySoft\MySoft.plg

     文件      12300  2008-07-10 23:30  MySoft\MySoft.rc

     文件       1742  2008-07-10 23:20  MySoft\MySoftDoc.cpp

     文件       1475  2008-07-10 23:20  MySoft\MySoftDoc.h

     文件       2642  2008-07-11 00:03  MySoft\MySoftView.cpp

     文件       1891  2008-07-10 23:20  MySoft\MySoftView.h

     文件       4311  2008-07-10 23:20  MySoft\ReadMe.txt

     文件       1078  2008-07-10 23:20  MySoft\res\MySoft.ico

     文件        398  2008-07-10 23:20  MySoft\res\MySoft.rc2

     文件       1078  2008-07-10 23:20  MySoft\res\MySoftDoc.ico

     文件       1078  2008-07-10 23:20  MySoft\res\Toolbar.bmp

     文件        730  2008-07-10 23:28  MySoft\resource.h

     文件        208  2008-07-10 23:20  MySoft\StdAfx.cpp

     文件       1054  2008-07-10 23:20  MySoft\StdAfx.h

     目录          0  2008-07-10 23:20  MySoft\res

     目录          0  2008-07-11 00:28  MySoft

     文件        218  2008-04-10 08:41  www.pudn.com.txt

----------- ---------  ---------- -----  ----

............此处省略2个文件信息

评论

共有 条评论