代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/127438/6006023
in configure.in
dnl Process this file with autoconf to produce a configure script.
dnl
dnl aclocal_cache.m4, included by sowing/confdb/aclocal.m4, fixes
dnl bugs in autoconf caching.
dnl
dnl The file name here refer
www.eeworm.com/read/124745/6041258
c valuepair.c
/*
* valuepair.c Valuepair functions that are radiusd-specific
* and as such do not belong in the library.
*
* Version: $Id: valuepair.c,v 1.60.2.3 2004/09/09 14:31:06 aland Exp $
*
* This pr
www.eeworm.com/read/117181/6109371
s t-rep.s
.include "t-macros.i"
start
;; Check that the instruction @REP_E is executed when it
;; is reached using a branch instruction
ldi r2, 1
test_rep_1:
rep r2, end_rep_1
nop || nop
nop || no
www.eeworm.com/read/100206/6273262
c read_udf.c
#include "../nsrHdrs/nsr.h"
#include
#include
#include
#include
#include "chkudf.h"
#include "protos.h"
void Check_UDF(void)
{
VerifyVRS(); /* Verify NSR a
www.eeworm.com/read/488556/6489517
sql 付款_支票号_proc.sql
IF EXISTS (SELECT NAME FROM SYSOBJECTS WHERE NAME='付款_支票号_PROC' AND TYPE='P')
DROP PROC 付款_支票号_PROC
GO
create PROC 付款_支票号_PROC
@check_to varchar(10),
@check_fr varchar(10)
as
CREATE TABLE [#付款
www.eeworm.com/read/155603/11861210
bak 95sport1-1.c.bak
// crystal 10MHz
#include "p18f242.h"
#include "type_define.h"
#include "math.h"
#define AXIS_X_TOP PORTAbits.RA0 //analog input
#define AXIS_Y_TOP PORTAbits.RA1 //analog input
#define AXIS_X_
www.eeworm.com/read/256184/12013954
cpp heck_prime.cpp
/******************************************************
素数检测:
Close["D:\\usbkey\\RSA\\tmp.txt"]
Clear[i, result, v]
For[i = 1; v = Read["D:\\usbkey\\RSA\\tmp.txt", {Number}],
i < 300
www.eeworm.com/read/253219/12239369
at torture.at
# -*- Autotest -*-
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
# Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under
www.eeworm.com/read/125782/14462709
c fld_newftyp.c
/****************************************************************************
* Copyright (c) 1998-2002,2003 Free Software Foundation, Inc. *
*