00000014.htm
来自「水木社区 embeded 版精华区 下载」· HTM 代码 · 共 43 行
HTM
43 行
<?xml version="1.0" encoding="gb2312"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"/><title>Re: 有没有那位大侠在WinCE下编过程序? turbolinux </title></head><body><center><h1>BBS 水木清华站∶精华区</h1></center><a name="top"></a>发信人: foolwolf (小笨狼), 信区: Embedded <br />标 题: Re: 有没有那位大侠在WinCE下编过程序? (转载) <br />发信站: BBS 水木清华站 (Sat Apr 20 02:09:20 2002) <br /> <br />WinCE下实时钟一般都是1Hz的,所以精度是1s,这是由硬件 <br />即嵌入式CPU决定的,按照你程序的意思,可以调用 <br />GetTickCount来获得毫秒 <br /> <br />【 在 sendohh (仙道—妖狐) 的大作中提到: 】 <br />∶<i> 【 以下文字转载自 Programming 讨论区 】 </i><br />∶<i> 发信人: sendohh (仙道—妖狐), 信区: Programming </i><br />∶<i> 标 题: 有没有那位大侠在WinCE下编过程序? </i><br />∶<i> 发信站: BBS 水木清华站 (Thu Apr 18 21:47:13 2002) </i><br />∶<i> #include <windows.h> </i><br />∶<i> #include <stdio.h> </i><br />∶<i> void main() </i><br />∶<i> { </i><br />∶<i> SYSTEMTIME time; </i><br />∶<i> GetSystemTime(&time); </i><br />∶<i> printf("%d\n",time.wSecond); </i><br />∶<i> ................... </i><br /> <br />-- <br /> <br />※ 来源:·BBS 水木清华站 smth.org·[FROM: 162.105.37.142] <br /><a href="00000013.htm">上一篇</a><a href="javascript:history.go(-1)">返回上一页</a><a href="index.htm">回到目录</a><a href="#top">回到页首</a><a href="00000015.htm">下一篇</a></h1></center><center><h1>BBS 水木清华站∶精华区</h1></center></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?