代码搜索:Simplex
找到约 356 项符合「Simplex」的源代码
代码结果 356
www.eeworm.com/read/494076/6387765
m xfminsearch.m
function xFminsearch
% fminsearch() uses the Nelder-Mead simplex (direct search) method
% (Unconstrained simplex minimization)
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Cent
www.eeworm.com/read/477683/6730869
tcl topology.tcl
# Topology
# Video ----------
# . 10Mb, 5ms \
# VoIP ------------Edge------------GGSN----------SGSN-----------RNC----NodeB--UE(1)....UE(NodeNb)
# . / 10Mb,
www.eeworm.com/read/477455/6736070
m xfminsearch.m
function xFminsearch
% fminsearch() uses the Nelder-Mead simplex (direct search) method
% (Unconstrained simplex minimization)
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Cent
www.eeworm.com/read/146971/12596960
h 搜索关键词.h
int search(FILE *fp,char *ch,struct buffer *head) ;
char sim_get(char ch);
char pre_getting(char *ch,FILE *fp);
void getword(FILE *fp,char *word,char *ch);
int matchword(char *word);
void ins_sav
www.eeworm.com/read/201792/15396405
m xfminsearch.m
function xFminsearch
% fminsearch() uses the Nelder-Mead simplex (direct search) method
% (Unconstrained simplex minimization)
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Cent
www.eeworm.com/read/102035/15794258
cls printercontrol.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/389033/8552420
bat wlf.bat
@echo off
rem ########################################################
rem # Convert .VCD to .wlf supported by Modelsim #
rem ########################################################
@ec
www.eeworm.com/read/182200/9211864
am makefile.am
## Process this file with automake to produce Makefile.in
#######################################################################
# gaul-devel/tests/Makefile.am
#######################################
www.eeworm.com/read/449513/7501893
tcl test_change_bw.tcl
set ns [new Simulator]
set n0 [$ns node]
set n1 [$ns node]
$ns simplex-link $n0 $n1 1Mb 10ms DropTail
$ns simplex-link $n1 $n0 10Mb 10ms DropTail
set tcp [new Agent/TCP]
$ns attach-agent