代码搜索:carefully
找到约 997 项符合「carefully」的源代码
代码结果 997
www.eeworm.com/read/136812/5857558
c des_soft.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)des_soft.c 1.1 92/07/30 (C) 1987 Sun Micro";
#endif
/*
* Warning! Things are arranged very carefully in this file to
* allow read-
www.eeworm.com/read/263968/11334935
todo
amp0.7 TODO file
================
### immediate
more carefully set audio parameters, report errors, etc..
clearly separate three components from Thomas Sailer's rtbuf.c (prefetch, realtime
privs an
www.eeworm.com/read/225725/14521598
htm ei25.htm
Effective C++, 2E | Item 25: Avoid overloading on a pointer and a numerical type Back to Item 24: Choose carefully between function overloading and parameter defaulting.
Continue to Item 26: Guard ag
www.eeworm.com/read/223853/14615548
txt license.txt
END-USER LICENCE AGREEMENT FOR ARAXIS MERGE 2001 SOFTWARE v6.0 EVALUATION EDITION
IMPORTANT - READ CAREFULLY: This Araxis End-User Licence Agreement
("EULA") is a legal agreement between you (eit
www.eeworm.com/read/216502/4891880
c hypot.c
/*
* sqrt(a^2 + b^2)
* (but carefully)
*/
double sqrt();
double
hypot(a,b)
double a,b;
{
double t;
if(a
www.eeworm.com/read/236375/14018146
txt license_educational.txt
MICROCANOPEN EDUCATIONAL LICENSE
EMBEDDED SYSTEMS ACADEMY, INC.
MicroCANopen, V3.30, ESA 30-JAN-07
You should carefully read the following terms and conditions before using this
software. Unless
www.eeworm.com/read/108874/15572894
htm ei25.htm
Effective C++, 2E | Item 25: Avoid overloading on a pointer and a numerical type Back to Item 24: Choose carefully between function overloading and parameter defaulting.
Continue to Item 26: Guard ag
www.eeworm.com/read/101783/15817117
htm ei25.htm
Effective C++, 2E | Item 25: Avoid overloading on a pointer and a numerical type Back to Item 24: Choose carefully between function overloading and parameter defaulting.
Continue to Item 26: Guard ag
www.eeworm.com/read/174881/9570838
c ttfread.c
/* ttfread.c
* read data element form ttf file
* swap byte order carefully for MSBFirst
* presume that int is 32 bits
*/
#include
#if defined(__GNUC__) && defined(_IBMR2)
/* Workaround
www.eeworm.com/read/131315/5942113
sh subst.sh
#! /bin/sh
# subst - substitute strings into files, carefully
PATH=/bin:/usr/bin ; export PATH
sed=sed
case "$1"
in
-e)
sed=$2
shift ; shift
;;
esac
case "$1"
in
-f)
substs=$2
shift ; shift