代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/197234/8010383
txt readme.txt
This software package contains simulators in Matlab for the following
computer simulation related exercise problems given in the textbook:
Chapter 2 Problem 2-24 (flat Rayleigh fading channel simulat
www.eeworm.com/read/296909/8072780
m simple_nand2_gate_design.m
% Two-input NAND gate sizing (a simple, hard-coded example).
% (a figure is generated if the tradeoff flag is turned on)
%
% This is an example taken directly from the paper:
%
% Digital circuit opt
www.eeworm.com/read/296909/8072815
m simple_spot_rate_extraction.m
% Simplified spot rate curve extraction (coupon stripping).
%
% This is a simplified example from the paper:
%
% Analyzing the Indonesian Government Bond Market
% with a New Coupon Stripping Model
www.eeworm.com/read/296909/8072834
m ex_infeas_denseformat.m
%----------------------------------------------------------------------
%
% INFEASIBLE GP EXAMPLE
%
%----------------------------------------------------------------------
%
% minimize: x^-2
www.eeworm.com/read/296909/8072850
m ex_infeas_sparseformat.m
%----------------------------------------------------------------------
%
% INFEASIBLE GP EXAMPLE
%
%----------------------------------------------------------------------
%
% minimize: x^-2
www.eeworm.com/read/296909/8072852
m ex_doc_denseformat.m
%----------------------------------------------------------------------
%
% GP EXAMPLE IN THE DOCUMENT
%
%----------------------------------------------------------------------
%
% minimize:
www.eeworm.com/read/196481/8087434
txt readme.txt
Delphi VCLSkin 4.50
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/296007/8128955
m ispanneal.m
%function [e,f]=ISPanneal(L,s,t,dt,lamda,w,N)
%
%独立集问题(Independent Set Problem)的退火算法
%设有图G=(V,E),要找V的最大独立集,即找最大的V'属于V,
%满足其中的任意两点都不关联
%
%N为问题规模,即节点个数;w为权矩阵
%e为以0、1为元素的数组,来表示两个子集
%lamda是一个大于1的罚
www.eeworm.com/read/296007/8128965
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/333766/12661332
m ispanneal.m
%function [e,f]=ISPanneal(L,s,t,dt,lamda,w,N)
%
%独立集问题(Independent Set Problem)的退火算法
%设有图G=(V,E),要找V的最大独立集,即找最大的V'属于V,
%满足其中的任意两点都不关联
%
%N为问题规模,即节点个数;w为权矩阵
%e为以0、1为元素的数组,来表示两个子集
%lamda是一个大于1的罚