代码搜索:func
找到约 10,000 项符合「func」的源代码
代码结果 10,000
www.eeworm.com/read/324802/13243605
test func.test
# 2001 September 15
#
# 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 yo
www.eeworm.com/read/324377/13266691
pas func.pas
unit Func;
interface
uses Windows, Forms, SysUtils, Registry, ShlObj, Activex, ComObj, Encrypt_Base64;
function GetPassWord:String;
procedure PutPassWord(sPutPass:String);
function NeedPass
www.eeworm.com/read/324377/13266734
dcu func.dcu
www.eeworm.com/read/239187/13298462
pas func.pas
unit func;
interface
uses
Windows,DB,SysUtils,dbtables,Dialogs,registry,menus,Forms,jpeg,
graphics,classes,DBGrids;
Function WriteRegFile(menth:integer;keyname:String;Regkey:variant):vari
www.eeworm.com/read/239187/13298569
dcu func.dcu
www.eeworm.com/read/323119/13350195
myd func.myd
www.eeworm.com/read/323119/13350213
myi func.myi
www.eeworm.com/read/323119/13350235
frm func.frm
www.eeworm.com/read/323119/13351990
result func_in.result
drop table if exists t1;
select 1 in (1,2,3);
1 in (1,2,3)
1
select 10 in (1,2,3);
10 in (1,2,3)
0
select NULL in (1,2,3);
NULL in (1,2,3)
NULL
select 1 in (1,NULL,3);
1 in (1,NULL,3)
1
select 3 in (1
www.eeworm.com/read/323119/13352182
result func_if.result
drop table if exists t1;
select IF(0,"ERROR","this"),IF(1,"is","ERROR"),IF(NULL,"ERROR","a"),IF(1,2,3)|0,IF(1,2.0,3.0)+0 ;
IF(0,"ERROR","this") IF(1,"is","ERROR") IF(NULL,"ERROR","a") IF(1,2,3)|0 IF(1