代码搜索:Problems

找到约 3,996 项符合「Problems」的源代码

代码结果 3,996
www.eeworm.com/read/159926/5577884

js menu.js

// *** SPECIAL NOTE *** To enable vertical menus, alter the value below // labelled oM.level[0].rows=1, changing the 1 to a zero. This *can* cause // display problems though, depending on your browser
www.eeworm.com/read/472494/6869114

m f6_spiral_dyn.m

% f6_spiral_dyn.m % Schaffer's F6 function % commonly used to test optimization/global minimization problems % % This version moves the minimum about a Fermat Spiral % according to the equation:
www.eeworm.com/read/394381/8227713

m sqpmin.m

function[x,val,output,ex,lambda]=sqpmin(c,H,xstart,A,b,lb,ub,verb,options,computeLambda) %SQPMIN Solve quadratic problems with box constraints or linear equalities % % Locate local soln to % %
www.eeworm.com/read/193277/8242236

m fmincon_con.m

function [g,geq,dg,dgeq] = fmincon_con(x,params) % Early bail for linear problems if params.linearconstraints%isempty(params.interfacedata.evalMap) & isempty(params.interfacedata.Anonlinineq) & is
www.eeworm.com/read/173430/9658726

pl multibuild.pl

#!/usr/bin/perl # multibuild.pl # Tests BusyBox-0.48 (at least) to see if each applet builds # properly on its own. The most likely problems this will # flush out are those involving preprocessor in
www.eeworm.com/read/368447/9694147

pas curr64.pas

unit Curr64; interface // Delphi's Currency type is dependent on the floating point process, // which can lead to problems if the FPU precision changes. This unit // implements Currency-like beh
www.eeworm.com/read/414991/11086928

m f6_spiral_dyn.m

% f6_spiral_dyn.m % Schaffer's F6 function % commonly used to test optimization/global minimization problems % % This version moves the minimum about a Fermat Spiral % according to the equation:
www.eeworm.com/read/266403/11227104

cpp xx.cpp

// Created:11-03-98 // By Jeff Connelly // XXEncoding, similar to UUEncoding. // XXE should be used instead of UUE because the alphabet is + and - 0-9, A-Z, // and a-z. The problems of transl
www.eeworm.com/read/249703/12479014

m f6_spiral_dyn.m

% f6_spiral_dyn.m % Schaffer's F6 function % commonly used to test optimization/global minimization problems % % This version moves the minimum about a Fermat Spiral % according to the equation:
www.eeworm.com/read/334860/12568163

m sqpmin.m

function[x,val,output,ex,lambda]=sqpmin(c,H,xstart,A,b,lb,ub,verb,options,computeLambda) %SQPMIN Solve quadratic problems with box constraints or linear equalities % % Locate local soln to % %