代码搜索:Times
找到约 10,000 项符合「Times」的源代码
代码结果 10,000
www.eeworm.com/read/289120/8574667
h times.h
#ifndef _TIMES_H
#define _TIMES_H
#include
struct tms {
time_t tms_utime;
time_t tms_stime;
time_t tms_cutime;
time_t tms_cstime;
};
extern time_t times(struct tms * tp);
#endif
www.eeworm.com/read/187912/8591449
h times.h
#ifndef _TIMES_H
#define _TIMES_H
#include
struct tms {
time_t tms_utime;
time_t tms_stime;
time_t tms_cutime;
time_t tms_cstime;
};
extern time_t times(struct tms * t
www.eeworm.com/read/187748/8603515
ttf times.ttf
www.eeworm.com/read/388423/8610275
py times.py
"""times module
This module provides some Date and Time classes for dealing with MySQL data.
Use Python datetime module to handle date and time columns."""
from time import localtime
from datetime
www.eeworm.com/read/288458/8630821
h times.h
#ifndef _TIMES_H
#define _TIMES_H
#include
struct tms {
time_t tms_utime;
time_t tms_stime;
time_t tms_cutime;
time_t tms_cstime;
};
extern time_t times(struct tms * tp);
#endif
www.eeworm.com/read/287922/8660863
h times.h
#ifndef _TIMES_H
#define _TIMES_H
#include
struct tms {
time_t tms_utime;
time_t tms_stime;
time_t tms_cutime;
time_t tms_cstime;
};
extern time_t times(struct tms * tp);
#endif
www.eeworm.com/read/431675/8661912
m times.m
function c = times(a,b)
sa = size(a);
sb = size(b);
if ~isa(a,'dataset')
if all(sa == 1), a = ones(sb)*a; sa = sb; end
end
if ~isa(b,'dataset')
if all(sb == 1), b = ones(sa)*b; sb = sa; end
end
if
www.eeworm.com/read/431675/8662193
m times.m
www.eeworm.com/read/387533/8667748
dbf times.dbf
www.eeworm.com/read/287770/8670301
m times.m
function c = times(a,b)
% overloading of operator .*
% $Id: times.m 3 2004-02-04 12:57:04Z mairas $
if isa(a,'spectrum') & isa(b,'spectrum') & a.frequency==b.frequency
c = spectrum(a.s .* b.s,a.f