DHRY

所属分类:单片机开发
开发工具:C/C++
文件大小:23KB
下载次数:19
上传日期:2008-11-08 12:31:42
上 传 者aglimpse
说明:  The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performance benchmark test originally developed by Reinhold Weicker in 1984. This benchmark is used to measure and compare the performance of different computers or, in this case, the efficiency of the code generated for the same computer by different compilers. The test reports general performance in dhrystones per second. Like most benchmark programs, dhrystone consists of standard code and concentrates on string handling. It uses no floating-point operations. It is heavily influenced by hardware and software design, compiler and linker options, code optimizing, cache memory, wait states, and integer data types. The DHRY program is available in different targets: Simulator: Large Model: DHRY example in LARGE model for Simulation Philips 80C51MX: DHRY example in LARGE model for the Philips 80C51MC

文件列表:
ABSTRACT.TXT (990, 2000-10-27)
DHRY.C (28693, 1999-08-23)
Dhry.dmo (26501, 2000-10-31)
Dhry.ini (24, 2000-10-31)
DHRY.Opt (1816, 2002-04-15)
DHRY.Uv2 (3497, 2002-04-15)
TIME.C (702, 1999-08-23)

/****************************************************************************/ /* */ /* This project exceedes the code size limits of the Evaluation Version */ /* and cannot be modified/retranslated with the Evaluation Version. */ /* */ /* However you can debug a pre-compiled version with the uVision2 Debugger. */ /* */ /****************************************************************************/ void main () { /* This is a dummy main routine */ while (1) { ; } }

近期下载者

相关文件


收藏者