yakin

有了舞台就好好表演,没有舞台就静静地做观众

导航

2005年5月8日 #

函式定义 DLL内的函式名 摘要说明

摘要: (http://www.lzu.edu.cn/netteach/jiaochen/c++/ch5/chap52.htm) 函式定义 DLL内的函式名 摘要说明 void DllName01(void) @DllName01$qv 因为是CPP程式码 void _stdcall DllName02(void) @DllName02$qqsv 所以函式名都被修 void _cdecl D... 阅读全文

posted @ 2005-05-08 11:02 yakin 阅读(520) 评论(0) 推荐(0) 编辑

extern "C"

摘要: 链接指示符extern C 如果程序员希望调用其他程序设计语言尤其是C 写的函数那么调用函数时必须 告诉编译器使用不同的要求例如当这样的函数被调用时函数名或参数排列的顺序可能 不同无论是C++函数调用它还是用其他语言写的函数调用它 程序员用链接指示符linkage directive 告诉编译器该函数是用其他的程序设计语言 编写的链接指示符有两种形式既可以是单一语句single statement... 阅读全文

posted @ 2005-05-08 10:37 yakin 阅读(1684) 评论(0) 推荐(0) 编辑

2005年3月20日 #

Split transaction feature for Intel Pxa27x processor family

摘要: The system bus can be programmed to operate at a maximum frequency of 208 MHz to achieve the processor's highest level of performance.These system-bus clients are all high-speed devices that require f... 阅读全文

posted @ 2005-03-20 16:42 yakin 阅读(434) 评论(0) 推荐(0) 编辑

About Intel PSM(5)

摘要: MS added the capability of backing-up and restoring the Registry form flash. This support takes the form of two functions: a back-up function and a restore function.The OS passes the Registry to the b... 阅读全文

posted @ 2005-03-20 15:12 yakin 阅读(279) 评论(0) 推荐(0) 编辑

About Intel PSM(4)

摘要: PSM as configured above loads asynchronously during the boot and typically completes mounting by the time the system finishes booting.However,you may want to add an additional registry key to cause PS... 阅读全文

posted @ 2005-03-20 12:53 yakin 阅读(428) 评论(0) 推荐(0) 编辑

2005年3月18日 #

About Intel PSM(3)

摘要: On PB,the build process has the habit of clearing out the _FLATRELEASEDIR of various files.You may want to modify platform.bib to pull the three files for PSM from the location where they are normally... 阅读全文

posted @ 2005-03-18 20:28 yakin 阅读(277) 评论(0) 推荐(0) 编辑

About intel PSM(excerpt)

摘要: Storing code and Files in the same component or bank: this configuration has two significant benefits: 1) It is lower cost. 2) It requires fewer components. Code-size rarely matches the size of flash... 阅读全文

posted @ 2005-03-18 17:43 yakin 阅读(404) 评论(0) 推荐(0) 编辑

About intel PSM(excerpt)

摘要: Persistent storage is supported in the Windows CE OS via the FAT file system and installable file systems.Support for the FAT File system was added just before the release of version 1.0.As the applic... 阅读全文

posted @ 2005-03-18 11:27 yakin 阅读(185) 评论(0) 推荐(0) 编辑