代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/136071/5875150
good io.good
Hello, World!
Test string: Test string
This is the number 200:200.100000
This is the number 200:200
True: true
Pointer: 0xbc614e
Please enter two floats:You entered: 4564.000000 37347.000000
Checking
www.eeworm.com/read/405215/11469121
m wifi_init.m
% Model Init
% Param checking
if (Packet_size>4095) | (Packet_size
www.eeworm.com/read/338446/12306985
h sinstance.h
/*
Module : SINSTANCE.H
Purpose: Defines the interface for an MFC wrapper classe
to do instance checking
Created: PJN / 29-07-1998
History: None
Copyright (c) 1998 by PJ Naughter.
All ri
www.eeworm.com/read/123658/14619042
h c-tree.h
/* Definitions for C parsing and type checking.
Copyright (C) 1987, 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it a
www.eeworm.com/read/16793/690601
c snprintf.c
/* snprintf - formatted output to strings, with bounds checking and allocation */
/*
build a test version with
gcc -g -DDRIVER -I../.. -I../../include -o test-snprintf snprintf.c fmtu*long.o
*/
www.eeworm.com/read/16793/691649
h mailcheck.h
/* mailcheck.h -- variables and function declarations for mail checking. */
/* Copyright (C) 1987,1991,2001,2003,2005,2006,2008,2009 Free Software Foundation, Inc.
This file is part of GNU Bash,
www.eeworm.com/read/18434/789094
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/35675/1059737
19 example15.19
#!/bin/csh
# Script: renames a file -- C/TC shells
if ( $#argv < 2 ) then # Argument checking
echo "Usage: $0 file1 file2 "
exit 1
endif
if ( -e $1 ) then # Check for file exist
www.eeworm.com/read/471667/1426615
java serial.java
// Copyright (c) 2003-2004 Brian Wellington (bwelling@xbill.org)
package org.xbill.DNS;
/**
* Helper functions for doing serial arithmetic. These should be used when
* setting/checking SOA serial
www.eeworm.com/read/470917/1442457
s memset_chk.s
/* Checking memset for i686.
Copyright (C) 2004, 2005 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/o