代码搜索:WITHOUT
找到约 10,000 项符合「WITHOUT」的源代码
代码结果 10,000
www.eeworm.com/read/182833/9188614
c p2protocol.c
/*
* Copyright (c) 2003-2005 Thomer M. Gil (thomer@csail.mit.edu)
* Massachusetts Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtain
www.eeworm.com/read/182833/9188684
h protocolobserver.h
/*
* Copyright (c) 2003-2005 Thomer M. Gil (thomer@csail.mit.edu)
* Massachusetts Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtain
www.eeworm.com/read/182833/9188939
h eventfactory.h
/*
* Copyright (c) 2003-2005 Thomer M. Gil (thomer@csail.mit.edu)
* Massachusetts Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtain
www.eeworm.com/read/182116/9216898
fonts readme.fonts
The copyright for *.bdf (taken from X) is as follows:
Copyright 1984-1989, 1994 Adobe Systems Incorporated.
Copyright 1988, 1994 Digital Equipment Corporation.
Adobe is a trademark of Adobe Systems
www.eeworm.com/read/179954/9329341
txt readme.txt
These are the examples from the following book:
Nicolai M. Josuttis
The C++ Standard Library - A Tutorial and Reference
Addison Wesley Longman, 1999
ISBN 0-201-37926-0
For further informati
www.eeworm.com/read/372772/9493952
txt order3.txt
EhLib - Upgrade from 'without sources' to 'source included' version Registration
Registration fee: $50
If you would like to register EhLib - Upgrade from 'without sources'
to 'source include
www.eeworm.com/read/174714/9575796
hin shapiro.hin
Grand prize for most well-rounded in confusion: Carl Shapiro
As submitted, this program was 3 lines (2 of defines and 1 of code).
To make news & mail happy we split the last line into 7.
www.eeworm.com/read/169790/9838108
am makefile.am
# Copyright (C) 1999-2005 Open Source Telecom Corporation.
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
www.eeworm.com/read/169651/9847962
h ca.h
/*
------------------------------------------------------------------
Copyright
Sun Microsystems, Inc.
Copyright (C) 1994, 1995, 1996 Sun Microsystems, Inc. All Rights
Reserved.
Permissi
www.eeworm.com/read/167987/9942624
tellme
#!/bin/ksh
# Scriptname: tellme
# Example 10.91
read age?"How old are you? "
if (( age < 0 || age > 120 ))
then
print "Welcome to our planet! "
exit 1
fi
if (( age >= 0 && age < 13 ))
t