代码搜索:empty

找到约 10,000 项符合「empty」的源代码

代码结果 10,000
www.eeworm.com/read/241364/13151288

sql ch12_clob01.sql

/* Demonstrates the difference between an empty LOB and a NULL LOB */ DECLARE directions CLOB; BEGIN --Delete any existing rows for 'Munising Falls' so that this --example can be execute
www.eeworm.com/read/240985/13181191

cpp demo04_2.cpp

//{ Demo04_2 } #include"sstack.h" int n,i; bb1 A; SeqStack S; string S1=""; GrpArr g; boolean Valid_Element(bb1& A,int n) {int i; boolean ok; set ISet; //ISet:set of
www.eeworm.com/read/240985/13181385

cpp test04_1.cpp

//{test04_1} #include"sstack.h" SeqStack s; void P1(int w) { SeqStack_setnull(s); while (w>0) { SeqStack_push(s,w); Wait(); w=w-2; } while (!SeqStack
www.eeworm.com/read/137005/13348309

cpp dialog_modpswd.cpp

// DIALOG_MODPSWD.cpp : implementation file // #include "stdafx.h" #include "train.h" #include "DIALOG_MODPSWD.h" #include "LoginSet.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE
www.eeworm.com/read/322898/13362242

cpp increat.cpp

// increat.cpp : implementation file // #include "stdafx.h" #include "phonebook.h" #include "increat.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FIL
www.eeworm.com/read/321539/13403475

tld helloworld.tld

www.eeworm.com/read/320986/13414582

c fifo.c

/* 先入先出结构的实现和操作 */ #include "fifo.h" #include typedef struct __fifo_element { ezw_element data; struct __fifo_element *previous; } fifo_element; fifo_element *fifo_fi
www.eeworm.com/read/317560/13502172

cpp dialog_modpswd.cpp

// DIALOG_MODPSWD.cpp : implementation file // #include "stdafx.h" #include "train.h" #include "DIALOG_MODPSWD.h" #include "LoginSet.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE
www.eeworm.com/read/314474/13566652

gawk fsm-to-pfsg.gawk

#!/usr/local/bin/gawk -f # # fsm-to-pfsg -- # convert AT&T FSM acceptor to Decipher PFSG format # # usage: fsm-to-pfsg [pfsg_name=NAME] [transducer=1] [scale=S] file.fsm > file.pfsg # pfsg_name=NAME s
www.eeworm.com/read/312585/13608730

cpp dialog_modpswd.cpp

// DIALOG_MODPSWD.cpp : implementation file // #include "stdafx.h" #include "train.h" #include "DIALOG_MODPSWD.h" #include "LoginSet.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE