代码搜索:Method
找到约 10,000 项符合「Method」的源代码
代码结果 10,000
www.eeworm.com/read/158100/11643583
m ev_method.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% FUNCTION: ev_method.m
%
% AUTHOR: Steve Kogon
%
% DATE: January 18, 1999
%
% DESCRIPTION: This file for
www.eeworm.com/read/347586/11657390
pdf linuxkernel_method.pdf
www.eeworm.com/read/155795/11847729
m newton_method.m
delta=1/128
x0=pi/2
i=1
for btcr=1:-delta:0
btcrxq(i)=btcr*2^15 % Q15
for n=1:16
x1=x0-(2*pi-2*x0+sin(2*x0)-pi*btcr)/(2*cos(2*x0)-2)
x0=x1
end
alpha(i)=x1
alf1(i
www.eeworm.com/read/258528/11858011
gif db_method.gif
www.eeworm.com/read/155543/11864119
m ev_method.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% FUNCTION: ev_method.m
%
% AUTHOR: Steve Kogon
%
% DATE: January 18, 1999
%
% DESCRIPTION: This file for
www.eeworm.com/read/343546/11942213
o method_slot.o
www.eeworm.com/read/343546/11942244
cc method_slot.cc
// Copyright 2000, Karl Einar Nelson
#include "sigc++/method_slot.h"
#ifdef SIGC_CXX_NAMESPACES
namespace SigC
{
#endif
void MethodSlotNode::init(Method method)
{ method_=method; }
Met
www.eeworm.com/read/343546/11942307
h method_slot.h
// -*- c++ -*-
// Copyright 2000, Karl Einar Nelson
/* This is a generated file, do not edit. Generated from template.macros.m4 */
#ifndef SIGC_METHOD_SLOT
#define SIGC_METHOD_SLOT
#in
www.eeworm.com/read/153440/12033531
gif method-index.gif
www.eeworm.com/read/342210/12035118
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