代码搜索:datetime

找到约 6,148 项符合「datetime」的源代码

代码结果 6,148
www.eeworm.com/read/113242/15466740

c datetime.c

#include void main () { printf("Beta Testing: Last compiled %s %s\n", __DATE__, __TIME__); }
www.eeworm.com/read/113130/15469744

c datetime.c

// Date/Time sample main() { puts("Ticks:\t\t" + ticks() + "\n"); puts("Seconds:\t\t" + seconds() + "\n"); puts("Time Int:\t\t" + time(0) + "\n"); puts("Time Str:\t\t" + time(1) + "
www.eeworm.com/read/112211/15491565

pyd datetime.pyd

www.eeworm.com/read/111979/15497492

gif datetime.gif

www.eeworm.com/read/111845/15501901

sbr datetime.sbr

www.eeworm.com/read/111845/15501902

obj datetime.obj

www.eeworm.com/read/111845/15501933

cpp datetime.cpp

// datetime.cpp : DDX_FieldDateTime的执行代码 #include "stdafx.h" #include "datetime.h" void AFXAPI DDX_FieldDateTime(CDataExchange* pDX, int nIDC, CTime ts, CRecordset* pSet ) { //下面Edit控件的
www.eeworm.com/read/111845/15501934

h datetime.h

// datetime.h: 声明DDX_FieldDate的各种接口 void AFXAPI DDX_FieldDateTime(CDataExchange* pDX, int nIDC, CTime ts, CRecordset* pSet); BOOL GetDateTime(CWnd* pWnd, CTime ts); BOOL GetDateTime(HWND hWnd, CT
www.eeworm.com/read/110769/15525143

ico datetime.ico

www.eeworm.com/read/110067/15542102

h datetime.h

/* datetime.h : 纵横软件制作中心雨亦奇编写, 2001-06-28. */ #ifndef __DATETIME_H #define __DATETIME_H /* 日期结构 */ typedef struct { int year; int mon; int day; }DATETYPE; /* 时间结构 */ typedef struct {