代码搜索:std
找到约 10,000 项符合「std」的源代码
代码结果 10,000
www.eeworm.com/read/198918/7903909
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.25,6.6,8.6,7.45,
www.eeworm.com/read/298649/7946716
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/298649/7947303
std ga_ini.std
% Initialise Parameters for tree_ga v2.0, then call tree_ga
%
% Author Date Predecessor Modification
% ====== ==== =========== ============
% B.McKay M.Willis
www.eeworm.com/read/298590/7950216
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/298590/7950235
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/197963/7960197
bak std.h.bak
//数据类型定义
#define TRUE 0
#define FALSE 1
#define U8 unsigned char
#define S8 signed char
#define U16 unsigned int
#define S16 signed int
#define U32 unsigned long
www.eeworm.com/read/297947/7984379
m imagesc_std.m
function imagesc_std(M, epsi)
% imagesc_std - display a rescale version of the image
%
% imagesc_std(M, epsi);
%
% The rescaling is computed according to the standard deviation:
% M
www.eeworm.com/read/397181/8063893
m isodata_std.m
clear all;
clc;
%可以输入任意的一个样本集,并制定要分多少类k
filename=input('请输入识别数据文件名:','s');
k=input('请输入想要分的类数:');
%打开制定的数据集,读到矩阵Temp_Data中
Temp_Data=xlsread(filename);
Temp_Data=Temp_Data/10;
%得到数据的总数量
[tk,t
www.eeworm.com/read/196707/8065700
asm std1.asm
include ht82k96e.inc
include usbrf.inc
include usbfifo.inc
extern baddr_state :bit
;extern bFLAG_FIFO_REDY :bit
extern bRmtWakeup :bit
extern bFLAG_RsqF :bit
extern bFLAG_S
www.eeworm.com/read/196707/8065717