代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/373069/2767161
m testdich.m
function [X,I,alpha,theta] = testdich( dim, datanum )
% TESTDICH randomly creates test examples for dichotomy problem.
% [X,I] = testgidich( dim, datanum )
%
% TESTDICH creats test data randomly for
www.eeworm.com/read/373026/2767619
m ex_4_5.m
% Exercise 4.5: Show the equivalence of 3 convex problem formations
% From Boyd & Vandenberghe, "Convex Optimization"
% Jo雔le Skaf - 08/17/05
%
% Shows the equivalence of the following 3 problems:
% 1
www.eeworm.com/read/373026/2767630
m fastest_mixing_mc.m
% Section 4.6.3: Find the fastest mixing Markov chain on a graph
% Boyd & Vandenberghe "Convex Optimization"
% Jo雔le Skaf - 09/26/05
%
% The 'fastest mixing Markov chain problem' is to find a transiti
www.eeworm.com/read/373026/2767648
m ex_5_39.m
% Exercise 5.39: SDP relaxations of the two-way partitioning problem
% Boyd & Vandenberghe. "Convex Optimization"
% Jo雔le Skaf - 09/07/05
% (a figure is generated)
%
% Compares the optimal values of:
www.eeworm.com/read/373026/2767661
m floor_plan_graphs.m
% Solve a floor planning problem given graphs H & V
% Section 8.8.1/2, Example 8.7, Boyd & Vandenberghe "Convex Optimization"
% Joelle Skaf - 11/13/05
% (a figure is generated)
%
% Rectangles aligned
www.eeworm.com/read/366959/2857624
m testdich.m
function [X,I,alpha,theta] = testdich( dim, datanum )
% TESTDICH randomly creates test examples for dichotomy problem.
% [X,I] = testgidich( dim, datanum )
%
% TESTDICH creats test data randomly for
www.eeworm.com/read/366702/2871342
c p2846a.c
// { dg-do run }
// Shows that problem of initializing one object's vtable pointer from
// another object's vtable pointer when doing a default copy of it
// and the vtable pointer involved is the ma
www.eeworm.com/read/366702/2871448
c net29.c
// { dg-do assemble }
// This is a test case for the recent libg++ make check problem.
class SubString {
public:
SubString();
SubString(const SubString& x);
};
class String {
public:
String()
www.eeworm.com/read/366702/2876227
f90 used_types_7.f90
! { dg-do compile }
! Tests the fix for a further regression caused by the
! fix for PR28788 and posted as PR28908. The problem was
! caused by the patch preventing interface derived types
! from asso
www.eeworm.com/read/366702/2877547
f90 used_types_8.f90
! { dg-do compile }
! Tests the fix for a further regression caused by the
! fix for PR28788 and posted as PR28908. The problem was
! caused by the patch preventing interface derived types
! from asso