代码搜索:DateTime

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

代码结果 6,148
www.eeworm.com/read/361960/10026858

html datetime.html

www.eeworm.com/read/361006/10069570

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 {
www.eeworm.com/read/360206/10106581

c datetime.c

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

asm datetime.asm

TITLE Display the Date and Time (DateTime.asm) ; This Real-mode program displays the date and time. ; Last update: 12/8/01 Include Irvine16.inc Write PROTO char:BYTE .data str1 BYTE "Dat
www.eeworm.com/read/358496/10186925

h datetime.h

#if !defined(AFX_DateTimeDLG_H__D8E5B436_BBF1_11D1_A18D_DCB3C85EBD34__INCLUDED_) #define AFX_DateTimeDLG_H__D8E5B436_BBF1_11D1_A18D_DCB3C85EBD34__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #end
www.eeworm.com/read/355445/10265808

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/355445/10265813

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/355007/10306358

c datetime.c

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

clw datetime.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CDateTimeDlg LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "DateT
www.eeworm.com/read/354930/10312441

h datetime.h

// DateTime.h : main header file for the DATETIME application // #if !defined(AFX_DATETIME_H__7565D18C_BB56_48CA_93D4_BE7A030E4F1F__INCLUDED_) #define AFX_DATETIME_H__7565D18C_BB56_48CA_93D4_BE7A