代码搜索:Exercise
找到约 10,000 项符合「Exercise」的源代码
代码结果 10,000
www.eeworm.com/read/132665/14081214
py error.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=
www.eeworm.com/read/113029/15472081
cpp ex03_10.cpp
// Exercise 3.10: ex03_10.cpp
// Inline function that calculates the volume of a sphere.
#include
using std::cout;
using std::cin;
using std::endl;
#include
// define g
www.eeworm.com/read/113029/15472085
cpp ex03_03.cpp
// Exercise 3.3: ex03_03.cpp
// Testing the math library functions.
#include
using std::cout;
using std::endl;
using std::fixed;
#include
using std::setprecision;
www.eeworm.com/read/111805/15502739
java avoidoverwritingfile.java
// Chapter 9 Exercise 1
// To make it more sensible I added provision for the filepath to be a command line argument.
// *** indicates modified or added code
import java.io.File;
import java.i
www.eeworm.com/read/111805/15503093
java writeproverbs.java
// Chapter 10 Exercise 1
// *** indicates modified or added code
import java.io.*;
import java.nio.*;
import java.nio.channels.FileChannel;
public class WriteProverbs {
public static voi
www.eeworm.com/read/111805/15503101
java hexfiledump.java
// Chapter 11 Exercise 4
// Dumps the content of a file as hexadecimal
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
www.eeworm.com/read/108554/15584179
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
www.eeworm.com/read/108554/15584181
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
www.eeworm.com/read/108554/15584188
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
www.eeworm.com/read/108554/15584192
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