代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/465232/7059676
m powell.m
function [xo,Ot,nS]=powell(S,x0,ip,method,Lb,Ub,problem,tol,mxit)
% Unconstrained optimization using Powell.
%
% [xo,Ot,nS]=powell(S,x0,ip,method,Lb,Ub,problem,tol,mxit)
%
% S: objective fu
www.eeworm.com/read/456224/6278754
m obj10_3.m
function [f, grad] = obj10_3(x)
global t yc
% the objective function
f = 0;
for i = 1:length(t)
f = f + (yc(i) - (x(1)*t(i)^2+x(2)*t(i)+x(3)))^2;
end
% the gradients of the objevtive fun
www.eeworm.com/read/155467/11869560
vhd reg4b.vhd
--Author : 屈峥 2002081212
--File Name : reg4b.vhd
--Objective : 4位锁存器
--
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY REG4B IS
PORT ( LOAD : IN ST
www.eeworm.com/read/155467/11869581
vhd cnt10.vhd
--Author : 屈峥 2002081212
--File Name : cnt10.vhd
--Objective : 10进制计数器
--
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY CNT10 IS
PORT (CLK,RST,EN
www.eeworm.com/read/437028/1837103
msdos
# Generate batch compile scripts for the IBM PC (MS-DOS)
OBJECTIVE = pccider
MSC_ERRS = msc.out
CC = cl
LIB_NAME = $(NAME)
DEVICES = asrc bjt cap cccs ccvs csw dio ind isrc \
mos1 mos2 res vcc
www.eeworm.com/read/437028/1837403
lewis
# UCB local definitions (for Prof. Lewis's lab)
OBJECTIVE = lewisspice
SPICE_DIR = /tmp/lewisspice
SPICE_LIB_DIR = $(SPICE_DIR)/lib/spice3
SPICE_EXEC_DIR = $(SPICE_DIR)/bin
S_SPICE_DIR = /usr/local
www.eeworm.com/read/165020/10078711
lp ex5.lp
/* correct value of objective function after optimization: 2.3314e+06 */
+ 35 COL00001 - 54.9 COL00002 - 54.9 COL00003 + 35 COL00004
- 23.5 COL00005 - 23.5 COL00006 - 8.72 COL00007 - 9.72 COL00
www.eeworm.com/read/139772/13135365
mes~orig hs103xxx.mes~orig
donlp2, v3, 05/29/98, copyright P. Spellucci
Thu Feb 24 16:54:28 2000
hs103
step=25
rescaling of objective function scf= 3.914293585935221e-04
step=36
second order correction suppressed!
step=37
seco
www.eeworm.com/read/318365/13480348
m filresp.m
function R = filresp (c,g)
%
% Filter response in the wavelength domain
%
% R = R0 (1 + R0^(g-1) - R0^g)
%
% where R0 = exp(-pi^2 * 4c /lamda^2)
%
% ref: Maddox, R.A. (1980) An objective Techn
www.eeworm.com/read/120261/14808612
lp ex5.lp
/* correct value of objective function after optimization: 2.3314e+06 */
+ 35 COL00001 - 54.9 COL00002 - 54.9 COL00003 + 35 COL00004
- 23.5 COL00005 - 23.5 COL00006 - 8.72 COL00007 - 9.72 COL00008