代码搜索:Safe

找到约 5,329 项符合「Safe」的源代码

代码结果 5,329
www.eeworm.com/read/403922/11501484

html function.bzread.html

Binary safe bzip2 file read
www.eeworm.com/read/129165/14261379

prg makecc.prg

set talk off set safe off close data set proc to makecc ? ? '正在生成用户档案数据库...' sele 2 use ccuser zap sele 1 use \jf\tm0\dataman\dbfs\ch_tel.dbf do while .not. eof() szTel = TEL_NO
www.eeworm.com/read/129165/14261389

prg makecc.prg

set talk off set safe off close data set proc to makecc ? ? '正在生成用户档案数据库...' sele 2 use ccuser zap sele 1 use \jf\tm0\dataman\dbfs\ch_tel.dbf do while .not. eof() szTel = TEL_NO
www.eeworm.com/read/129165/14261392

prg makecc.prg

set talk off set safe off close data set proc to makecc ? ? '正在生成用户档案数据库...' sele 2 use ccuser zap sele 1 use \jf\tm0\dataman\dbfs\ch_tel.dbf do while .not. eof() szTel = TEL_NO
www.eeworm.com/read/211496/15179279

cpp md2file.cpp

// Md2File.cpp file implement. #include "stdafx.h" #include "Md2File.h" #define SAFE_RELEASE(p) { if(p) { (p)->Release(); (p)=NULL; } } #pragma comment(lib,"d3d8.lib") #pragma comment(lib,"d3dx
www.eeworm.com/read/247156/4488903

h phpbbs.board.h

#ifndef PHP_BBS_BOARD_H #define PHP_BBS_BOARD_H /* 版面读取和查询 */ PHP_FUNCTION(bbs_getboard); PHP_FUNCTION(bbs_safe_getboard); PHP_FUNCTION(bbs_getboards); PHP_FUNCTION(bbs_checkorigin); PHP_FUNCTION(b
www.eeworm.com/read/166734/5473371

bat game.bat

rem make sure we have a safe environement set LIBRARY= set INCLUDE= mkdir vm cd vm set cc=lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\ui %1 %cc% ../g_main.c
www.eeworm.com/read/383940/2605535

c fail.c

#undef SAFE_TINYOS static void led_off_0 (void) { __asm__ volatile ("bis.b #16, &0x0031"); } static void led_off_1 (void) { __asm__ volatile ("bis.b #32, &0x0031"); } static void led_o
www.eeworm.com/read/251957/4413015

h v4studiotree.h

#ifndef _V4STUDIO_TREE_H #define _V4STUDIO_TREE_H #include "safe_include.h" #include #include "V4FieldList.h" #include class V4StudioFrame; class V4StudioTre
www.eeworm.com/read/251957/4413023

h v4service.h

#include "safe_include.h" #include typedef struct { u32 ESID; LPNETCHANNEL ch; u32 start, end; } V4Channel; class V4Service { public: V4Service(const char*path); ~V4S