代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/283334/4081584
py media.py
# This file was created automatically by SWIG 1.3.29.
# Don't modify this file, modify the SWIG interface instead.
"""
Classes for a media player control
"""
import _media
import new
new_in
www.eeworm.com/read/279968/4130833
h errno.h
/* errno is not a global variable, because that would make using it
non-reentrant. Instead, its address is returned by the function
__errno. */
#ifndef _SYS_ERRNO_H_
#ifdef __cplusplus
extern
www.eeworm.com/read/277562/4154311
install
Installing Speex is as easy as:
% ./configure [--prefix=]
% make
% make install
Note that if you are using the code from SVN, you will need to run "autogen.sh"
instead of "configure".
www.eeworm.com/read/273662/4202320
c adm_ops.c
/*
* adm_ops.c: routines for affecting working copy administrative
* information. NOTE: this code doesn't know where the adm
* info is actually stored. Instead, generic hand
www.eeworm.com/read/273660/4203325
c adm_ops.c
/*
* adm_ops.c: routines for affecting working copy administrative
* information. NOTE: this code doesn't know where the adm
* info is actually stored. Instead, generic hand
www.eeworm.com/read/272724/4215208
java imagelabel.java
// ImageLabel - a label with an image instead of a string
//
// Copyright (C)1996,1998 by Jef Poskanzer . All rights reserved.
//
// Redistribution and use in source and binary forms
www.eeworm.com/read/440906/1781638
c 20010313-1.c
/* Origin: Joseph Myers . */
/* After the open parenthesis before the __attribute__, we used to shift
the __attribute__ (expecting a parenthesised abstract declarator)
instead
www.eeworm.com/read/439725/1804977
c buffer.c
/*
* 'buffer.c' implements the buffer-cache functions. Race-conditions have
* been avoided by NEVER letting a interrupt change a buffer (except for the
* data, of course), but instead letting the
www.eeworm.com/read/438718/1822855
py wdbframewin.py
# wdbframewin.py -- frame window for wdb.py
# XXX To do:
# - display function name in window title
# - execute arbitrary statements instead of just evaluating expressions
# - allow setting variables
www.eeworm.com/read/430898/1915207
printpath
#!/bin/sh
# Look for program[s] somewhere in $PATH.
#
# Options:
# -s
# Do not print out full pathname. (silent)
# -pPATHNAME
# Look in PATHNAME instead of $PATH
#
# Usage:
# PrintPath [-s] [