代码搜索:quick
找到约 3,674 项符合「quick」的源代码
代码结果 3,674
www.eeworm.com/read/479560/1331169
c physfshttpd.c
/*
* This is a quick and dirty HTTP server that uses PhysicsFS to retrieve
* files. It is not robust at all, probably buggy, and definitely poorly
* designed. It's just meant to show that it can
www.eeworm.com/read/462367/1546432
c example.c
// String language example
a = "The quick ";
b = "brown fox ";
s = a + b;
print s;
input c;
if (c == "jumps") // if .. then .. else
s = s + c;
else { // Compound statement
www.eeworm.com/read/462367/1546454
c example.c
// String language example
a = "The quick ";
b = "brown fox ";
s = a + b;
print s;
input c;
if (c == "jumps") // if .. then .. else
s = s + c;
else { // Compound statement
www.eeworm.com/read/462367/1546456
txt a.txt
// String language example
a = "The quick ";
b = "brown fox ";
s = a + b;
print s;
input c;
if (c == "jumps") // if .. then .. else
s = s + c;
else { // Compound statement
www.eeworm.com/read/462367/1546470
c example.c
// String language example
a = "The quick ";
b = "brown fox ";
s = a + b;
print s;
input c;
if (c == "jumps") // if .. then .. else
s = s + c;
else { // Compound statement
www.eeworm.com/read/462367/1546482
c example.c
// String language example
a = "The quick ";
b = "brown fox ";
s = a + b;
print s;
input c;
if (c == "jumps") // if .. then .. else
s = s + c;
else { // Compound statement
www.eeworm.com/read/242082/4556425
c exetype.c
/*
* exeType( filename ) - Return the type of .EXE, based on a quick
* examination of the header. If it is a new .EXE
* and the OS ( Windows, DOS 4.X, 286DOS ) cannot
* be