Home
C&C++函数库
c++ 语法
程序源码
Linux C库
函数搜索
C&C++标准库
C库函数
<cassert> (assert.h)
<cctype> (ctype.h)
<cerrno> (errno.h)
<cfenv>
(fenv.h)
<cfloat> (float.h)
<cinttypes>
(inttypes.h)
<ciso646> (iso646.h)
<climits> (limits.h)
<clocale> (locale.h)
<cmath> (math.h)
<csetjmp> (setjmp.h)
<csignal> (signal.h)
<cstdarg> (stdarg.h)
<cstdbool> (stdbool.h)
<cstddef> (stddef.h)
<cstdint> (stdint.h)
<cstdio> (stdio.h)
<cstdlib> (stdlib.h)
<cstring> (string.h)
<ctgmath> (tgmath.h)
<ctime> (time.h)
<cuchar> (uchar.h)
<cwchar> (wchar.h)
<cwctype> (wctype.h)
容器
输入输出
多线程
C++库函数
CLOCKS_PER_SEC
macro <ctime>
时钟每秒滴答数
此宏扩展为表示每秒时钟滴答数的表达式。
时钟滴答声是一个常数但特定于系统长度的时间单位,就像函数时钟返回的时间单位一样。
将时钟滴答数除以这个表达式得到秒数。
C90 (C++98): 此宏的类型未指定。
C99 (C++11): 该宏的计算结果为
clock_t
类型的表达式。
CLK_TCK是这个宏的一个过时的别名。
🍄 另请参阅
clock
时钟程序(function )
clock_t
时钟类型(type)
联系我们
免责声明
关于CandCplus
网站地图