代码搜索:Times
找到约 10,000 项符合「Times」的源代码
代码结果 10,000
www.eeworm.com/read/100036/15460947
times
DEC Alpha DEC 4000/610 AXP OSF/1 v 1.3 - gcc v 2.3.3
set_key per sec = 101840.19 ( 9.8uS)
DES ecb bytes per sec = 1223712.35 ( 6.5uS)
DES cbc bytes per sec = 1230542.98 ( 6.5uS)
cr
www.eeworm.com/read/291779/8395853
h times.h
#ifndef _TIMES_H
#define _TIMES_H
#include // 类型头文件。定义了基本的系统数据类型。
struct tms
{
time_t tms_utime; // 用户使用的CPU 时间。
time_t tms_stime; // 系统(内核)CPU 时间。
time_t tms_cutime; // 已终止的
www.eeworm.com/read/291779/8396505
h times.h
#ifndef _TIMES_H
#define _TIMES_H
#include // 类型头文件。定义了基本的系统数据类型。
struct tms
{
time_t tms_utime; // 用户使用的CPU 时间。
time_t tms_stime; // 系统(内核)CPU 时间。
time_t tms_cutime; // 已终止的
www.eeworm.com/read/192030/8410813
m times.m
function Q = times(P1,P2)
% TIMES -- elementwise product of matrix polynomial objects
%
% Q = P1 .* P2
% Q = times(P1,P2)
%
% This function is not meant to be called by the user.
www.eeworm.com/read/291498/8412385
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/391275/8412830
m times.m
www.eeworm.com/read/291252/8431610
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/291164/8438884
h times.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Workaround a DJGPP time functions problem which could cause the system
* date not to
www.eeworm.com/read/389411/8523440
jpg times.jpg
www.eeworm.com/read/433114/8545196
m times.m
function ds=times(i1,i2)
% Multiply a dataset with another dataset or with a constant
%
% Written by: E. R.: August 7, 2006
% Last updated: December 7, 2006: Add handling of PDF's
%
% ds=times(i1