代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/457216/1599712
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/457216/1599725
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/250825/4426546
svn-base subroutine1.html.svn-base
/** \page subroutine1 Subroutine Example 1: Rosenbrock's Function
This example is intended to demonstrate how to set up and solve a very
simple problem using the subroutine interface. We will show
www.eeworm.com/read/247605/4478267
changelog
ChangeLog file for zlib
Changes in 1.1.4 (11 March 2002)
- ZFREE was repeated on same allocation on some error conditions.
This creates a security problem described in
http://www.zlib.org/advi
www.eeworm.com/read/246438/4494372
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/243143/4532220
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/240162/4582478
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/240162/4582581
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/240162/4588430
c 20020227-1.c
/* This testcase failed on mmix-knuth-mmixware. Problem was with storing
to an unaligned mem:SC, gcc tried doing it by parts from a (concat:SC
(reg:SF 293) (reg:SF 294)). */
typedef __complex
www.eeworm.com/read/240162/4589210
c 20040121-1.c
/* PR target/12898
0x8000 needs multiple instructions to be emitted on Alpha; the
fluff around it causes it to be emitted in a no_new_pseudos
context, which triggered a problem in alpha.c. *