代码搜索:Specify

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

代码结果 4,132
www.eeworm.com/read/371500/9551431

c exec1.c

#include #include #include "ourhdr.h" char *env_init[] = { "USER=unknown", "PATH=/tmp", NULL }; int main(void) { pid_t pid; if ( (pid =
www.eeworm.com/read/359019/10169739

h exclude.h

/* @(#)exclude.h 1.2 99/03/02 eric */ /* * 9-Dec-93 R.-D. Marzusch, marzusch@odiehh.hanse.de: * added 'exclude' option (-x) to specify pathnames NOT to be included in * CD image. */ void exclude
www.eeworm.com/read/276123/10762662

makefile-omap2420

############################################################################### # # DOC driver Makefile for Linux 2.6. # Copyright (C) 2006, msystems Ltd. All rights reserved. # # Use this Makefile if
www.eeworm.com/read/419194/10880422

txt help_show.txt

show: Usage: "show " All configurable variables will be shown. For interface-specific variables, specify the interface along with the show command (e.g., ETH0, ETH1, PPP0).
www.eeworm.com/read/419194/10880458

txt help_show.txt

show: Usage: "show " All configurable variables will be shown. For interface-specific variables, specify the interface along with the show command (e.g., ETH0, ETH1, PPP0).
www.eeworm.com/read/449504/7502150

m multilogit_demo.m

% PURPOSE: demonstrates the use of multilogit.m % author: simon d.woodcock % 9/13/2002 clear; clc; % be sure to add the econometrics toolbox to your search path %---- CREATE SOME DEMO DATA
www.eeworm.com/read/440842/7680286

m multilogit_demo.m

% PURPOSE: demonstrates the use of multilogit.m % author: simon d.woodcock % 9/13/2002 clear; clc; % be sure to add the econometrics toolbox to your search path %---- CREATE SOME DEMO DATA
www.eeworm.com/read/436995/7757433

m xgenrn.m

% xgenrn.m % Scope: This MATLAB program generates random numbers with normal (Gaussian) % distribution, with mean and standard deviation specified; plots
www.eeworm.com/read/436995/7757472

m xrwalk.m

% xrwalk.m % Scope: This MATLAB program generates a random walk process, and plots the % random walk sequence and the normalized auto-correlation sequence
www.eeworm.com/read/331180/12841005

c exec1.c

#include #include #include "ourhdr.h" char *env_init[] = { "USER=unknown", "PATH=/tmp", NULL }; int main(void) { pid_t pid; if ( (pid = fork()) < 0) err_sys("fork err