代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/381627/9081359
c password.c
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/* password checking routines */
/***************
www.eeworm.com/read/168060/9940713
c res.c
/*
Test program for checking CTask DOS TSR compatibility.
This program goes TSR, and then repeatedly reads a file, and
outputs status messages to the serial port.
The program is
www.eeworm.com/read/166778/9998801
at c++.at
# Checking the output filenames. -*- Autotest -*-
# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
#
www.eeworm.com/read/278507/10532428
c ga_port.c
#include "gai_hdr.h"
/*
* Go through all the addrinfo structures, checking for a match of the
* socket type and filling in the socket type, and then the port number
* in the corresponding socket a
www.eeworm.com/read/467909/6996774
c password.c
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/* password checking routines */
/***************
www.eeworm.com/read/364251/7075920
c schematron.c
/*
* schematron.c : implementation of the Schematron schema validity checking
*
* See Copyright for the status of this software.
*
* Daniel Veillard
*/
/*
* TODO:
* + do
www.eeworm.com/read/364251/7075929
c xmlschemas.c
/*
* schemas.c : implementation of the XML Schema handling and
* schema validity checking
*
* See Copyright for the status of this software.
*
* Daniel Veillard
www.eeworm.com/read/103838/7104286
c password.c
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/* password checking routines */
/***************
www.eeworm.com/read/463543/7178590
c password.c
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/* password checking routines */
/***************
www.eeworm.com/read/435150/7796116
cpp main.cpp
// Exercise 18.1 Exercising the SparseArray class template
// We create a sparse aray of integers, populate 20 of its
// entries (checking for duplicates among the randomly generated indices)
// a