代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/295361/8167980
c krx50900.c
/*
* A solution to exercise 5-9 in K&R2, page 114:
*
* Rewrite the routines day_of_year and month_day with pointers
* instead of indexing.
*
* Lars Wirzenius
*/
#include
www.eeworm.com/read/193277/8242929
m polyprint.m
function symb_pvec = polyprint(pvec)
%POLYPRINT Pretty print polynomial expression
%
% POLYPRINT is obsolete. Use SDISPLAY instead.
% Author Johan L鰂berg
% $Id: polyprint.m,v 1.6 2004/09/15 16:
www.eeworm.com/read/367865/9725323
h unpifi.h
/* Our own header for the programs that need interface configuration info.
Include this file, instead of "unp.h". */
#ifndef __unp_ifi_h
#define __unp_ifi_h
#include "unp.h"
#include
www.eeworm.com/read/415963/11046615
~pa mainu.~pa
unit mainu;
{
This program was created to help show you how to display 3D models without using DirectX, OpenGl...
but instead just your own code.
Feel free to change anything you want.
You migh
www.eeworm.com/read/415963/11046617
pas mainu.pas
unit mainu;
{
This program was created to help show you how to display 3D models without using DirectX, OpenGl...
but instead just your own code.
Feel free to change anything you want.
You migh
www.eeworm.com/read/135541/13922124
ipv6-down
#!/bin/bash
# This file should not be modified -- make local changes to
# /etc/ppp/ipv6-down.local instead
PATH=/sbin:/usr/sbin:/bin:/usr/bin
export PATH
LOGDEVICE=$6
REALDEVICE=$1
[ -x /etc/ppp/ip
www.eeworm.com/read/135541/13922177
ipv6-up
#!/bin/bash
# This file should not be modified -- make local changes to
# /etc/ppp/ipv6-up.local instead
PATH=/sbin:/usr/sbin:/bin:/usr/bin
export PATH
LOGDEVICE=$6
REALDEVICE=$1
# Setup IPv6
if [
www.eeworm.com/read/112441/15485315
h unpifi.h
/* Our own header for the programs that need interface configuration info.
Include this file, instead of "unp.h". */
#ifndef __unp_ifi_h
#define __unp_ifi_h
#include "unp.h"
#include
www.eeworm.com/read/110993/15520651
h pstash.h
//: C13:PStash.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Holds pointers instead of objects
www.eeworm.com/read/104052/15711697
c inet_sr.c
/*
Modifications:
1998-07-01 - Arnaldo Carvalho de Melo - GNU gettext instead of catgets
*/
#include "config.h"
#if HAVE_AFINET
#include
#include
#include