代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/294641/8213655
m receiversd.m
function [DataOut, Metric] = ReceiverSD(SDchips, G, Scrambler);
%
% ReceiverSD Soft Decision Receiver. This function performs transmitted packet data recovering,
% based
www.eeworm.com/read/294269/8244020
m receiverhd.m
function [DataOut, Metric] = ReceiverHD(HDchips, G, Scrambler);
%
% ReceiverHD Hard Decision Receiver. This function performs transmitted packet data recovering,
% based
www.eeworm.com/read/294269/8244052
m receiversd.m
function [DataOut, Metric] = ReceiverSD(SDchips, G, Scrambler);
%
% ReceiverSD Soft Decision Receiver. This function performs transmitted packet data recovering,
% based
www.eeworm.com/read/366806/9798543
java indexofexample.java
public class IndexOfExample
{
// Default Constructor
public IndexOfExample()
{
super();
}
// Method that actually performs the search
public int doSearch( String str, String subStr )
www.eeworm.com/read/266379/11229344
cpp fig12_15.cpp
/**
* Internal routine that performs a single or double rotation.
* Because the result is attached to the parent, there are four cases.
* Called by handleReorient.
* item i
www.eeworm.com/read/335529/12518875
c input.c
//****************************************************************************
//
// INPUT.C - Performs recording and input processing of a PCM stream.
//
// Copyright (c) 2000,2001 Cirrus Logic, Inc.
www.eeworm.com/read/248541/12554567
f watqual2.f
subroutine watqual2
!! ~ ~ ~ PURPOSE ~ ~ ~
!! this subroutine performs in-stream nutrient transformations and water
!! quality calculations
!! adapted by Ann van Griensven, Belg
www.eeworm.com/read/109285/15560465
asm dft.asm
/*_______________________________________________________________________
DFT.ASM ADSP-2106x Discrete Fourier Transform
This routine performs an N point real DFT according to the following e
www.eeworm.com/read/291812/8394145
m systematicr.m
function outIndex = systematicR(inIndex,wn);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps. It uses the
% systematic sampling scheme o
www.eeworm.com/read/286105/8788368
m deterministicr.m
function outIndex = deterministicR(inIndex,q);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps. It uses Kitagawa's
% deterministic resampli