代码搜索:std

找到约 10,000 项符合「std」的源代码

代码结果 10,000
www.eeworm.com/read/420098/10817108

m std_phaseps.m

function std_phasePS = std_phasePS (coherence); % STD_PHASEPS -- Phase standard deviation for point scatterers. % % STD_PHASEPS(COHERENCE) returns the standard deviation for the phase % based on t
www.eeworm.com/read/349479/10825018

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/349479/10825051

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/418911/10891934

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/271569/10989491

m std_tf.m

function G=stdtf(id,wn,n) TypeISys=[1,1,0,0,0,0,0; 1,1.41,1,0,0,0,0; 1,1.75,2.15,1,0,0,0; 1,2.1,3.4,2.7,1,0,0; 1,2.8,5.0,5.5,3.4,1,0; 1,3.2
www.eeworm.com/read/416714/11016787

dfm std1.dfm

object Form1: TForm1 Left = 179 Top = 63 Width = 544 Height = 419 Caption = 'Form1' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'D
www.eeworm.com/read/416714/11016838

h std1.h

//--------------------------------------------------------------------------- // Borland C++Builder // Copyright (c) 1987, 2000 Borland International Inc. All Rights Reserved. //------------------
www.eeworm.com/read/416714/11016894

cpp std1.cpp

//---------------------------------------------------------------------------- //Standard Template Library Examples // Adapted from console demos. // //Borland C++Builder //Copyright (c) 1987, 2
www.eeworm.com/read/470604/6904978

v std_div.v

module std_div(clk_in,clk_out); input clk_in; output clk_out; reg[div_width-1:0] counter; reg full; reg clk_temp; parameter diver=12000; parameter div_width=25; assign clk_out=clk_temp
www.eeworm.com/read/470604/6905056

bsf std_div.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to