代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/202486/15381763
cpp pr0812.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 8.12 on page 203
// A strncpy() function
#include
using namespace std;
ch
www.eeworm.com/read/202486/15381764
cpp pr1402.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 14.2 on page 333
// A remove_duplicates() function for vectors
#include
#inc
www.eeworm.com/read/202486/15381770
cpp pr0626.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 6.26 on page 145
// Multiplies part of one array to another
#include // defi
www.eeworm.com/read/202486/15381778
cpp pr0303.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 3.3 on page 51
// Using the else if construct
#include
using namespace std;
www.eeworm.com/read/202486/15381779
cpp pr0718.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 7.18 on page 176
// Shuffling an indirect array
#include
using namespace std
www.eeworm.com/read/202486/15381789
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/202486/15381804
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/202486/15381814
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/202486/15381830
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/202486/15381835
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