代码搜索:Specify

找到约 4,132 项符合「Specify」的源代码

代码结果 4,132
www.eeworm.com/read/335362/12534407

c exec1.c

#include "apue.h" #include char *env_init[] = { "USER=unknown", "PATH=/tmp", NULL }; int main(void) { pid_t pid; if ((pid = fork()) < 0) { err_sys("fork error"); } else if (pid ==
www.eeworm.com/read/335362/12535345

16 fig8.16

#include "apue.h" #include char *env_init[] = { "USER=unknown", "PATH=/tmp", NULL }; int main(void) { pid_t pid; if ((pid = fork()) < 0) { err_sys("fork error"); } else if (pid ==
www.eeworm.com/read/234955/14090694

c startup.c

/* startup.c */ #include "../ptpd.h" PtpClock *ptpClock; void catch_int(int sig) { ptpdShutdown(); } void catch_term(int sig) { ptpdShutdown(); } void ptpdShutdown() { netShutdown(&
www.eeworm.com/read/203062/15366292

bat chain2_serial.bat

# Batch script for submitting beamplasma.inp simulation to the T3E # To use this script, copy it over to /usr/tmp/bruhwile/batch then # cd to that directory and execute the following command: # # pr
www.eeworm.com/read/203062/15366295

bat chain0_serial.bat

# Batch script for submitting beamplasma.inp simulation to the T3E # To use this script, copy it over to /usr/tmp/bruhwile/batch then # cd to that directory and execute the following command: # # pr
www.eeworm.com/read/203062/15366299

bat chain1_serial.bat

# Batch script for submitting beamplasma.inp simulation to the T3E # To use this script, copy it over to /usr/tmp/bruhwile/batch then # cd to that directory and execute the following command: # # pr
www.eeworm.com/read/203062/15366300

bat chain4_serial.bat

# Batch script for submitting beamplasma.inp simulation to the T3E # To use this script, copy it over to /usr/tmp/bruhwile/batch then # cd to that directory and execute the following command: # # pr
www.eeworm.com/read/203062/15366301

bat chain0.bat

# Batch script for submitting beamplasma.inp simulation to the T3E # To use this script, copy it over to /usr/tmp/bruhwile/batch then # cd to that directory and execute the following command: # # pr
www.eeworm.com/read/203062/15366306

bat chain3_serial.bat

# Batch script for submitting beamplasma.inp simulation to the T3E # To use this script, copy it over to /usr/tmp/bruhwile/batch then # cd to that directory and execute the following command: # # pr
www.eeworm.com/read/291725/8402014

h m2_vd_agc_lib.h

#ifndef __M2_VD_AGC_LIB_H #define __M2_VD_AGC_LIB_H // This function must be called before other AGC relative function void VD_AGC_Init(void); #define VD_AGC_CTL_ENABLE 0x80 void VD_AGC_C