91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 113KB
    文件類(lèi)型: .rar
    金幣: 2
    下載: 1 次
    發(fā)布日期: 2021-07-21
  • 語(yǔ)言: Matlab
  • 標(biāo)簽:

資源簡(jiǎn)介

解碼keil 保存的hex內(nèi)存數(shù)據(jù),轉(zhuǎn)為一個(gè)數(shù)組數(shù)據(jù),然后通過(guò)excel或matlab作為數(shù)據(jù)分析。

資源截圖

代碼片段和文件信息

//?decode.cpp?:?定義應(yīng)用程序的類(lèi)行為。
//

#include?“stdafx.h“
#include?“decode.h“
#include?“decodeDlg.h“

#ifdef?_DEBUG
#define?new?DEBUG_NEW
#endif


//?CdecodeApp

BEGIN_MESSAGE_MAP(CdecodeApp?CWinApp)
ON_COMMAND(ID_HELP?&CWinApp::onhelp)
END_MESSAGE_MAP()


//?CdecodeApp?構(gòu)造

CdecodeApp::CdecodeApp()
{
//?TODO:?在此處添加構(gòu)造代碼,
//?將所有重要的初始化放置在?InitInstance?中
}


//?唯一的一個(gè)?CdecodeApp?對(duì)象

CdecodeApp?theApp;


//?CdecodeApp?初始化

BOOL?CdecodeApp::InitInstance()
{
//?如果一個(gè)運(yùn)行在?Windows?XP?上的應(yīng)用程序清單指定要
//?使用?ComCtl32.dll?版本?6?或更高版本來(lái)啟用可視化方式,
//則需要?InitCommonControlsEx()。否則,將無(wú)法創(chuàng)建窗口。
INITCOMMONCONTROLSEX?InitCtrls;
InitCtrls.dwSize?=?sizeof(InitCtrls);
//?將它設(shè)置為包括所有要在應(yīng)用程序中使用的
//?公共控件類(lèi)。
InitCtrls.dwICC?=?ICC_WIN95_CLASSES;
InitCommonControlsEx(&InitCtrls);

CWinApp::InitInstance();

AfxEnableControlContainer();

//?標(biāo)準(zhǔn)初始化
//?如果未使用這些功能并希望減小
//?最終可執(zhí)行文件的大小,則應(yīng)移除下列
//?不需要的特定初始化例程
//?更改用于存儲(chǔ)設(shè)置的注冊(cè)表項(xiàng)
//?TODO:?應(yīng)適當(dāng)修改該字符串,
//?例如修改為公司或組織名
SetRegistryKey(_T(“應(yīng)用程序向?qū)傻谋镜貞?yīng)用程序“));

CdecodeDlg?dlg;
m_pMainWnd?=?&dlg;
INT_PTR?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?在此放置處理何時(shí)用
//??“確定”來(lái)關(guān)閉對(duì)話框的代碼
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?在此放置處理何時(shí)用
//??“取消”來(lái)關(guān)閉對(duì)話框的代碼
}

//?由于對(duì)話框已關(guān)閉,所以將返回?FALSE?以便退出應(yīng)用程序,
//??而不是啟動(dòng)應(yīng)用程序的消息泵。
return?FALSE;
}

?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----

?????文件??????69126??2017-03-10?10:08??decodehex\360截圖20170310100854828.jpg

?????文件???????1506??2017-03-10?10:48??decodehex\decode\1.txt

?????文件????????967??2017-03-10?11:31??decodehex\decode\2.txt

?????文件??????58560??2017-03-10?10:41??decodehex\decode\decode.aps

?????文件???????1647??2015-12-07?17:28??decodehex\decode\decode.cpp

?????文件????????441??2015-12-07?17:28??decodehex\decode\decode.h

?????文件???????5105??2017-03-10?10:41??decodehex\decode\decode.rc

?????文件???????5472??2015-12-07?18:25??decodehex\decode\decode.vcproj

?????文件???????1427??2017-03-23?09:23??decodehex\decode\decode.vcproj.DP-201211261405.Administrator.user

?????文件???????6024??2017-03-10?11:59??decodehex\decode\decodeDlg.cpp

?????文件????????604??2015-12-07?18:25??decodehex\decode\decodeDlg.h

?????文件???????2745??2015-12-07?17:28??decodehex\decode\ReadMe.txt

?????文件??????21630??2003-07-24?09:52??decodehex\decode\res\decode.ico

?????文件????????362??2015-12-07?17:28??decodehex\decode\res\decode.rc2

?????文件????????721??2015-12-17?17:07??decodehex\decode\Resource.h

?????文件????????137??2015-12-07?17:28??decodehex\decode\stdafx.cpp

?????文件???????1796??2015-12-07?17:28??decodehex\decode\stdafx.h

?????文件???????1030??2015-12-07?17:28??decodehex\decode\targetver.h

?????文件??????19456??2017-03-23?09:23??decodehex\decode.ncb

?????文件????????884??2015-12-07?17:28??decodehex\decode.sln

????..A..H.?????27648??2017-03-23?09:23??decodehex\decode.suo

?????文件???????5797??2018-11-14?15:31??decodehex\Release\1.txt

?????文件???????3612??2018-11-14?15:31??decodehex\Release\2.txt

?????文件??????41472??2017-03-10?11:59??decodehex\Release\decode.exe

?????文件????????321??2018-01-03?16:24??decodehex\新建?文本文檔.txt

?????目錄??????????0??2017-03-10?10:08??decodehex\decode\res

?????目錄??????????0??2017-03-10?10:07??decodehex\decode

?????目錄??????????0??2017-03-10?11:59??decodehex\Release

?????目錄??????????0??2017-03-10?10:07??decodehex

-----------?---------??----------?-----??----

............此處省略2個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源