代码搜索:Exercise
找到约 10,000 项符合「Exercise」的源代码
代码结果 10,000
www.eeworm.com/read/100926/6263212
readme
# README,v 1.1 1999/11/23 01:59:48 othman Exp
This directory contains groups of client and server test programs that
exercise the various C++ wrappers for SSL sockets. In general, the
test progr
www.eeworm.com/read/487286/6518250
java querystudent.java
package exercise;
import java.sql.*;
import java.io.*;
public class QueryStudent {
public static void main(String[] args) {
String name="";
try {
//安装驱动程序
Class.forNa
www.eeworm.com/read/482852/6614792
htm bofright.htm
Bill of Rights
ARTICLE I
Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or ab
www.eeworm.com/read/480849/6662552
cpp ch11_1c.cpp
// Chapter 10 - Programming exercise 1
#include "iostream.h"
#include "person.h"
#include "ch11_1a.h" // This is SUPERVSR.H
#include "elemlist.h"
employee_lis
www.eeworm.com/read/480849/6662555
cpp ch05_2.cpp
// Chapter 5 - Programming exercise 2
#include
class one_datum {
int data_store;
public:
one_datum(void);
void set(int in_value);
int ge
www.eeworm.com/read/478118/6720053
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/478118/6720058
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/478118/6720071
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
www.eeworm.com/read/478118/6720077
java ex1.java
// holding/Ex1.java
// TIJ4 Chapter Holding, Exercise 1, page 394
/* Create a new class called Gerbil with an int gerbilNumber that's
* initialized in the constructor. Give it a method called hop(
www.eeworm.com/read/478118/6720080
java randomshapegenerator31.java
// holding/shape/RcdandomShapeGenerator31.java
// TIJ4 Chapter Holding, Exercise 31, page 434
/* Modify polymorphism/shape/RandomShapeGenerator.java to make it
* Iterable. You'll need to add a cons