clock.html

来自「Data Structure Ebook」· HTML 代码 · 共 28 行

HTML
28
字号
<HTML><HEAD>
<TITLE>Data Structures and Algorithms - xx</TITLE>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Data Structures and Algorithms</H1>
<HR>

<H3>Timing on the SG machines</H3>
In their wisdom, the designers of IRIX decided not
to implement the <TT>ftime</TT> routine found on the
Suns!
<P>
Use the IRIX routine, <TT>clock</TT> instead.
You can find its specifications with the
<BLOCKQUOTE>
<TT>man 3 clock</TT>
</BLOCKQUOTE>
command.
<P>
<HR>
<A HREF="ds_ToC.html" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/ds_ToC.html">Table of Contents</A>
<HR>
<SMALL>
&copy; <A HREF=mailto:morris@ee.uwa.edu.au>John Morris</A>, 1996
</SMALL>
</BODY>
</HTML>

⌨️ 快捷键说明

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