代码搜索:Exercise
找到约 10,000 项符合「Exercise」的源代码
代码结果 10,000
www.eeworm.com/read/414988/11087952
java horrorshow14.java
// innerclasses/HorrorShow14.java
// TIJ4 Chapter Innerclasses, Exercise 14, page361
/* Modify interfaces/HorrorShow.java to implement DangerousMonster and
* Vampire using anonymous classes.
*/
i
www.eeworm.com/read/414988/11087972
java ex5(2).java
// strings/Ex5.java
// TIJ4 Chapter Strings, Exercise 5, page 521
/* For each of the basic conversion types in the above table, write the
* most complex formatting expression possible. That is, us
www.eeworm.com/read/414988/11087979
java sentence7.java
// strings/Sentence7.java
// TIJ4 Chapter Strings, Exercise 7, page 527
/* Using the documentation for java.util.regex.Pattern as a resource,
* write and test a regular expression that checks a sen
www.eeworm.com/read/414988/11088010
java scanner20.java
// strings/Scanner20.java
// TIJ4 Chapter Strings, Exercise 20, page 549
/* Create a class that contains int, long, float and double and String fields.
* Create a constructor for this class that ta
www.eeworm.com/read/414988/11088141
java ex17.java
// interfaces/Ex17.java
// TIJ4 Chapter Interfaces, Exercise 17, page 335
// Prove that the fields in an interface are implicitly static and final.
interface Days {
int SUNDAY = 1, MONDAY = 2,
www.eeworm.com/read/414988/11088171
java itest.java
// object/ITest.java
// TIJ4 Chapter Object, Exercise 7, page 90
// Turn the Incrementable code fragments into a working program.
class StaticTest {
static int i = 47;
}
class Incrementable {
www.eeworm.com/read/414294/11122085
java simplewebserver.java
package webServer;
/* From browser you can retrieve data as follows */
/* http://localhost:8080/testudo.jpg */
/* http://localhost:8080/quotes.txt */
/* http://localhost:8080/exercise.pdf */
import
www.eeworm.com/read/147789/12520151
dat readme.dat
README file for Fence3 directory
iSIGHT v6.0 Training Class
Files needed for the exercise in the training manual
(paths are relative to the isightTrn/Fence directory):
1- ../Programs/fence.exe
www.eeworm.com/read/248273/12586616
java draw3.java
// Exercise 3.16 Solution: Draw3.java
// Program draws an oval inside a rectangle on the applet.
// Java core packages
import java.awt.Graphics; // import class Graphics
// Java extension pa
www.eeworm.com/read/132665/14081200
py ctxterror.py
#!/usr/bin/python -u
#
# This test exercise the redirection of error messages with a
# functions defined in Python.
#
import sys
import libxml2
# Memory debug specific
libxml2.debugMemory(1)
expect=