代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/296064/3908316
h exec.h
/*
* This source code is a part of coLinux source package.
*
* Dan Aloni , 2003 (c)
*
* The code is licensed under the GPL. See the COPYING file at
* the root directory.
*
*/
www.eeworm.com/read/296064/3908351
c exec.c
/*
* This source code is a part of coLinux source package.
*
* Dan Aloni , 2003 (c)
*
* The code is licensed under the GPL. See the COPYING file at
* the root directory.
*
*/
www.eeworm.com/read/296064/3908453
c exec.c
/*
* This source code is a part of coLinux source package.
*
* Dan Aloni , 2003 (c)
*
* The code is licensed under the GPL. See the COPYING file at
* the root directory.
*
*/
www.eeworm.com/read/294435/3916888
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/294435/3916892
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/294435/3916896
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/294435/3916900
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
#../../crf_learn -a C
www.eeworm.com/read/293248/3933723
c exec.c
/*
* vivi/lib/exec.c: Execute a binary.
*
* Copyright (C) 2002 MIZI Research, Inc.
*
* Author: Janghoon Lyu
* Date : $Date: 2002/08/10 07:47:08 $
*
* $Revision: 1.4 $
*
* $
www.eeworm.com/read/292705/3949574
c exec.c
/*
* linux/fs/exec.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* #!-checking implemented by tytso.
*/
/*
* Demand-loading implemented 01.12.91 - no need to read anything but
* the