代码搜索:Datum
找到约 2,099 项符合「Datum」的源代码
代码结果 2,099
www.eeworm.com/read/433114/8545355
m datum.m
function string=datum()
% Function outputs date and time in the form yyyy-mo-day(hh:mm:ss)
% string=datum()
dt=fix(clock);
string=[int2str(dt(1)),'-',int2str(dt(2)),'-',int2str(dt(3)),' (',...
www.eeworm.com/read/180567/9302279
class datum.class
www.eeworm.com/read/296204/8118147
h datum.h
#ifndef DATUM_H
#define DATUM_H
/***************************************************************************/
/* RSC IDENTIFIER: Datum
*
* ABSTRACT
*
* This component provides datum sh
www.eeworm.com/read/296204/8118167
c datum.c
/***************************************************************************/
/* RSC IDENTIFIER: Datum
*
* ABSTRACT
*
* This component provides datum shifts for a large collection of local
www.eeworm.com/read/245849/12777803
m datum.m
function string=datum()
% Function outputs date and time in the form yyyy-mo-day(hh:mm:ss)
% string=datum()
dt=fix(clock);
string=[int2str(dt(1)),'-',int2str(dt(2)),'-',int2str(dt(3)),' (',...
www.eeworm.com/read/120487/6072488
c datum.c
/*-------------------------------------------------------------------------
*
* datum.c
* POSTGRES Datum (abstract data type) manipulation routines.
*
* Portions Copyright (c) 1996-2003, Postgr
www.eeworm.com/read/120487/6073001
h datum.h
/*-------------------------------------------------------------------------
*
* datum.h
* POSTGRES Datum (abstract data type) manipulation routines.
*
* These routines are driven by the 'typbyv