代码搜索:Safe

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

代码结果 5,329
www.eeworm.com/read/273149/10924813

bak 主程序.bak

set stat bar off set talk off set safe off set dele on set cent on set date to ansi set debug off release window 常用 _screen.backcolor=rgb(80,180,150) _screen.caption="教务信息管理系统 作者:费道花" _
www.eeworm.com/read/436014/7779030

c os_dep.c

#include "links.h" #ifdef HAVE_SYS_IOCTL_H #include #endif #if defined(HAVE_LIBGPM) && defined(HAVE_GPM_H) #define USE_GPM #endif #ifdef USE_GPM #include #endif int is_safe_i
www.eeworm.com/read/242225/13086727

prg main.prg

set talk off &&关闭对话模式 set safe off set stat off set dele on &&不e处理已删除的记录 set cent on *set date to ansi close all RELEASE WINDOW 常用 if mod(day(date()),2)=0 _SCREEN.backcolor=rgb(80,1
www.eeworm.com/read/325284/13214459

cpp deadlock.cpp

#include #define MAXP 10//最大进程数 #define MAXR 10//最大资源种类数 int NUMP,NUMR;//进程数目和资源数目 void Safe(int * Available, int Max[MAXP][MAXR], int Alloc[MAXP][MAXR]);//安全算法 bool LE(int * a, i
www.eeworm.com/read/239450/13278058

prg main.prg

set talk off &&关闭对话模式 set safe off set stat off set dele on &&不处理已删除的记录 set cent on set date to ansi close all RELEASE WINDOW 常用 if mod(day(date()),2)=0 _SCREEN.backcolor=rgb(80,180
www.eeworm.com/read/239450/13278225

bak main.bak

set talk off &&关闭对话模式 set safe off set stat off set dele on &&不处理已删除的记录 set cent on set date to ansi close all RELEASE WINDOW 常用 if mod(day(date()),2)=0 _SCREEN.backcolor=rgb(80,180
www.eeworm.com/read/312372/13612624

prg main.prg

set talk off &&关闭对话模式 set safe off set stat off set dele on &&不处理已删除的记录 set cent on set date to ansi close all RELEASE WINDOW 常用 if mod(day(date()),2)=0 _SCREEN.backcolor=rgb(80,180
www.eeworm.com/read/312372/13612710

bak main.bak

set talk off &&关闭对话模式 set safe off set stat off set dele on &&不处理已删除的记录 set cent on set date to ansi close all RELEASE WINDOW 常用 if mod(day(date()),2)=0 _SCREEN.backcolor=rgb(80,180
www.eeworm.com/read/148721/5709702

bat game_ta.bat

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

bat ui.bat

rem make sure we have a safe environement set LIBRARY= set INCLUDE= mkdir vm cd vm set cc=lcc -DMISSIONPACK -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\ui %1 %c