代码搜索:Checking
找到约 6,492 项符合「Checking」的源代码
代码结果 6,492
www.eeworm.com/read/345174/11833027
configure
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation
www.eeworm.com/read/345174/11833641
configure
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation
www.eeworm.com/read/258843/11838396
configure
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, In
www.eeworm.com/read/258557/11855533
plg jcplx.plg
Build Log
--------------------Configuration: JCPLX - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\kang\LO
www.eeworm.com/read/343491/11944482
m testjns.m
% A quick test of the Jade/Shibbs code
clear
n = 5 ;
T = 10000 ;
% Removing the sample mean is necessary for the sake of
% this particular test
S =rand(n,T)-0.5 ; S =S - mean(S')' * ones(1,T);
A =
www.eeworm.com/read/153823/12004149
m deletelntag.m
function deletelinetag()
%DELETELNTAG Delete last tagged line objects from plot.
% deletelntag()
%
% Executes commands:
% s = get(gca,'UserData');
% delete(findobj(s.LastLineTag))
% pr
www.eeworm.com/read/153823/12004213
m idx2is.m
function is = idx2is(idx,n)
%IDX2IS Convert index vector to n-element logical vector.
% is = idx2is(idx,n)
% idx = index vector
% n = length of logical vector
% is = logical vector, i
www.eeworm.com/read/153823/12004268
m invperm.m
function inva = invperm(a)
%INVPERM Inverse permutation.
% inva = invperm(a)
% a = permutation vector of the integers 1 to length(a)
%
% See also RANDPERM
% Copyright (c) 1994-2006 by Mic
www.eeworm.com/read/153823/12004329
m nccity.m
function varargout = nccity(varargin)
%NCCITY North Carolina cities with populations of at least 10,000 data.
% s = nccity Output all variables as structure 's'
%[x1,x2] = nccity
www.eeworm.com/read/153823/12004367
m randreorder.m
function X = randreorder(X,r)
%RANDREORDER Random re-ordering of an array.
% X = rankreorder(X,r)
% X = array
% r = scalar between 0 and 1
%
% Initially, X = X(1:n,:); for i = 1:n, i