代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/198319/7940969
asm ds1822_check_id.asm
.global ds1822_check_id
.section cpu_dir, #alloc
.word 'd'+'s'+'1'+'8'+'2'+'2'+'_'+'c'+'h'+'e'+'c'+'k'+'_'+'i'+'d'+'.'+'c'+'g'+'i'
.byte 0x10 ;cgi
.byte 0 ;reserved
.w
www.eeworm.com/read/196628/8071313
class mainframe_check_button_mouseadapter.class
www.eeworm.com/read/395937/8144460
gif admin_map_check_specials.gif
www.eeworm.com/read/395937/8144523
php admin_map_check_specials.php
WoP Admin Panel - Check Specials
www.eeworm.com/read/333551/12673464
php check_user_privileges.lib.php
www.eeworm.com/read/329279/12964692
dpr check_virtual_cd_drive.dpr
// 2001.6.25 Yan.j.f
program Check_Virtual_CD_Drive;
uses
windows;
var
strMsg: string;
hVdisk: HFILE;
{$R *.RES}
begin
if ((GetVersion() and $80000000) = 0) then
begin
www.eeworm.com/read/329279/12964694
exe check_virtual_cd_drive.exe
www.eeworm.com/read/241364/13151150
sql cc_opt_level_check.sql
CREATE OR REPLACE PROCEDURE long_compilation
IS
BEGIN
$IF $$plsql_optimize_level != 1
$THEN
$error 'This program must be compiled with optimization level = 1' $end
$END
NULL;
END long_co