代码搜索:std
找到约 10,000 项符合「std」的源代码
代码结果 10,000
www.eeworm.com/read/354057/10393386
aspx std_check.aspx
www.eeworm.com/read/279720/10398735
js std_stranjf.js
//模仿语言包式的简繁转换功能插件!
//Edited by Stardy --2005-04-16 , Web :http://www.stardy.com , QQ:2885465
var Default_isFT = 0 //默认是否繁体,0-简体,1-繁体
var StranIt_Delay = 50 //翻译延时毫秒(设这个的目的是让网页先流畅的显现出来)
//----
www.eeworm.com/read/279720/10399870
js std_stranjf.js
//模仿语言包式的简繁转换功能插件!
//Edited by Stardy --2005-04-16 , Web :http://www.stardy.com , QQ:2885465
var Default_isFT = 0 //默认是否繁体,0-简体,1-繁体
var StranIt_Delay = 50 //翻译延时毫秒(设这个的目的是让网页先流畅的显现出来)
//----
www.eeworm.com/read/353831/10414388
m fun_std.m
function [f, g] = fun_std(x, baseMVA, bus, gen, gencost, branch, Ybus, Yf, Yt, V, ref, pv, pq, mpopt)
%FUN_STD Evaluates objective function & constraints for OPF.
% [f, g] = fun_std(x, baseMVA, bus
www.eeworm.com/read/353831/10414430
m grad_std.m
function [df, dg, d2f] = grad_std(x, baseMVA, bus, gen, gencost, branch, Ybus, Yf, Yt, V, ref, pv, pq, mpopt)
%GRAD_STD Evaluates gradients of objective function & constraints for OPF.
% [df, dg] =
www.eeworm.com/read/161189/10439637
m std_form.m
function [A_s,b_s,L_p,K,M] = std_form(A,L,b,W)
%STD_FORM Transform a general-form reg. problem into one in standard form.
%
% [A_s,b_s,L_p,K,M] = std_form(A,L,b) (method 1)
% [A_s,b_s,L_p,x_0
www.eeworm.com/read/351694/10620533
ico icon_std.ico
www.eeworm.com/read/159601/10634627
std ga_ini.std
% Initialise Parameters for tree_ga v2.0, then call tree_ga
% Last Modification: 30/5/95
% Population Size
pop_size=25;
% Number of Generations
num_gen=60;
%-------------------------------------
www.eeworm.com/read/159601/10635717
std ga_ini.std
% Initialise Parameters for tree_ga v2.0, then call tree_ga
%
% Author Date Predecessor Modification
% ====== ==== =========== ============
% B.McKay M.Willis