代码搜索:golden_section
找到约 2 项符合「golden_section」的源代码
代码结果 2
www.eeworm.com/read/386281/8758361
m golden_section.m
function [mini,point,times]=golden_section(str,ini,acc)
% File name:golden_section.m
% Author:Yan Anxin
% ID number:081810
% Date:finished on 2008.11.24
% Description:
% Here
www.eeworm.com/read/186156/8956980
txt goldensectionsearch.txt
void branislav_gold(void)
{
short a,b,c,s;
double fa,fb,fc,fs;
a = bran_x[0];
b = bran_x[1];
c = bran_x[2];
fa = bran_y[0];
fb = bran_y[1];
fc = bran_y[2];
// it is assumed he