代码搜索:Exercise
找到约 10,000 项符合「Exercise」的源代码
代码结果 10,000
www.eeworm.com/read/256101/12028720
cpp ex06_03.cpp
// Exercise 6.3: ex06_03.cpp
// Testing the math library functions.
#include
using std::cout;
using std::endl;
using std::fixed;
#include
using std::setprecision;
#inc
www.eeworm.com/read/256101/12028723
cpp ex06_10.cpp
// Exercise 6.10: ex06_10.cpp
// Inline function that calculates the volume of a sphere.
#include
using std::cout;
using std::cin;
using std::endl;
#include
using std::pow;
www.eeworm.com/read/130612/14181457
java trypolyline.java
// Chapter 6 Exercise 6
public class TryPolyLine {
public static void main(String[] args) {
// Create an array of coordinate pairs:
double[][] coords = { {1., 1.}, {1., 2.}, { 2.,
www.eeworm.com/read/130612/14181465
java trypolyline.java
// Chapter 6 Exercise 4
public class TryPolyLine {
public static void main(String[] args) {
// Create an array of coordinate pairs:
double[][] coords = { {1., 1.}, {1., 2.}, { 2.,
www.eeworm.com/read/130612/14181571
java readproverbs.java
// Chapter 11 Exercise 1
// Reads the file containing proverbs separated by '*'
import java.io.File;
import java.io.IOException;
import java.io.FileNotFoundException;
import java.io.FileInputSt
www.eeworm.com/read/231819/14218519
cpp ex20_15.cpp
/* Code for exercise 20.15.
|
| "C++ Solutions--Companion to The C++ Programming Language, Third Edition"
| by David Vandevoorde; Addison-Wesley 1998; ISBN 0-201-30965-3.
|
| Permission to use,
www.eeworm.com/read/231819/14218521
cpp ex20_16.cpp
/* Code for exercise 20.16.
|
| "C++ Solutions--Companion to The C++ Programming Language, Third Edition"
| by David Vandevoorde; Addison-Wesley 1998; ISBN 0-201-30965-3.
|
| Permission to use,
www.eeworm.com/read/231819/14218556
cpp ex12_10.cpp
/* Code for exercise 12.10.
|
| "C++ Solutions--Companion to The C++ Programming Language, Third Edition"
| by David Vandevoorde; Addison-Wesley 1998; ISBN 0-201-30965-3.
|
| Permission to use,
www.eeworm.com/read/231819/14218564
cpp ex21_24.cpp
/* Code for exercise 21.24.
|
| "C++ Solutions--Companion to The C++ Programming Language, Third Edition"
| by David Vandevoorde; Addison-Wesley 1998; ISBN 0-201-30965-3.
|
| Permission to use,
www.eeworm.com/read/231819/14218570
cpp ex21_18.cpp
/* Code for exercise 21.18.
|
| "C++ Solutions--Companion to The C++ Programming Language, Third Edition"
| by David Vandevoorde; Addison-Wesley 1998; ISBN 0-201-30965-3.
|
| Permission to use,