代码搜索:Programs

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

代码结果 10,000
www.eeworm.com/read/100127/6274190

doc cd.doc

Introduction. A number of programs have been written which access the Silicon Graphics CD-ROM player. These programs all use the interface defined in readcd.py (see readcd.doc for documentation). S
www.eeworm.com/read/327092/6345588

html 455-457.html

Linux Configuration and Installation:Programming in Linux
www.eeworm.com/read/486345/6540240

txt license.txt

The MathWorks, Inc. Software License Booklet IMPORTANT NOTICE Read the terms and conditions of your License Agreement carefully. The License Agreement together with any applicable Addendum
www.eeworm.com/read/479166/6699916

cpp fig18_03.cpp

// Fig. 18.3: Fig18_03.cpp // Demonstrating string member function substr. #include using std::cout; using std::endl; #include using std::string; int main() { strin
www.eeworm.com/read/479166/6699931

cpp fig04_14.cpp

// Fig. 4.14: fig04_14.cpp // Test program for class Analysis. #include "Analysis.h" // include definition of class Analysis int main() { Analysis application; // create Analysis object
www.eeworm.com/read/479166/6699932

h analysis.h

// Fig. 4.12: Analysis.h // Definition of class Analysis that analyzes examination results. // Member function is defined in Analysis.cpp // Analysis class definition class Analysis { public:
www.eeworm.com/read/479166/6699944

cpp fig03_13.cpp

// Fig. 3.13: fig03_13.cpp // GradeBook class demonstration after separating // its interface from its implementation. #include using std::cout; using std::endl; #include "GradeBo
www.eeworm.com/read/479166/6699971

cpp fig16_05.cpp

// Fig. 16.5: Fig16_05.cpp // Demonstrating pre-standard new returning 0 when memory // allocation fails. #include using std::cerr; using std::cout; int main() { double *ptr[
www.eeworm.com/read/479166/6700003

cpp fig20_38.cpp

// Fig. 20.38: fig20_38.cpp // Standard Library algorithms min and max. #include using std::cout; using std::endl; #include int main() { cout
www.eeworm.com/read/479166/6700037

cpp fig19_37.cpp

// Fig. 19.37: fig19_37.cpp // Using memmove. #include using std::cout; using std::endl; #include // memmove prototype using std::memmove; int main() { char x[] =