代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/408622/11379103
m mcpanneal.m
%function [e,f]=MCPanneal(L,s,t,dt,w,N)
%最大截问题(Max Cut Problem)的退火算法
%由于算法的缺陷,当f值在较长时间内不再改变时,可用cl+c停止程序
%N为问题规模,即节点个数;w为权矩阵
%L可取较大值,如500、1000;
%s取1、2等;t为初始温度,参考范围为0.5--2;
%dt为衰减因子,一般不小于0.9;
%e为
www.eeworm.com/read/405357/11464740
txt readme.txt
Delphi VCLSkin 5.3
website : http://www.link-rank.com
email : info@link-rank.com
VCLSkin is a component to create skinnable user interface for Delphi/C++Builder application, It
www.eeworm.com/read/400981/11566378
txt readme.txt
README for seismicdecon example supplied with SA Tools.
try_me.m = example driver
decon_init.m = produces a new problem and exposes solution
decon_new.m
www.eeworm.com/read/158463/11612837
m ip_01_01.m
% MATLAB script for Illustrative Problem 1, Chapter 1.
n=[-20:1:20];
x=abs(sinc(n/2));
stem(n,x);
www.eeworm.com/read/158463/11612917
m ip_04_04.m
% MATLAB script for Illustrative Problem 4, Chapter 4.
echo on ;
a=[-10,-5,-4,-2,0,1,3,5,10];
for i=1:length(a)-1
y(i)=centroid('normal',a(i),a(i+1),0.001,0,1);
echo off ;
end
www.eeworm.com/read/158463/11612927
m il4_8fun.m
% The function needed in Illustrative Problem 8, Chapter 4.
function f=il4_8fun(x,p)
f=1/sqrt(2*pi)*exp((-(x-p).^2)/2).*log2(2./(1+exp(-2*x.*p)));
www.eeworm.com/read/158463/11613153
m ip_07_09.m
% MATLAB script for Illustrative Problem 9, Chapter 7
echo on
num=[0.01 1];
den=[1 1.01 1];
[a,b,c,d]=tf2ss(num,den);
dt=0.01;
u=ones(1,2000);
x=zeros(2,2001);
for i=1:2000
x(:,i+1)=x(:,i)+dt.*a*x(:
www.eeworm.com/read/347945/11624164
m cut.m
function F = cut(varargin)
%CUT Defines a cut constraint
%
% The syntax for CUT is exactly the same as the
% syntax for SET. In fact, the result from CUT is
% a SET object.
%
% The differenc
www.eeworm.com/read/347945/11625193
m callfmincon.m
function output = callfmincon(model)
% Author Johan L鰂berg
% $Id: callfmincon.m,v 1.59 2008/02/29 14:51:50 joloef Exp $
model = yalmip2nonlinearsolver(model);
switch model.options.verbose