代码搜索:does
找到约 10,000 项符合「does」的源代码
代码结果 10,000
www.eeworm.com/read/280401/10332259
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/354492/10349470
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/277712/10611278
txt readme.txt
-------------------------------
Semi VB Decompiler by vbgamer45
Open Source
Version: 0.03
-------------------------------
Contents
1. What's New?
2. Features
3. Questions?
4. Bugs
5. Contact
www.eeworm.com/read/277690/10612040
cce rx1display.cce
Warning[000] F:\piclx\RX1DISPLAY.C 123 : Missing newline
Warning[000] F:\piclx\RX1DISPLAY.C 122 : line does not have a newline on the end
www.eeworm.com/read/277690/10612186
cce display.cce
Warning[000] F:\piclx\display.c 123 : Missing newline
Warning[000] F:\piclx\display.c 122 : line does not have a newline on the end
www.eeworm.com/read/276983/10690645
cpp p1-29.cpp
#include
main()
{
int a,b;
//输入数据
couta;
coutb;
//除法判断
if (b!=0 && a%b==0) {
cout
www.eeworm.com/read/275320/10824125
txt readme.txt
-------------------------------
Semi VB Decompiler by vbgamer45
Open Source
Version: 0.03
-------------------------------
Contents
1. What's New?
2. Features
3. Questions?
4. Bugs
5. Contact
www.eeworm.com/read/274718/10856899
cpp 2_16.cpp
#include
using namespace std;
int main()
{ double x = 10/7.0; cout
www.eeworm.com/read/419152/10883583
s add.s
/* This doesn't test overflow exceptions; exception.S does that. */
.text
.globl __start
.ent __start
__start:
li $2, -1
li $3, 1
add $8, $3, $2
add $9, $3, $0
add $10, $3, $3
add $11, $2, $2
add $12
www.eeworm.com/read/272824/10942951
cpp p1-29.cpp
#include
main()
{
int a,b;
//输入数据
couta;
coutb;
//除法判断
if (b!=0 && a%b==0) {
cout