代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/117325/6104475
readme
Due to GPL restrictions in the most current version of the mib module,
the ipfchains package is now distributed separately. You can get it
from ftp://ucd-snmp.ucdavis.edu/contrib/ucd-ipfchains.tar.g
www.eeworm.com/read/109242/6175510
c scanf.c
/*
* Unit test suite for *scanf functions.
*
* Copyright 2002 Uwe Bonnes
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General P
www.eeworm.com/read/104049/6211771
readme
Due to GPL restrictions in the most current version of the mib module,
the ipfchains package is now distributed separately. You can get it
from ftp://ucd-snmp.ucdavis.edu/contrib/ucd-ipfchains.tar.g
www.eeworm.com/read/162614/5523243
f90 common_size.f90
! The size of common 'com1' should be 80, instead of 112.
program common_size
real (kind=8) a(8)
real (kind=8) b(5), c(5)
common /com1/b,c
equivalence (a(1), b(2))
b = 100
c = 200
www.eeworm.com/read/162614/5524084
ada ce3605d.ada
-- CE3605D.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/158865/5592715
h signal1.h
/* The g77 implementation of libf2c directly includes signal1.h0,
instead of copying it to signal1.h, since that seems easier to
cope with at this point. */
#include "signal1.h0"
www.eeworm.com/read/109477/15556505
h malloc.h
#ifndef _LINUX_MALLOC_H
#define _LINUX_MALLOC_H
#warning linux/malloc.h is deprecated, use linux/slab.h instead.
#include
#endif /* _LINUX_MALLOC_H */
www.eeworm.com/read/424281/10467062
todo
* Check behavior of conjugate_fr in multimin -- the demo results look odd.
* Should have made f and df return int instead of void.
* Handle errors via GSL_NAN similar to min.h in min/
www.eeworm.com/read/296774/7114004
h seq2-sysv3.h
/* Sequent DYNIX/ptx 2.x (SVr3) */
#include "i386/seq-sysv3.h"
/* Use atexit for static destructors, instead of defining
our own exit function. */
#define HAVE_ATEXIT