代码搜索:minimum

找到约 5,594 项符合「minimum」的源代码

代码结果 5,594
www.eeworm.com/read/241695/13125077

m objfun1.m

% OBJFUN1.M (OBJective function for De Jong's FUNction 1) % % This function implements the De Jong function 1. % % Syntax: ObjVal = objfun1(Chrom,rtn_type) % % Input parameters: % Chro
www.eeworm.com/read/139253/13167261

asl w977uar2.asl

Device(COMB) { //Control Methods for RS232 operation Name(_HID,EISAID("PNP0501")) Name(_UID,0x02) Method(_STA,0) { // Status of the COM device ENFG
www.eeworm.com/read/139253/13167545

asl w977fdc.asl

Device(FDC0) { // Floppy Disk controller Name(_HID, EISAID("PNP0700")) // PnP Device ID Method(_STA,0) { //Status of the Floppy disk controller ENFG() // E
www.eeworm.com/read/139253/13167584

asl w977uar1.asl

Device(UAR1) { //Communication Device (Modem Port) Name(_HID, EISAID("PNP0501")) //PnP Device ID 16550 Type Name(_UID,0x1) Method(_STA,0){ //Status of the COM de
www.eeworm.com/read/139251/13169033

asl w977uar2.asl

Device(COMB) { //Control Methods for RS232 operation Name(_HID,EISAID("PNP0501")) Name(_UID,0x02) Method(_STA,0) { // Status of the COM device ENFG
www.eeworm.com/read/139251/13169312

asl w977fdc.asl

Device(FDC0) { // Floppy Disk controller Name(_HID, EISAID("PNP0700")) // PnP Device ID Method(_STA,0) { //Status of the Floppy disk controller ENFG() // E
www.eeworm.com/read/139251/13169333

asl w977uar1.asl

Device(UAR1) { //Communication Device (Modem Port) Name(_HID, EISAID("PNP0501")) //PnP Device ID 16550 Type Name(_UID,0x1) Method(_STA,0){ //Status of the COM de
www.eeworm.com/read/138860/13207186

m dup.m

function y = dup(x, step, phase) % DUP Diagonal Upsampling % % y = dup(x, step, [phase]) % % Input: % x: input image % step: upsampling factors for each dimension which should be a % 2-vect
www.eeworm.com/read/138798/13212389

m minbrack.m

function [br_min, br_mid, br_max, num_evals] = minbrack(f, a, b, fa, ... varargin) %MINBRACK Bracket a minimum of a function of one variable. % % Description % BRMIN, BRMID, BRMAX, NUMEVALS
www.eeworm.com/read/324120/13284250

cpp random.cpp

/*************************************************************** /* Single & Multi-Objective Real-Coded Genetic Algorithms Code */ /* Author: Kumara Sastry */ /*