代码搜索:Simplex
找到约 356 项符合「Simplex」的源代码
代码结果 356
www.eeworm.com/read/466892/7022876
~dfm simplex.~dfm
object SimMeth: TSimMeth
Left = 173
Top = 104
Width = 1091
Height = 616
Caption = #1056#1077#1072#1083#1080#1079#1072#1094#1080#1103' '#1057#1080#1084#1087#1083#1077#1082#1089'-'#1084#1
www.eeworm.com/read/466892/7022885
h simplex.h
//---------------------------------------------------------------------------
#ifndef SimplexH
#define SimplexH
//---------------------------------------------------------------------------
#inc
www.eeworm.com/read/466892/7022886
~cpp simplex.~cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Simplex.h"
#include "My_Realisation.h"
#include "InputDelta.h"
//----
www.eeworm.com/read/445934/7588100
cs simplex.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections;
//contact to me,fhcfan@163.com,QQ:445194766
//线性规划中的单纯形法
class Simplex
{
//目标函数中的价值系数
p
www.eeworm.com/read/244859/12839537
java simplex.java
/*
* Copyright (c) 2005 by L. Paul Chew.
*
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* softw
www.eeworm.com/read/244210/12878163
c simplex.c
// Simplex optimization algorithm
#include
#include
void pivot(int N, int M, double **a, int p, int q)
{
int j, k;
for (j = 0; j < N; j++)
for (k = M-1; k >= 1; k--
www.eeworm.com/read/137879/13282638
fnt simplex.fnt
www.eeworm.com/read/238825/13322327
m simplex.m
function [pout,deltapout,r2,ss,f,func_evals,kvg,ChiSq,v,fv]=simplex(x,ys,pin,func,wt,dp,niter,stol,last)
% simplex : Simplex routine (see fmins matlab function)
% FMINS uses a Nelder-Mead type simplex
www.eeworm.com/read/319774/13443349
m simplex.m
%Simplex method
%对于光纤对准问题,是寻找函数最大点为优化目标。
%通常最优化目标是寻找函数最小值,所以程序要注意针对这一点的改动。
%Ref. Book(Su Tashan 2001) P97
%fun:name of the function f(x)
%x0:nx1 vector of initial point
%option=[beita,gama,eps]'
www.eeworm.com/read/318725/13473365
html simplex.html
The Simplex Grid Data Format - Version 1.1
The Simplex Grid Data Format - Version 1.1
This documentation describes the Simplex grid data format and
conversion routin