代码搜索:adjusted
找到约 378 项符合「adjusted」的源代码
代码结果 378
www.eeworm.com/read/461264/7230730
pro store_array.pro
PRO STORE_ARRAY, DESTINATION, INSERT, INDEX
;+
; NAME:
; STORE_ARRAY
; PURPOSE:
; Insert array INSERT into the array DESTINATION
; EXPLANATION:
; The dimensions of the DESTINATION array are adjusted
www.eeworm.com/read/435976/7780031
css polish.css
/**
* The polish.css files contains all
* design information about a project.
* It can be adjusted for specific devices
* or device groups by putting it in the
* appropriate sub-folder.
www.eeworm.com/read/144648/12778605
pl restore.pl
#!/usr/bin/perl
#
# This script requires the following configuration or needs to
# be adjusted to work with other settings:
#
# The path to perl in line # 1 is /usr/bin/perl
# afbackup client basedir
www.eeworm.com/read/156528/11795081
m pcaprepare.m
function [meanadjusted,covmat,sorteigvalues,sortnormaleigs] = PCAprepare (data)
% Calculates the mean adjusted matrix, only for 2 dimensional data
means = mean(data,1);
meanadjusted = meanadjust(da
www.eeworm.com/read/156528/11795083
asv pcaprepare.asv
function [meanadjusted,covmat,sorteigvalues,sortnormaleigs] = PCAprepare (data)
% Calculates the mean adjusted matrix, only for 2 dimensional data
means = mean(data,1);
meanadjusted = meanadjust(da
www.eeworm.com/read/324136/3505250
c tkscale.c
/*
* tkScale.c --
*
* This module implements a scale widgets for the Tk toolkit.
* A scale displays a slider that can be adjusted to change a
* value; it also displays numeric labels and a text
www.eeworm.com/read/291380/8422322
m iaaft.m
function [s,iter]=IAAFT(x,c,maxiter)
%Syntax: [s,iter]=IAAFT(x,c,maxiter)
%___________________________________
%
% Makes c Iterative Amplitude Adjusted Fourier Transformed (AAFT) surrogates
% of
www.eeworm.com/read/185136/9056226
m generate_aaft.m
% Generate surrogate data using AAFT method (amplitude adjusted Fourier transform)
% H0: signal is a realisation of a linear Gaussian stochastic process, followed
% by a static nonlinearity (observa
www.eeworm.com/read/377523/9273073
cpp msgimpl.cpp
//: appendixb:MsgImpl.cpp
//# Tested with VC++ & BC++. Include path must
//# be adjusted to find the JNI headers. See
//# the makefile for this chapter (in the
//# downloadable source code) for
www.eeworm.com/read/377523/9273077
cpp useobjimpl.cpp
//: appendixb:UseObjImpl.cpp
//# Tested with VC++ & BC++. Include path must
//# be adjusted to find the JNI headers. See
//# the makefile for this chapter (in the
//# downloadable source code)