代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/191613/8426392
cpp pr0714.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 7.14 on page 176
// Changing signs in an indirect array
#include
using names
www.eeworm.com/read/191613/8426435
cpp pr0312.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 3.12 on page 51
// Solving quadratic equations
#include // defines the sqrt() f
www.eeworm.com/read/191613/8426462
cpp pr0628.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 6.28 on page 144
// Computing the inner product of two arrays
#include // de
www.eeworm.com/read/191613/8426508
cpp pr1404.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 14.4 on page 333
// Conversion functions
#include
using namespace std;
ty
www.eeworm.com/read/191613/8426526
cpp pr0823.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 8.23 on page 203
// Counting the words in a line of text
#include
using name
www.eeworm.com/read/191613/8426530
cpp pr0818.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 8.18 on page 203
// A strpbrk() function
#include
using namespace std;
ch
www.eeworm.com/read/191613/8426544
cpp pr0905.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 9.5 on page 222
// Reprinting names
#include // defines the cout object
usi
www.eeworm.com/read/191613/8426555
cpp pr0302.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 3.2 on page 51
// The minimum of four integers
#include
using namespace std;
www.eeworm.com/read/191613/8426590
cpp pr0311.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 3.11 on page 51
// Playing "Rock, Scissors, Paper"
#include
using namespace
www.eeworm.com/read/191613/8426609
cpp pr0716.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 7.16 on page 176
// Sorting an indirect array
#include
using namespace std;