代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/378186/9243172
f check.f
Subroutine check( a, b, m, n, ierr )
! ----------------------------------------------------------------------
! --- 'check' checks the errors made in the transformation of a
! complex-to-co
www.eeworm.com/read/377958/9255435
sql check.sql
alter table customers
add constraint ck_age check (age>3)
go
/*
如果改为age>5,则会出错。
因为表先建立,其中有age=5的数据
或者改为:
alter table customers
add constraint ck_age check (age>=5)
go
*/
alter table c
www.eeworm.com/read/377683/9266031
test check.test
# 2005 November 2
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for your
www.eeworm.com/read/181184/9267654
ddp check.ddp
www.eeworm.com/read/181184/9267672
cpp check.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "check.h"
//------------------------------------------------------------
www.eeworm.com/read/181184/9267688
dfm check.dfm
object fm_check: Tfm_check
Left = 313
Top = 253
BorderStyle = bsDialog
Caption = 'fm_check'
ClientHeight = 162
ClientWidth = 320
Color = clBtnFace
Font.Charset = DEFAULT_CHARSE
www.eeworm.com/read/181184/9267735
h check.h
//---------------------------------------------------------------------------
#ifndef checkH
#define checkH
//---------------------------------------------------------------------------
#include
www.eeworm.com/read/181178/9267914
gif check.gif
www.eeworm.com/read/181089/9274778
c check.c
/****************************************************************************\
Copyright (c) 2002, NVIDIA Corporation.
NVIDIA Corporation("NVIDIA") supplies this software to you in
consideration