代码搜索:DateTime
找到约 6,148 项符合「DateTime」的源代码
代码结果 6,148
www.eeworm.com/read/189334/8474627
datetime
www.eeworm.com/read/101082/6252489
datetime
#!/bin/sh5
########################################################################
#
# Copyright (c) 1988, 1989 by
# Digital Equipment Corporation, Maynard, MA
# All rights reserved.
#
# This so
www.eeworm.com/read/191408/8429987
h datetime.h
#ifndef __DATETIME_H__
#define __DATETIME_H__
#include
class Clock
{
private:
clock_t time;
bool running;
public:
Clock();
float Elapsed();
void Start();
void Stop
www.eeworm.com/read/191408/8430007
cpp datetime.cpp
#include "DateTime.h"
Clock::Clock()
{
Start();
}
float Clock::Elapsed()
{
if(running)
{
return ((float)(clock() - time)/(float)CLOCKS_PER_SEC);
}
else
{
return ((float)
www.eeworm.com/read/189780/8454592
class datetime.class
www.eeworm.com/read/189334/8474633
pro datetime.pro
######################################################################
# Automatically generated by qmake (1.04a) Thu Sep 21 15:55:59 2006
#############################################################
www.eeworm.com/read/290380/8487072
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/389556/8513973
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/389556/8513980
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/188796/8514602
inl datetime.inl
// OraLib 0.0.4 / 2002-07-28
// datetime.inl
//
// http://606u.dir.bg/
// 606u@dir.bg
#ifndef _DATETIME_INL
#define _DATETIME_INL
namespace oralib {
enum MonthsEnum
{
jan = 1,
f