C语言实现简单的秒表程序

随便写的程序,精度还凑合,能实现暂停计时、显示计时时长和归零的功能code   #include <stdio.h> #include <conio.h> #include <time.h> #define ESC 27 int main(int argc, char** argv) { clock_t start, end; char ch; printf("\n\t\t
相关文章
相关标签/搜索