readme.txt

来自「CE device driver exam」· 文本 代码 · 共 77 行

TXT
77
字号
////////////////////////////////////////////////////////////////////////

FEATURE NAME:



MANUFACTURER:



CONTACT INFO:



DATE:



VERSION:



SIZE:



DESCRIPTION:



NOTES:



////////////////////////////////////////////////////////////////////////


========================================================================
       DYNAMIC LINK LIBRARY : MemMap_Driver
========================================================================


The Subproject Wizard has created this MemMap_Driver DLL for you.  

This file contains a summary of what you will find in each of the files that
make up your MemMap_Driver application.

MemMap_Driver.pbpxml
    This file contains information at the subproject level and
    is used to build a single subproject for an OS design.
    Other users can share the subproject (.pbpxml) file.

MemMap_Driver.cpp
    This is the main DLL source file.

    This DLL does not export any symbols, so it will not produce 
    a .lib file when it is built. If you want this subproject to 
    be a dependency of another OS design or subproject, add code 
    to export symbols in this .dll file to produce an export library. 

/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named MemMap_Driver.pch and a precompiled types file named StdAfx.obj.


/////////////////////////////////////////////////////////////////////////////
Other notes:

The Subproject Wizard uses "TODO:" to indicate parts of the source code you
should add to or customize.


/////////////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?