代码搜索:Safe
找到约 5,329 项符合「Safe」的源代码
代码结果 5,329
www.eeworm.com/read/166734/5473337
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/166734/5473411
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
www.eeworm.com/read/166734/5473556
bat cgame.bat
rem make sure we have a safe environement
set LIBRARY=
set INCLUDE=
mkdir vm
cd vm
set cc=lcc -DQ3_VM -DCGAME -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\ui %1
%cc% ../..
www.eeworm.com/read/166734/5473561
bat cgame_ta.bat
rem make sure we have a safe environement
set LIBRARY=
set INCLUDE=
mkdir vm
cd vm
set cc=lcc -DQ3_VM -DMISSIONPACK -DCGAME -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\ui %1
www.eeworm.com/read/339586/3297810
ac mutex.ac
# $Id: mutex.ac,v 11.46 2004/07/09 16:23:19 bostic Exp $
# POSIX pthreads tests: inter-process safe and intra-process only.
AC_DEFUN(AM_PTHREADS_SHARED, [
AC_TRY_RUN([
#include
main() {
www.eeworm.com/read/316872/3597205
h edac.h
#ifndef _ASM_X86_EDAC_H
#define _ASM_X86_EDAC_H
/* ECC atomic, DMA, SMP and interrupt safe scrub function */
static __inline__ void atomic_scrub(void *va, u32 size)
{
u32 i, *virt_addr = va;
/*
www.eeworm.com/read/448583/1687106
java jm.java
package com.safe.DataJM;
public class JM {
private String needjam=""; //用户输入的需要被加密的字符串
private String overjam=""; //加密过的字符串
private String needjem=""; //需要被解密的字符串
private String overj
www.eeworm.com/read/384760/2597620
ac mutex.ac
# $Id: mutex.ac,v 12.18 2006/06/20 20:31:01 bostic Exp $
# POSIX pthreads tests: inter-process safe and intra-process only.
AC_DEFUN(AM_PTHREADS_SHARED, [
AC_TRY_RUN([
#include
main() {
www.eeworm.com/read/267293/4268048
c savelogo.c
#include "config.h"
/*
** FILE
** Savelogo.c
** DESCRIPTION
** generated by Wyf at 2003/3/10
*/
#ifdef SUPPORT_SCREEN_SAFE
const unsigned char Safelogo [] = {
0x00,0x00,0x01,0xb3,0x06,0x00
www.eeworm.com/read/251957/4413021
cpp v4studioapp.cpp
#include "safe_include.h"
#include "wx/wxprec.h"
#ifndef WX_PRECOMP
#include "wx/wx.h"
#endif
#include "V4StudioApp.h"
#include "V4StudioFrame.h"
#include
//#include