timesys.h
来自「c++编写的并行拉马克遗传算法的程序。实现分析对接程序」· C头文件 代码 · 共 13 行
H
13 行
#ifndef TIMESYS#define TIMESYS#include <sys/types.h>#include <sys/times.h>#include <time.h>#include "autocomm.h"void timesys( Clock duration, struct tms *start, struct tms *end );#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?