代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/308877/13688928
tip tips.tip
that you can insert current Time and Date by clicking Time and Date on the Insert menu or by pressing Ctrl+D?
that you can show this Tips dialog each time this program starts by checking the box belo
www.eeworm.com/read/304244/13797312
txt changes.txt
Changes for Version JM 8.6 to JM 8.5
------------------------------------
- encoder: fix command line checking order (KS)
- encoder: fix coded_frame flag (KS)
- encoder: fix skip mode mb pair prob
www.eeworm.com/read/303258/13819604
h crsa.h
// very long integer - can be used like long
class vlong_value;
class flex_unit // Provides storage allocation and index checking
{
unsigned * a; // array of units
unsigned z; // units alloca
www.eeworm.com/read/145471/5745721
c lp.c
/*
* Copyright (C) 1992 by Jim Weigand and Linus Torvalds
* Copyright (C) 1992,1993 by Michael K. Johnson
* - Thanks much to Gunter Windau for pointing out to me where the error
* checking ought
www.eeworm.com/read/145188/5747325
ddl oracle.ddl
DROP TABLE ejbAccounts;
CREATE TABLE ejbAccounts (id varchar(15), bal float, type varchar(15));
INSERT INTO ejbAccounts (id,bal,type) VALUES ('10000',1000,'Checking');
INSERT INTO ejbAccounts (id,b
www.eeworm.com/read/136812/5857699
check_test
#
# @(#)check_test 1.5 8/28/91 SMI
#
##################################################
volatile_test(){
log_echo "Checking volatile list $VOLATILE_LIST"
$NAWK '
BEGIN{
ne=0
}
function usage(ne
www.eeworm.com/read/135153/5888340
c genhd.c
/*
* Code extracted from
* linux/kernel/hd.c
*
* Copyright (C) 1991-1998 Linus Torvalds
*
* devfs support - jj, rgooch, 980122
*
* Moved partition checking code to fs/partitions* - Russe
www.eeworm.com/read/135153/5889744
c scm.c
/* scm.c - Socket level control messages processing.
*
* Author: Alexey Kuznetsov,
* Alignment and value checking mods by Craig Metz
*
* This program is free
www.eeworm.com/read/132748/5910131
c scm.c
/* scm.c - Socket level control messages processing.
*
* Author: Alexey Kuznetsov,
* Alignment and value checking mods by Craig Metz
*
* This program is free
www.eeworm.com/read/123864/6057438
hpp vlong.hpp
class flex_unit // Provides storage allocation and index checking
{
unsigned * a; // array of units
unsigned z; // units allocated
public:
unsigned n; // used units (read-only)
flex_unit