⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 program1.c

📁 嵌入式系统基础课件
💻 C
字号:
#include "libepc.h"

int main(void)
	{
	ClearScreen(0x07) ;

	/* -------------------------------------------------------
	Insert your code here to measure processor clock speed.
	Use library functions Now_Plus() and CPU_Clock_Cycles()
	to count the number of CPU clock cycles that occur in
	two seconds, then divide by 2,000,000.

	Use PutUnsigned() to output your result. Provide suitable
	labelling with PutString(), and position the printout
	near the middle of the screen using SetCursorPosition().
	---------------------------------------------------------*/
	
	return 0 ;
	}

⌨️ 快捷键说明

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