代码搜索:Times

找到约 10,000 项符合「Times」的源代码

代码结果 10,000
www.eeworm.com/read/365428/9863676

h times.h

#ifndef _TIMES_H #define _TIMES_H #include // 类型头文件。定义了基本的系统数据类型。 struct tms { time_t tms_utime; // 用户使用的CPU 时间。 time_t tms_stime; // 系统(内核)CPU 时间。 time_t tms_cutime; // 已终止的
www.eeworm.com/read/364809/9893953

m times.m

www.eeworm.com/read/168453/9912635

txt times.txt

3.6000000e-003 2.8000000e-003 4.4000000e-003 5.5000000e-003 4.3000000e-003 4.2000000e-003 4.5000000e-003 4.3000000e-003 4.4000000e-003 4.4000000e-003 4.5000000e-003 3.8000000e-
www.eeworm.com/read/167950/9944604

h times.h

#ifndef _SYS_TIMES_H #define _SYS_TIMES_H #include #define _CLOCK_T_ unsigned long /* clock() */ #define _TIME_T_ long /* time() */ #define _CLOCKID_T_ unsigned long #define _TIM
www.eeworm.com/read/164463/10106941

h times.h

#ifndef _LINUX_TIMES_H #define _LINUX_TIMES_H struct tms { clock_t tms_utime; clock_t tms_stime; clock_t tms_cutime; clock_t tms_cstime; }; #endif
www.eeworm.com/read/163079/10176105

h times.h

#ifndef _LINUX_TIMES_H #define _LINUX_TIMES_H struct tms { clock_t tms_utime; clock_t tms_stime; clock_t tms_cutime; clock_t tms_cstime; }; #endif
www.eeworm.com/read/354342/10362464

h times.h

#ifndef _TIMES_H #define _TIMES_H #include struct tms { time_t tms_utime; time_t tms_stime; time_t tms_cutime; time_t tms_cstime; }; extern time_t times(struct tms * tp); #endif
www.eeworm.com/read/161772/10375864

exe times.exe

www.eeworm.com/read/161772/10375885

c times.c

/* Demonstrates the time functions. */ #include #include int main( void ) { time_t start, finish, now; struct tm *ptr; char *c, buf1[80]; double dura
www.eeworm.com/read/353048/10475550

cmd times.cmd

times.obj -o times.out -m times.map MEMORY {PAGE 0:RAM1: origin =1000h ,length =500h PAGE 1:SPRAM1: origin=0060h,length=20h SPRAM2: origin=0100h,length=200h } SECTIONS { .text :