代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/339514/12227550
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/336959/12404532
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/129384/14248216
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/128466/14296014
cpp chapter4-2.cpp
//文件名:CHAPTER4-2.cpp
#include
#include
#include
#include
using namespace std;
void main (int argc, char *argv[])
{
int n = 3; // argument checking
www.eeworm.com/read/128085/14316811
pas swaptestu.pas
unit swaptestu;
// Win95 API memory allocation swapfile test & example
// written by Phil Dorcas 4/4/97 - 4/7/97
// "Run test" button allocates memory with error checking on each press
// "Re
www.eeworm.com/read/228533/14380241
c circrect.c
/*
Fast Circle-Rectangle Intersection Checking
by Clifford A. Shaffer
from "Graphics Gems", Academic Press, 1990
*/
#include "GGems.h"
boolean Check_Intersect(R, C, Rad)
/* Return TRUE iff rectang
www.eeworm.com/read/124791/14544121
cpp chapter4-2.cpp
//文件名:CHAPTER4-2.cpp
#include
#include
#include
#include
using namespace std;
void main (int argc, char *argv[])
{
int n = 3; // argument checking
www.eeworm.com/read/123658/14618800
c typeck.c
/* Build expressions with type checking for C++ compiler.
Copyright (C) 1987, 88, 89, 92, 93, 94, 1995 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is
www.eeworm.com/read/123658/14618820
h cp-tree.h
/* Definitions for C++ parsing and type checking.
Copyright (C) 1987, 1993, 1994, 1995 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
www.eeworm.com/read/123453/14630374
c check_octstr.c
/*
* check_octstr.c - checking of octet string functions
*/
#include
#include "gwlib/gwlib.h"
static int signof(int n)
{
if (n < 0)
return -1;
if (n == 0)
return 0;