nandflash测试程序


这个程序是我在调试nandflash驱动的时候,写的测试程序
资源截图
代码片段和文件信息
// nandflash.cpp : 定义应用程序的类行为。
//

#include “stdafx.h“
#include “nandflash.h“
#include “nandflashDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#endif


// CnandflashApp

BEGIN_MESSAGE_MAP(CnandflashApp CWinApp)
END_MESSAGE_MAP()


// CnandflashApp 构造
CnandflashApp::CnandflashApp()
: CWinApp()
{
// TODO: 在此处添加构造代码,
// 将所有重要的初始化放置在 InitInstance 中
}


// 唯一的一个 CnandflashApp 对象
CnandflashApp theApp;

// CnandflashApp 初始化

BOOL CnandflashApp::InitInstance()
{
    // 在应用程序初始化期间,应调用一次 SHInitExtraControls 以初始化
    // 所有 Windows Mobile 特定控件,如 CAPEDIT 和 SIPPREF。
    SHInitExtraControls();

// 标准初始化
// 如果未使用这些功能并希望减小
// 最终可执行文件的大小,则应移除下列
// 不需要的特定初始化例程
// 更改用于存储设置的注册表项
// TODO: 应适当修改该字符串,
// 例如修改为公司或组织名
SetRegistryKey(_T(“应用程序向导生成的本地应用程序“));

CnandflashDlg dlg;
m_pMainWnd = &dlg;
INT_PTR nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: 在此放置处理何时用
//  “确定”来关闭对话框的代码
}

// 由于对话框已关闭,所以将返回 FALSE 以便退出应用程序,
//  而不是启动应用程序的消息泵。
return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-08-06 16:37  测试程序2
     目录           0  2013-08-18 09:48  测试程序2
andflash
     目录           0  2013-08-19 18:25  测试程序2
andflash
andflash
     文件     9186304  2013-08-19 18:30  测试程序2
andflash
andflash.ncb
     文件        1627  2013-08-05 13:25  测试程序2
andflash
andflash.sln
     文件       14336  2013-08-19 18:30  测试程序2
andflash
andflash.suo
     文件        1263  2013-08-05 13:25  测试程序2
andflash
andflash
andflash.cpp
     文件         490  2013-08-05 13:25  测试程序2
andflash
andflash
andflash.h
     文件        6812  2013-08-05 13:51  测试程序2
andflash
andflash
andflash.vcproj
     文件        1849  2013-08-19 18:30  测试程序2
andflash
andflash
andflash.vcproj.XLFCUCD931BGJHK.Administrator.user
     文件        9014  2013-08-19 18:25  测试程序2
andflash
andflash
andflashDlg.cpp
     文件        1188  2013-08-06 10:24  测试程序2
andflash
andflash
andflashDlg.h
     文件       53508  2013-08-05 15:43  测试程序2
andflash
andflash
andflashppc.aps
     文件        5038  2013-08-05 15:43  测试程序2
andflash
andflash
andflashppc.rc
     文件        2475  2013-08-05 13:25  测试程序2
andflash
andflashReadMe.txt
     目录           0  2013-08-06 16:37  测试程序2
andflash
andflash
es
     文件         866  2013-08-05 15:43  测试程序2
andflash
andflash
esourceppc.h
     文件       21630  2003-07-24 09:52  测试程序2
andflash
andflash
es
andflash.ico
     文件         573  2013-08-05 13:25  测试程序2
andflash
andflash
es
andflashppc.rc2
     文件         140  2013-08-05 13:25  测试程序2
andflash
andflashstdafx.cpp
     文件        1703  2013-08-05 13:25  测试程序2
andflash
andflashstdafx.h
     目录           0  2013-08-06 16:37  测试程序2
andflash
andflashWindows Mobile 5.0 Pocket PC SDK (ARMV4I)
     目录           0  2013-08-19 18:25  测试程序2
andflash
andflashWindows Mobile 5.0 Pocket PC SDK (ARMV4I)Debug
     文件       10024  2013-08-19 18:25  测试程序2
andflash
andflashWindows Mobile 5.0 Pocket PC SDK (ARMV4I)DebugBuildLog.htm
     文件     1338880  2013-08-19 18:25  测试程序2
andflash
andflashWindows Mobile 5.0 Pocket PC SDK (ARMV4I)Debug
andflash.exe
     文件       21618  2013-08-19 18:25  测试程序2
andflash
andflashWindows Mobile 5.0 Pocket PC SDK (ARMV4I)Debug
andflash.obj
     文件    13434880  2013-08-19 18:25  测试程序2
andflash
andflashWindows Mobile 5.0 Pocket PC SDK (ARMV4I)Debug
andflash.pch
     文件     5172224  2013-08-19 18:25  测试程序2
andflash
andflashWindows Mobile 5.0 Pocket PC SDK (ARMV4I)Debug
andflash.pdb
     文件      123026  2013-08-19 18:25  测试程序2
andflash
andflashWindows Mobile 5.0 Pocket PC SDK (ARMV4I)Debug
andflashDlg.obj
     文件       29464  2013-08-19 18:25  测试程序2
andflash
andflashWindows Mobile 5.0 Pocket PC SDK (ARMV4I)Debug
andflashppc.res
     文件      165288  2013-08-19 18:25  测试程序2
andflash
andflashWindows Mobile 5.0 Pocket PC SDK (ARMV4I)Debugstdafx.obj
............此处省略2个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)