代码搜索:债权分割
找到约 1,468 项符合「债权分割」的源代码
代码结果 1,468
www.eeworm.com/read/252383/12284825
m golden.m
%-------------用黄金分割法求最佳lamuda--------------%
function [f_min,xinla] = Golden(region,x,s)
sigma = 1/10^10;
GoldRate = (sqrt(5)-1)/2;
rate = GoldRate*( region(2)-region(1));
d1 =
www.eeworm.com/read/216668/14999229
dfm unitfrmmain.dfm
object Form1: TForm1
Left = 50
Top = 114
Width = 544
Height = 375
Caption = '文件的分割与合并'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height
www.eeworm.com/read/206937/15285363
m golden.m
%-------------用黄金分割法求最佳lamuda--------------%
function [f_min,xinla] = Golden(region,x,s)
sigma = 1/10^10;
GoldRate = (sqrt(5)-1)/2;
rate = GoldRate*( region(2)-region(1));
d1 =