代码搜索:Exercise

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

代码结果 10,000
www.eeworm.com/read/395876/8148393

java ex2.java

// interfaces/Ex2.java // TIJ4 Chapter Interfaces, Exercise 2, page 315 // Create a class as abstract without including any abstract methods, and verify // that you cannot create any instances of t
www.eeworm.com/read/395876/8148406

java testex5.java

// interfaces.TestEx5.java // TIJ4 Chapter Interfaces, Exercise 5, page 320 // Create an interface containing three methods, in its own package. Implement it // in another package. /* Solution inc
www.eeworm.com/read/395876/8148439

java doctest.java

// object.DocTest.java // TIJ4 Chapter Object, Exercise 12, page 90 /* Find the code for the second version of HelloDate.java, which is the simple * comment documentation example. Execute Javadoc o
www.eeworm.com/read/295361/8167968

c krx50200.c

/* * Exercise 5-2 from The C Programming Language, 2nd edition, by Kernighan * and Ritchie. * * "Write getfloat, the floating-point analog of getint. What type does * getfloat return as its
www.eeworm.com/read/295361/8168035

c krx50800.c

/* * A solution to exercise 5-8 in K&R2, page 112: * * There is no error checking in day_of_year or month_day. Remedy * this defect. * * The error to check for is invalid argument values. That i
www.eeworm.com/read/295361/8168104

c krx40800.c

/* K&R Exercise 4-8 */ /* Steven Huang */ #include int buf = EOF; /* buffer for ungetch */ int getch(void) /* get a (possibly pushed back) character */ { int temp; if (buf
www.eeworm.com/read/294317/8242031

h doublechain.h

// doubly linked list // extended to include methods of Exercise 57. #ifndef DoubleChain_ #define DoubleChain_ #include #include "dnode.h" #include "xcept.h" template
www.eeworm.com/read/392244/8355406

java uniquewords21.java

// holding/UniqueWords21.java // TIJ4 Chapter Holding, Exercise 21, page422 /* Using a Map, follow the form of UniqueWords.java to create a * program that counts the occurrence of w
www.eeworm.com/read/392244/8355418

java ex5.java

// holding/Ex5.java // TIJ4 Chapter Holding, Exercise 5, page 406 /* Modify ListFeatures.java so that it uses Integers (remember * autoboxing!) instead of Pets, and explain any difference in * re
www.eeworm.com/read/392244/8355455

java statistics23.java

// holding/Statistics23.java // TIJ4 Chapter Holding, Exercise 23, page 423 /* Starting with Statistics.java, create a program that runs the test repeatedly * and looks to see if any one number ten