代码搜索: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/395937/8144523

php admin_map_check_specials.php

WoP Admin Panel - Check Specials
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/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