代码搜索:std
找到约 10,000 项符合「std」的源代码
代码结果 10,000
www.eeworm.com/read/182156/9214681
h std-def.h
/****************************************************************************
* Program/file: STD-DEF.H
*
* Copyright (C) by RTX TELECOM A/S, Denmark.
* These computer program listings and spec
www.eeworm.com/read/376106/9331306
m v_std.m
% bias
function re=v_std(ang,loop_out)
ang
len_mean=0;
for i=1:loop_out
len_mean=len_mean+ang(i);
end
len_mean=len_mean/loop_out
re_std=0;
for i=1:loop_out
re_std=re_std+(ang(i)-le
www.eeworm.com/read/374502/9401824
h irc_std.h
/*
* irc_std.h: This is where we make up for operating system lossage
* Originally written by Matthew Green, Copyright 1993
* Various modifications by various people since then.
*
* See the copyr
www.eeworm.com/read/177981/9424424
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/177981/9424881
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/373721/9441549
jpg len_std.jpg
www.eeworm.com/read/176627/9489721
std_bank_server
www.eeworm.com/read/365319/9869787
m std_phase.m
function std_phase = std_phase (coherence,L);
% STD_PHASE -- Phase standard deviation for single look distributed scatterers.
%
% STD_PHASE(COHERENCE) returns the standard deviation for the phase
%
www.eeworm.com/read/365319/9869829
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/168196/9934447
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 //翻译延时毫秒(设这个的目的是让网页先流畅的显现出来)
//----