代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/144969/12758463
at input.at
# Checking the Bison scanner. -*- Autotest -*-
# Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/136233/13386753
h department.h
// Department.H : Declaration of the CDepartment class
#ifndef __DEPARTMENT_H_
#define __DEPARTMENT_H_
//Added by Chuck Wood for error checking
#include "..\OLEDBErrorChecking\OLEDBErrorChecking
www.eeworm.com/read/238672/13869606
s utoa1.s
# This demonstrates recursion in ARM assembler.
# this version does not perform stack checking.
#
# Converting a number to a string can be expressed using a divide-and-
# conquer algorithm:
#
www.eeworm.com/read/126074/6018618
doc bpgf3err.doc
;;;************************************************************
;;; Basic Programming Guide Appendix F.3 Error Checking
;;;
;;; The file bpgf3err.tst tests the errors listed in appendix
;;; F.3 of the
www.eeworm.com/read/126074/6018780
doc bpgf8err.doc
;;;************************************************************
;;; Basic Programming Guide Appendix F.8 Error Checking
;;;
;;; The file bpgf8err.tst tests the errors listed in appendix
;;; F.8 of the
www.eeworm.com/read/125279/6031673
tex requirement018.tex
\subsection{018: full inbound policy checking}
\subsubsection{018: Definition of requirement }
Upon decryption/decapsulation of a packet, the inner set of selectors should
be checked against SA defi
www.eeworm.com/read/124465/6046952
py power_on_off.py
###
# Sends power on, command power off and again
# - ideal for checking that TypeA or TypeB activation works
# - can be used to check when the eeprom image is loaded/saved
###
www.eeworm.com/read/124399/6049869
doc bpgf3err.doc
;;;************************************************************
;;; Basic Programming Guide Appendix F.3 Error Checking
;;;
;;; The file bpgf3err.tst tests the errors listed in appendix
;;; F.3 of the
www.eeworm.com/read/124399/6050031
doc bpgf8err.doc
;;;************************************************************
;;; Basic Programming Guide Appendix F.8 Error Checking
;;;
;;; The file bpgf8err.tst tests the errors listed in appendix
;;; F.8 of the
www.eeworm.com/read/114744/6122384
java loginaction.java
package forum;
import javax.servlet.http.*;
/**
* Represents the logic behind logging a user into the system. This action
* is responsible for checking the username and password are valid. I