代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/392544/8337083

20 fig17.20

#include "apue.h" #include /* * Pass a file descriptor to another process. * If fd
www.eeworm.com/read/269691/11082948

c sendfd.c

#include "apue.h" #include /* * Pass a file descriptor to another process. * If fd
www.eeworm.com/read/269691/11083365

20 fig17.20

#include "apue.h" #include /* * Pass a file descriptor to another process. * If fd
www.eeworm.com/read/335362/12534222

c sendfd.c

#include "apue.h" #include /* * Pass a file descriptor to another process. * If fd
www.eeworm.com/read/335362/12534855

20 fig17.20

#include "apue.h" #include /* * Pass a file descriptor to another process. * If fd
www.eeworm.com/read/135541/13922157

ip-down

#!/bin/bash # This file should not be modified -- make local changes to # /etc/ppp/ip-down.local instead PATH=/sbin:/usr/sbin:/bin:/usr/bin export PATH LOGDEVICE=$6 REALDEVICE=$1 [ -x /etc/ppp/ip-d
www.eeworm.com/read/104052/15711676

c inet6_sr.c

/* Modifications: 1998-07-01 - Arnaldo Carvalho de Melo - GNU gettext instead of catgets */ #include "config.h" #if HAVE_AFINET6 #include #include #include
www.eeworm.com/read/103960/15715614

c sendfd.c

#include #include #include "ourhdr.h" /* Pass a file descriptor to another process. * If fd
www.eeworm.com/read/100585/15870653

c sendfd.c

#include #include #include "ourhdr.h" /* Pass a file descriptor to another process. * If fd
www.eeworm.com/read/389029/8552454

m bfgsi.m

function H = bfgsi(H0,dg,dx) % H = bfgsi(H0,dg,dx) % dg is previous change in gradient; dx is previous change in x; % 6/8/93 version that updates inverse hessian instead of hessian % itself. % Copyrig