代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/154972/11908785
m4 libs.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Checking for libraries.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002 Free Software Foundation,
www.eeworm.com/read/255755/12057881
m cdats.m
%CDATS Support routine for checking datasets
%
% [B,C,LABLIST,P] = CDATS(A,REDUCE)
%
% INPUT
% A Dataset or double
% REDUCE 0/1, Reduce A to labeled samples (1) or not (0, default),
www.eeworm.com/read/255541/12076257
c exec.c
/*
* linux/fs/exec.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* #!-checking implemented by tytso.
*/
/*
* Demand-loading implemented 01.12.91 - no need to read anything
www.eeworm.com/read/150905/12249119
m cdats.m
%CDATS Support routine for checking datasets
%
% [B,C,LABLIST,P] = CDATS(A,REDUCE)
%
% INPUT
% A Dataset or double
% REDUCE 0/1, Reduce A to labeled samples (1) or not (0, default),
www.eeworm.com/read/251851/12315036
m model_check.m
function spec = model_check(ACTLspec)
% Perform `model checking` on the global transition system given the
% specification.
%
% Syntax:
% "spec = model_check(ACTLspec)"
%
% Description:
% Given
www.eeworm.com/read/149739/12353484
m cdats.m
%CDATS Support routine for checking datasets
%
% [B,C,LABLIST,P] = CDATS(A,REDUCE)
%
% INPUT
% A Dataset or double
% REDUCE 0/1, Reduce A to labeled samples (1) or not (0, default),
www.eeworm.com/read/250172/12426863
c exec.c
/*
* linux/fs/exec.c
*
* (C) 1991 Linus Torvalds
*/
/*
* #!-checking implemented by tytso.
*/
/*
* Demand-loading implemented 01.12.91 - no need to read anything but
* the header into mem
www.eeworm.com/read/127767/14337606
txt e467. listing all available message authentication code (mac) key generators.txt
Retrieving the list of available MAC algorithms requires checking the services provided by all registered providers.
// This method is implemented in e194 Listing All Available Cryptographic Ser
www.eeworm.com/read/124442/14567828
c exec.c
/*
* linux/fs/exec.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* #!-checking implemented by tytso.
*/
/*
* Demand-loading implemented 01.12.91 - no need to read anything
www.eeworm.com/read/223885/14614207
js layerlib.js
/* layerlib.js: Simple Layer library with basic
compatibility checking */
/* detect objects */
var layerobject = ((document.layers) ? (true) : (false));
var dom = ((document.getElementById)