代码搜索:Exec
找到约 10,000 项符合「Exec」的源代码
代码结果 10,000
www.eeworm.com/read/217373/14967594
o exec.o
www.eeworm.com/read/217373/14967685
c exec.c
/*
* vivi/lib/exec.c: Execute a binary.
*
* Copyright (C) 2002 MIZI Research, Inc.
*
* Author: Janghoon Lyu
* Date : $Date: 2004/02/04 06:22:25 $
*
* $Revision: 1.1.1.1 $
*
www.eeworm.com/read/216437/15014236
c exec.c
/*
* linux/fs/exec.c
*
* (C) 1991 Linus Torvalds
*/
/*
* #!-checking implemented by tytso.
*/
/*
* Demand-loading implemented 01.12.91 - no need to read anything but
* the header into mem
www.eeworm.com/read/115010/15029782
c exec.c
u32 arm_exec (void)
{
switch (CONDITION_MASK) {
case 0:
if (ZFLAG)
return opcode_handles[OPCODE_MASK]();
break;
case 1:
if (!ZFLAG)
return opcode_handles[OPCODE
www.eeworm.com/read/212643/15151607
sh exec.sh
#!/bin/sh
../../crf_learn -c 10.0 template train.data model
../../crf_test -m model test.data
../../crf_learn -a MIRA template train.data model
../../crf_test -m model test.data
rm -f model
www.eeworm.com/read/212643/15151611
sh exec.sh
#!/bin/sh
../../crf_learn -f 3 -c 4.0 template train.data model
../../crf_test -m model test.data
../../crf_learn -a MIRA -f 3 template train.data model
../../crf_test -m model test.data
rm -f model
www.eeworm.com/read/212643/15151615
sh exec.sh
#!/bin/sh
../../crf_learn -f 3 -c 4.0 template train.data model
../../crf_test -m model test.data
../../crf_learn -a MIRA -f 3 template train.data model
../../crf_test -m model test.data
rm -f model
www.eeworm.com/read/212643/15151619
sh exec.sh
#!/bin/sh
../../crf_learn -c 4.0 template train.data model
../../crf_test -m model test.data
../../crf_learn -a MIRA template train.data model
../../crf_test -m model test.data
rm -f model
www.eeworm.com/read/212498/15155634
c exec.c
/*
* linux/fs/exec.c
*
* (C) 1991 Linus Torvalds
*/
/*
* #!-checking implemented by tytso.
*/
/*
* Demand-loading implemented 01.12.91 - no need to read anything but
* the header into mem