代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/324920/3488770
check-gas
#!/bin/sh
dir=$(dirname $0)
CC=$1
OBJDUMP=$2
tmp=${TMPDIR:-/tmp}
out=$tmp/out$$.o
$CC -c $dir/check-gas-asm.S -o $out
res=$($OBJDUMP -r --section .data $out | fgrep 00004 | tr -s ' ' |cut -f3 -d' ')
r
www.eeworm.com/read/324447/3502756
tcl check.tcl
# check.tcl --
#
# This demonstration script creates a toplevel window containing
# several checkbuttons.
#
# RCS: @(#) $Id: check.tcl,v 1.1 2003/02/05 10:56:16 mdejong Exp $
if {![info exists widget
www.eeworm.com/read/324136/3505713
tcl check.tcl
# check.tcl --
#
# This demonstration script creates a toplevel window containing
# several checkbuttons.
#
# SCCS: @(#) check.tcl 1.4 97/03/02 16:19:57
if {![info exists widgetDemo]} {
error "Th
www.eeworm.com/read/323581/3514289
tcl check.tcl
# check.tcl --
#
# This demonstration script creates a toplevel window containing
# several checkbuttons.
#
# RCS: @(#) $Id: check.tcl,v 1.1 2003/02/05 10:56:16 mdejong Exp $
if {![info exists widget
www.eeworm.com/read/321797/3530157
java check.java
package dbms;
public class check
{
//检查输入是否为空
public boolean isEmpty(String str)
{
str=str.trim();
if(str.length()==0)
return true;
else return false;
}
//检查输入是否为整数
public b
www.eeworm.com/read/321621/3531660
java check.java
package com.university.goodsmanager.biz.entity;
import java.io.Serializable;
public class Check implements Serializable{
private Integer check_ID; /*核查单编号*/
private String card; /*商品条形码*/
www.eeworm.com/read/320652/3543033
import_check
#!/bin/sh
objdir="$1"
num_errors=0
check_syms() {
global_count=0
entry_count=0
while read value type name; do
if [ $value = "U" ]; then
name=$type
# undefined symbols must st