代码搜索:Method
找到约 10,000 项符合「Method」的源代码
代码结果 10,000
www.eeworm.com/read/493899/6384441
txt sor_method.txt
% (c) 2004/2005 Universitaet Stuttgart
% Chair 'Numerische Mathematik fuer Hoechstleistungsrechner'
% http://www.ians.uni-stuttgart.de/nmh
%
% -----------------------------------------------------
www.eeworm.com/read/491039/6439462
m vblast_method.m
function [raw_bits]=vblast_method(input_signal,channel_est,SimulationParameters)
global SimulationConstants;
signal=input_signal;
no_cols=size(signal,3);
numdatasubc=Simulati
www.eeworm.com/read/486829/6530463
m cc_method.m
function [tau,m]=CC_Method(data)
x=data;
x=x';
X = [x-mean(x)]/[max(x)-min(x)]; % 归一化到均值为 0,振幅为 1
maxLags = 100; % 最大时延
m_vector = 2:5; % m 取值范围
sigma = std(X);
www.eeworm.com/read/485321/6557972
sql repair_method.sql
CREATE TABLE [dbo].[repair_method] (
[id] [int] IDENTITY (1, 1) NOT NULL ,
[code] [char] (2) COLLATE Chinese_PRC_CI_AS NOT NULL ,
[name] [char] (10) COLLATE Chinese_PRC_CI_AS NULL
) ON [PRIMAR
www.eeworm.com/read/485329/6558522
gif method-index.gif
www.eeworm.com/read/479527/6688205
m method6.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% method6.m %
%
www.eeworm.com/read/409436/11325405
bmp tms_method.bmp
www.eeworm.com/read/407981/11406738
gif method-index.gif
www.eeworm.com/read/407771/11411019
o ffuart_method.o
www.eeworm.com/read/407771/11411034
c ffuart_method.c
typedef unsigned long ulong;
#define FFUART_BASE 0x40100000
#define FFRBR (*((volatile ulong *)(FFUART_BASE+0x00)))
#define FFTHR (*((volatile ulong *)(FFUART_BASE+0x00