代码搜索:checking

找到约 6,492 项符合「checking」的源代码

代码结果 6,492
www.eeworm.com/read/446728/1710090

java card.java

package com.sillysoft.lux; import java.util.List; import java.util.ArrayList; /** The Card class provides a data structure for representing cards, as well as some methods for checking sets.*/ public
www.eeworm.com/read/440906/1774947

c access13.c

// { dg-do compile } // Origin: Francesco Monica // PR c++/13262: Access checking during instantiation of static data // member. template class Aclass { private
www.eeworm.com/read/440906/1775002

c friend15.c

// { dg-do compile } // Origin: Wolfgang Bangerth // PR c++/9453 // Access checking when template friend is defined in class. template class X { private:
www.eeworm.com/read/440906/1776929

c prepost4.c

// Build don't link: // GROUPS passed prefix-postfix class Y { public: friend Y operator++ (Y&); // This is legal---it's a good test to make sure that grokfndecl's // checking of the argume
www.eeworm.com/read/439279/1806434

java exercise7_17.java

/** Exercise7_17.java: * Rewrite Example 7.1, "Checking Palindromes," * by passing the string as a command-line argument. */ public class Exercise7_17 { public static void main(String[] ar
www.eeworm.com/read/427042/1981007

ac configure.ac

dnl Process this file with autoconf to produce a configure script. AC_INIT([msvideostitcher],[0.0.3]) AM_INIT_AUTOMAKE() AC_CANONICAL_SYSTEM AC_MSG_CHECKING([warning make an error on compilation])
www.eeworm.com/read/419723/2073605

c key1024.c

/* Copyright (c) 1999-2000 Microsoft Corporation. All rights reserved. */ /* This file is only needed if run-time DLL and EXE signature checking is turned on. The public key below should cor
www.eeworm.com/read/396408/2421732

c cache2.c

#include "config.h" // Initial draft of my new cache system... // Note it runs in 2 processes (using fork()), but doesn't requires locking!! // TODO: seeking, data consistency checking #define READ_
www.eeworm.com/read/386605/2569953

vhd _primary.vhd

library verilog; use verilog.vl_types.all; entity lpm_fifo_dc_fefifo is generic( lpm_widthad : integer := 1; lpm_numwords : integer := 1; underflow_checking: string
www.eeworm.com/read/383333/2618244

c parse.c

#include #include #include #include "parse.h" /* * If this macro is defined, some code below for * checking parameters will not work. */ //#define FS_