代码搜索:Programs

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

代码结果 10,000
www.eeworm.com/read/204122/15344146

readme

Simple DirectMedia Layer (SDL) Version 1.2 --- http://www.libsdl.org/ This is the Simple DirectMedia Lay
www.eeworm.com/read/200376/15434620

doc upx.doc

NAME upx - compress or expand executable files SYNOPSIS upx [ *command* ] [ *options* ] *filename*... ABSTRACT The Ultimate Packer for eXecutables Copyright (c
www.eeworm.com/read/113863/15446373

readme

CAVEATS ======= 1. Please do NOT send me email with your "make" output, asking me what to do to get the source code working on your system. You would not believe the volume of email that I get
www.eeworm.com/read/113551/15453468

txt readme_3dyuv.txt

// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = // THREEE DIMENSIONAL SPIHT COMPRESSION FOR COLOR IMAGE SEQUENCES // // = = = = = = = = = = = = = = = = =
www.eeworm.com/read/113029/15472028

cpp fig18_35.cpp

// Fig. 18.35: fig18_35.cpp // Using memcpy. #include using std::cout; using std::endl; #include // memcpy prototype int main() { char s1[ 17 ]; char s2[] =
www.eeworm.com/read/113029/15472029

cpp fig18_23.cpp

// Fig. 18.23: fig18_23.cpp // Using atol. #include using std::cout; using std::endl; #include // atol prototype int main() { long x = atol( "1000000" ); c
www.eeworm.com/read/113029/15472036

cpp fig18_21.cpp

// Fig. 18.21: fig18_21.cpp // Using atof. #include using std::cout; using std::endl; #include // atof prototype int main() { double d = atof( "99.0" ); co
www.eeworm.com/read/113029/15472038

cpp fig18_30.cpp

// Fig. 18.30: fig18_30.cpp // Using strpbrk. #include using std::cout; using std::endl; #include // strpbrk prototype int main() { const char *string1 = "This i
www.eeworm.com/read/113029/15472040

cpp fig18_22.cpp

// Fig. 18.22: fig18_22.cpp // Using atoi. #include using std::cout; using std::endl; #include // atoi prototype int main() { int i = atoi( "2593" ); cout
www.eeworm.com/read/113029/15472069

cpp fig04_06.cpp

// Fig. 4.6: fig04_06.cpp // Using a properly initialized constant variable. #include using std::cout; using std::endl; int main() { const int x = 7; // initialized constant