代码搜索:Calculation
找到约 2,005 项符合「Calculation」的源代码
代码结果 2,005
www.eeworm.com/read/147682/5728108
m asptnlms.m
% [w,y,e,p]= asptnlms(x,w,d,mu,p,b)
%
% Performs filtering and coefficient update using the
% Normalized Least Mean Squares Adaptive algorithm.
%
% Input Parameters [Size]::
% x : in
www.eeworm.com/read/139903/5795720
h namespaceoverriding2.h
//: C10:NamespaceOverriding2.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
#ifndef NAMESPACEOVERRID
www.eeworm.com/read/133772/5899952
sgml crc.sgml
CRC Algorithms
The CRC package provides implementation of CRC algorithms. This
includes the POSIX CRC calculation which produces the sam
www.eeworm.com/read/126884/6010859
java wrongamptypeexception.java
package org.trinet.jasi;
/**
* Exception class that gets thrown when a mag method is passed an inapproriate
* Amplitude object for the type of magnitude it calculates. For example: if you
* p
www.eeworm.com/read/123951/6056748
authors
$Id: AUTHORS,v 1.8 2004/10/18 21:59:45 sarod Exp $
Sarod Yatawatta
- Original author. maintainer.
Robert Boehne
- Help with autoconfiscation
Werner Hoch
www.eeworm.com/read/115886/6116649
java jrvariable.java
/*
* JRVariable.java
*
* iReport -- Visual designer for generating JasperReports Documents
* Copyright (C) 2002 Giulio Toffoli gt@businesslogic.it
*
* This program is free software; you ca
www.eeworm.com/read/113685/6126368
h90 header.h90
SUBROUTINE HEADER(IO)
! ==================================================================
! === ===
! ===
www.eeworm.com/read/106385/6194109
sgml crc.sgml
CRC Algorithms
The CRC package provides implementation of CRC algorithms. This
includes the POSIX CRC calculation which produces the same res
www.eeworm.com/read/493456/6393645
m ex080600.m
% Chapter 8: Example 8.6
% Chebyshev-1 Lowpass Analog filter design
%
Wp = 0.2*pi; Ws = 0.3*pi; Rp = 1; As = 16;
Ripple = 10 ^ (-Rp/20); Attn = 10 ^ (-As/20);
% Analog filter design:
www.eeworm.com/read/493456/6393646
m ex080400.m
% Chapter 8: Example 8.4
% Butterworth Lowpass Analog filter design
%
Wp = 0.2*pi; Ws = 0.3*pi; Rp = 7; As = 16;
Ripple = 10 ^ (-Rp/20); Attn = 10 ^ (-As/20);
% Analog filter design: