代码搜索:DateTime
找到约 6,148 项符合「DateTime」的源代码
代码结果 6,148
www.eeworm.com/read/144708/12775832
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/331966/12792998
js datetime.js
// (c) Copyright Microsoft Corporation.
// This source is subject to the Microsoft Permissive License.
// See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.msp
www.eeworm.com/read/245187/12812121
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/143213/12888863
ico datetime.ico
www.eeworm.com/read/244036/12897035
c datetime.c
www.eeworm.com/read/243369/12945985
h datetime.h
//-< DATEIME.H >-----------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Syst
www.eeworm.com/read/142273/12953745
c datetime.c
/*
* 日期和时间转换例程
*/
#include "../inc/screen.h"
struct tm *localtime();
void xdate(date0)
struct date *date0;
{
unsigned int ymdx;
ymdx = date0->ymd;
date0->day = ymdx & 0x1f;
www.eeworm.com/read/242742/12988444
h datetime.h
#pragma once
#include "global.h"
// 时间类型的数据长度
#define DATETIME_TYPE_LENGTH 20
#define DATE_TYPE_LENGTH 12
#define TIME_START_YEAR 1900
DLL_INTERNAL time_t GetCurrentTime ();
DLL
www.eeworm.com/read/242742/12988461
cpp datetime.cpp
#include "StdAfx.h"
#include "PublicFunc.h"
const TCHAR *f_WeekStr[] =
{
_T(""), _T("Sun."), _T("Mon."), _T("Tue."), _T("Wed."), _T("Thu."), _T("Fri."), _T("Sta."), _T(""),
};
const TCHAR
www.eeworm.com/read/141545/13003935
c datetime.c
#include
void main(void)
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}