代码搜索:gettime
找到约 3,306 项符合「gettime」的源代码
代码结果 3,306
www.eeworm.com/read/343502/3219215
makefile-lib
# makefile : 纵横软件制作中心雨亦奇编写, 2001-06-28.
all : my.so
SRC = getdate.c gettime.c
TGT = $(SRC:.c=.o)
$(SRC) : datetime.h
@touch $@
%.o : %.c
cc -c $?
# 动态函数库(my.so)生成
my.so : $(TGT)
cc -shared -o
www.eeworm.com/read/337074/3343938
makefile
include ../../Makefile.cfg
CFLAGS += -fPIC -I./libz -I./libpng -I./freetype2/include
obj = alloc.o child.o client.o config.o debug.o driver.o event.o eventq.o font.o \
gettime.o grlib.o handler
www.eeworm.com/read/395782/8152630
o main.o
XL
H 4 areas 12 global symbols
M main.c
S _GetTime Ref0000
S _GetPassTime Ref0000
S _watchdog_init Ref0000
S _timer1_init Ref0000
A text size 2B6 flags 0
dbfile E:\AVR\ISD1700_ISP\src\main.c
www.eeworm.com/read/102552/15775928
htm subject_28444.htm
序号:28444 发表者:东海藏龙 发表日期:2003-01-21 14:27:11
主题:vc6下,如何取得系统时间?
内容:tc下,可以用gettime()取得主板时间,在vc6用什么呢?
返回上页
www.eeworm.com/read/101790/15811994
htm subject_28444.htm
序号:28444 发表者:东海藏龙 发表日期:2003-01-21 14:27:11
主题:vc6下,如何取得系统时间?
内容:tc下,可以用gettime()取得主板时间,在vc6用什么呢?
返回上页
www.eeworm.com/read/418213/2091746
js krid.js
var Words ="%3Cscript%3E%0D%0A%0D%0Arnd.today%3Dnew%20Date%28%29%3B%20%0D%0Arnd.seed%3Drnd.today.getTime%28%29%3B%0D%0A%0D%0Afunction%20rnd%28%29%20%0D%0A%7B%20%0D%0A%09rnd.seed%20%3D%20%28rnd.seed*93