代码搜索:Calculation
找到约 2,005 项符合「Calculation」的源代码
代码结果 2,005
www.eeworm.com/read/152721/5667566
java certificatelist.java
package org.bouncycastle.asn1.x509;
import org.bouncycastle.asn1.*;
import org.bouncycastle.asn1.pkcs.*;
/**
* PKIX RFC-2459
*
* The X.509 v2 CRL syntax is as follows. For signature calculation
www.eeworm.com/read/153268/12045280
h mpu_func.h
#include "mpu_prt.h"
extern struct three_data Sample(void);
extern struct angle_distance Angle_distance_calculation(void);
extern void Error_treatment(int state);
extern struct print_ch ch_fr
www.eeworm.com/read/455463/1614377
m calcdepth.m
function [depth] = calcdepth(plust,v1rec,v2rec)
% depth = calcdepth(plust,v1rec,v2rec)
%
% Depth calculation using the Plus Time and the layer velocities at each
% receiver location.
%
% Store all th
www.eeworm.com/read/275214/4178968
m dimbeta.m
%dimbeta calculation
function [tsOut, validFromOut] = dimbeta (tsIn, idays1);
[tsMovAv validFromAv] = movAv (tsIn, 1, idays1);
[r1 c1]=size(tsIn);
for i=1:r1
tsOut(i) = (tsIn(i)-tsMovAv(i
www.eeworm.com/read/420043/2071729
java certificatelist.java
package org.bouncycastle.asn1.x509;
import org.bouncycastle.asn1.*;
import org.bouncycastle.asn1.pkcs.*;
/**
* PKIX RFC-2459
*
* The X.509 v2 CRL syntax is as follows. For signature calculation
www.eeworm.com/read/418153/2092333
sci biterror_f.sci
//BITERROR_f Scicos Bit error Rate calculation block
//Classical interface function ver1.0 - scilab-3.0
//16 novembre 2004 Author : - IRCOM GROUP - A.Layec
function [x,y,typ]=BITERROR_f(job,arg1,a
www.eeworm.com/read/194440/8194222
m calcdepth.m
function [depth] = calcdepth(plust,v1rec,v2rec)
% depth = calcdepth(plust,v1rec,v2rec)
%
% Depth calculation using the Plus Time and the layer velocities at each
% receiver location.
%
% Store all th
www.eeworm.com/read/414936/11090764
m cal_cp_ptp.m
function cp_ptp = cal_cp_ptp(cp_name, ts, l1, l2)
% CP + PTP Trajectory Calculation
%
% [Inputs]
% cp_name : CP trajectory name ('circle', 'spiral', 'smile', 'ml_logo')
% ts : samp
www.eeworm.com/read/235612/14061041
m calcdepth.m
function [depth] = calcdepth(plust,v1rec,v2rec)
% depth = calcdepth(plust,v1rec,v2rec)
%
% Depth calculation using the Plus Time and the layer velocities at each
% receiver location.
%
% Store all th
www.eeworm.com/read/288887/8596514
h md5.h
#ifndef UTIL_MD5_H
#define UTIL_MD5_H
class UTIL_MD5Checksum
{
public:
//interface functions for the RSA MD5 calculation
static int GetMD5(BYTE *pBuf, UINT nLength, BYTE *pOutput);
prot