代码搜索:consistent
找到约 2,698 项符合「consistent」的源代码
代码结果 2,698
www.eeworm.com/read/262041/4316603
h seqlock.h
#ifndef __LINUX_SEQLOCK_H
#define __LINUX_SEQLOCK_H
/*
* Reader/writer consistent mechanism without starving writers. This type of
* lock for data where the reader wants a consitent set of infor
www.eeworm.com/read/100750/15865358
todo
* add Fresnel Integrals to specfunc. See TOMS 723 + 2 subsequent
errata.
* make mode variables consistent in specfunc -- some seem to be
unnecessary from performance point of view since the speed di
www.eeworm.com/read/391573/8396576
as easing_equations.as
/*
Easing Equations v1.3
Oct. 29, 2002
(c) 2002 Robert Penner
These tweening functions provide different flavors of
math-based motion under a consistent API.
Types of easin
www.eeworm.com/read/391573/8396591
as easing_equations.as
/*
Easing Equations v1.3
Oct. 29, 2002
(c) 2002 Robert Penner
These tweening functions provide different flavors of
math-based motion under a consistent API.
Types of easin
www.eeworm.com/read/433114/8544773
m s_check.m
function s_check(seismic)
% Function checks if seismic data set is consistent and complies with
% specifications
%
% Written by: E. R.: August 15, 2001
% Last updated: September 1, 2003: Check for str
www.eeworm.com/read/181087/9274986
h check.h
/*
* c h e c k . h
*
* This file provides the checks that the options selected in config.h are
* consistent with each other.
*/
#ifndef _CHECK_H
#define _CHECK_H
#ifdef CP
www.eeworm.com/read/245849/12777499
m s_check.m
function s_check(seismic)
% Function checks if seismic data set is consistent and complies with
% specifications
% Written by: E. R., August 15, 2001
% Last updated: September 1, 2003: Check for struc
www.eeworm.com/read/315686/13538111
c mmc_block.c
/*
* Block driver for media (i.e., flash cards)
*
* Copyright 2002 Hewlett-Packard Company
*
* SD-Card support:
* Copyright (C) 2004 Thomas Kleffel, All Rights Reserved
*
* Use consistent
www.eeworm.com/read/492929/6414160
asv newey_westreg.asv
function [Coefficients, S_err,R_sq,T_stat,Cov]=newey_westreg(y,x,intercept)
%linear regression based on Newey and west herteroscedasticity and
%autocorrelation consistent covariance
% input:
%
www.eeworm.com/read/492929/6414161
m newey_westreg.m
function [Coefficients, S_err,R_sq,T_stat,Cov]=newey_westreg(y,x,intercept)
%linear regression based on Newey and west herteroscedasticity and
%autocorrelation consistent covariance
% input:
%