代码搜索:does

找到约 10,000 项符合「does」的源代码

代码结果 10,000
www.eeworm.com/read/396170/8121009

cpp swap.cpp

// swap() does not swap the value of the arguments! void swap( int v1, int v2 ) { int tmp = v2; v2 = v1; v1 = tmp; }
www.eeworm.com/read/245561/12794098

cce 11.cce

Warning[000] C:\kingty\keyboard\11.c 8 : Missing newline Warning[000] C:\kingty\keyboard\11.c 7 : line does not have a newline on the end
www.eeworm.com/read/245201/12810772

cpp swap.cpp

// swap() does not swap the value of the arguments! void swap( int v1, int v2 ) { int tmp = v2; v2 = v1; v1 = tmp; }
www.eeworm.com/read/143457/12874597

cpp p1-29.cpp

#include main() { int a,b; //输入数据 couta; coutb; //除法判断 if (b!=0 && a%b==0) { cout
www.eeworm.com/read/146084/5740071

readme

/* * Copyright © 2002 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, * California 95054, U.S.A. All rights reserved. Sun Microsystems, Inc. has * intellectual property rights relating
www.eeworm.com/read/144521/5749867

txt output_file.txt

"Daddy, "For "Hmm." "I "Like "You're -- A Aice Alice Alices City Daddy, Daddy." Emma He Her I I. Like MooCat New Of One Only She Shyly, Taddens, Torah, Tucson Tucson, We're Yes. York You'll Your a aga
www.eeworm.com/read/141279/5774161

cc nulldude.cc

#include "NullDude.h" // Sits on his ass and does nothing NullDude::NullDude() { //cout
www.eeworm.com/read/140582/5786593

txt description.txt

These tests are Pluto unit tests - it runs IKE in a bottle. It does not talk to KLIPS at all, but does require that a number of aliases be configured on the loopback device. It also requires some entr
www.eeworm.com/read/140582/5787232

v1

# V1 _confread --search finds fred, even though it should not! # It does not find walter (good) and does find joe (good). # Notice that it always finds an empty section (bad). # # ipsec _confread --co
www.eeworm.com/read/137298/5826124

dpr asyncflt.dpr

//------------------------------------------------------------------------------ // // Desc: Source for Async Filter // Last modified: // // The Async sample filter does not support AVI files, be