代码搜索:datetime
找到约 6,148 项符合「datetime」的源代码
代码结果 6,148
www.eeworm.com/read/347594/11656531
cpp datetime.cpp
/***************************************************************************
datetime.cpp - description
-------------------
begin
www.eeworm.com/read/347594/11656539
h datetime.h
/***************************************************************************
datetime.h - description
-------------------
begin
www.eeworm.com/read/259865/11761674
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/156439/11804448
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/156439/11804453
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/156224/11818666
h datetime.h
//-< DATEIME.H >-----------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Sy
www.eeworm.com/read/256243/12012169
h datetime.h
// Date.h: interface for the CFCWorldDate class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DATE_H__FF59967B_C0A3_4CF9_9054_8578E83FF3BD__INCLUDED_
www.eeworm.com/read/256243/12012171
cpp datetime.cpp
// Date.cpp: implementation of the CDateTime class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "DateTime.h"
#include
//////
www.eeworm.com/read/256014/12036694
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}