代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/192078/8408342
m lms6.m
%LMS6 Problem 4.1
%
% 'ifile.mat' - input file containing:
% I - members of ensemble
% K - iterations
% s - deterministic part of reference signal
% sigman - standard dev
www.eeworm.com/read/192078/8408354
m pte1.m
%PTE1 Problem 3.2
%
% 'ifile.mat' - input file containing:
% I - members of ensemble
% K - iterations
% s - deterministic part of signal to predict
% sigman - standard de
www.eeworm.com/read/191613/8425806
cpp pr0705.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 7.5 on page 175
// Differentiating a function
#include // defines the sqrt()
www.eeworm.com/read/191613/8425825
cpp pr0524.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 5.24 on page 114
// A Function that Computes Formulas for Circles
#include /
www.eeworm.com/read/191613/8425915
cpp pr0526.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 5.25 on page 114
// A Function that Computes Formulas for Spheres
#include /
www.eeworm.com/read/191613/8425942
cpp pr0503.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 5.3 on page 112
// Testing a Trigonometric Identity
#include // defines the
www.eeworm.com/read/191613/8426093
cpp pr0512.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 5.12 on page 112
// The Permutation Function
#include // defines the cin and
www.eeworm.com/read/191613/8426398
cpp pr0523.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 5.23 on page 114
// A Function that Tests for Pentangularity
#include // def
www.eeworm.com/read/191613/8426532
cpp pr0515.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 5.15 on page 113
// The Combination Function
#include // defines the cin and
www.eeworm.com/read/191613/8426539
cpp pr0525.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 5.25 on page 114
// A Function that Computes Formulas for Triangles
#include