代码搜索:Relatively
找到约 345 项符合「Relatively」的源代码
代码结果 345
www.eeworm.com/read/216782/14992725
makefile
#
# Makefile for CUG101
#
# Should be relatively easy to adapt to other environments
#
CC = pc # MIX Power C
CFLAGS = /ms # Small memory model
LD = pcl
O = .mix # Object file suffix
www.eeworm.com/read/229562/4754316
am makefile.am
INCLUDES = -I$(top_srcdir)/include
## All tests under this GNU variable should run relatively quickly
## and of course require no setup
TESTS = testsuite
check_PROGRAMS = testsuite
testsuite_LDADD
www.eeworm.com/read/193399/8233340
h spin_delay.h
/*
* spin_delay.h -- static inline functions for relatively precise timing
* Currently only AVR code; other processors' timing loops may be
* added as I have time & need for them.
*
* (c)
www.eeworm.com/read/177728/9437771
txt readme.txt
This is a set of 32 bit Delphi components and classes for 2D plot. It is relatively simple. It is more gauge then presentation element. For more details see sgraph.htm in \doc subdirectory or look it
www.eeworm.com/read/304373/13795435
m locpow.m
function lpow = locpow(p,measp)
% LOCPOW - Internal use only
% LPOW = LOCPOW(P,MEASP) returns a 3D vector of powers of scalar
% polynomial P with variables indexed *relatively* to measure MEASP
% D
www.eeworm.com/read/155994/11836167
m4 aclocal.m4
dnl Verify that the include path used by c++ has include files that
dnl have support for multicast. A relatively common problem is that
dnl gcc/g++ may be installed at a site prior to multicast includ
www.eeworm.com/read/198657/5083369
c random2.c
/* mpn_random2 -- Generate random numbers with relatively long strings
of ones and zeroes. Suitable for border testing.
Copyright 1992, 1993, 1994, 1996, 2000, 2001, 2002 Free Software Foundation
www.eeworm.com/read/190923/5170570
am makefile.am
INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/include
## All tests under this GNU variable should run relatively quickly
## and of course require no setup
TESTS = testsuite
check_PROGRAMS =
www.eeworm.com/read/112924/15473732
c ssi.c
/*
* Family 0x0013 - Server-Side/Stored Information.
*
* Relatively new facility that allows certain types of information, such as
* a user's buddy list, permit/deny list, and permit/deny prefere
www.eeworm.com/read/100097/15885275
readme
Introduction
This is the README file for version 0.7a of efax, a program to
send and receive faxes using any Class 1 or Class 2 fax modem.
efax is a relatively small ANSI C/POSIX program that p