代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/104056/15711065
am makefile.am
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
TESTS = help-version
TESTS_ENVIRONMENT = \
all_programs="$(bin_SCRIPTS) $(bin_PROGRAMS)"
EXTRA_DIST = \
Fetish.pm .env-w
www.eeworm.com/read/207695/15264564
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SMT5K.rc
//
#define IDC_RESTORE 3
#define IDD_ABOUTBOX 100
#define I
www.eeworm.com/read/187103/8855140
test deplibs.test
#! /bin/sh
# deplibs.test - check whether the shared library check method is OK
# Test script header.
need_prefix=yes
if test -z "$srcdir"; then
srcdir=`echo "$0" | sed 's%/[^/]*$%%'`
test "$srcd
www.eeworm.com/read/384228/8888577
sql sy4_5_2.sql
alter table pay add constraint check_base check(base>=1500)
www.eeworm.com/read/359099/10166338
sql 示例6.sql
ALTER TABLE Employees WITH NOCHECK
ADD CONSTRAINT ID_check CHECK (EmployeeID > 100)
www.eeworm.com/read/127739/6001446
readme
This is a very funny test automation. The name of the check-N.c file is used
as a pointer to the file in ../../tests/N-*.asn1. This file is compiled
using the asn1c compiler from above directory. The
www.eeworm.com/read/101135/6238631
1 diskchec.1
DISKCHECK(1) Minix Programmer's Manual DISKCHECK(1)
NAME
diskcheck - check a disk for bad sectors
SYNOPSIS
diskcheck device start count
EXAMPLES
www.eeworm.com/read/253222/12238473
test deplibs.test
#! /bin/sh
# deplibs.test - check whether the shared library check method is OK
# Test script header.
need_prefix=yes
if test -z "$srcdir"; then
srcdir=`echo "$0" | sed 's%/[^/]*$%%'`
test "$srcd