代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/292797/8332707
m4 sanity.m4
#
# Check to make sure that the build environment is sane.
#
AC_DEFUN(AM_SANITY_CHECK,
[AC_MSG_CHECKING([whether build environment is sane])
# Just in case
sleep 1
echo timestamp > conftestfile
# Do
www.eeworm.com/read/368127/9711033
bat setup.bat
@echo off
echo Completing Spelly setup...
echo.
:: Check for old version: This should work on most systems
echo Checking for version 2.x
if not exist "%msdevdir%\addins\spelly.dll" goto nopre
www.eeworm.com/read/170961/9778420
txt icd仿真器的源程序.txt
title "SA11a - PIC Programmer/Fixing the Code."
;
; SA11 - Checking Last Char for ":"
; SA11a - Put in "DEBUG" Check
; - Put in Simplified "RXBufReset"
; - Fixed up 16 Bit Variables to MP
www.eeworm.com/read/412155/11213532
c ch08-chdir.c
/* ch08-chdir.c --- demonstrate chdir() and fchdir().
Error checking omitted for brevity */
#include
#include
#include
#include
#inclu
www.eeworm.com/read/237097/13978085
txt icd仿真器的源程序.txt
title "SA11a - PIC Programmer/Fixing the Code."
;
; SA11 - Checking Last Char for ":"
; SA11a - Put in "DEBUG" Check
; - Put in Simplified "RXBufReset"
; - Fixed up 16 Bit Variables to MP
www.eeworm.com/read/133648/14031438
java checkcloneable.java
//: appendixa:CheckCloneable.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Checking to see if a reference can be cloned.
www.eeworm.com/read/235942/14039991
ori fal.bat.ori
@ECHO OFF
REM Default MPC823/850 board is FADS. Change _trg value to
REM the default board that applies to you.
SET _trg=FADS
REM Checking if a different board is specified as a
REM com
www.eeworm.com/read/111335/15514439
pas excunmangle.pas
unit ExcUnmangle;
{$ASSERTIONS OFF}
{$D-,L-,Y-} // turn off all debug-info
{$R-} // turn off range checking
{$H+} // huge strings
{$Q-} // OVERFLOWCHECKS OFF
{ --------