代码搜索:Calculation
找到约 2,005 项符合「Calculation」的源代码
代码结果 2,005
www.eeworm.com/read/196069/8116625
m ex080700.m
% Chapter 8: Example 8.7
% Chebyshev-2 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/143089/12900044
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/329911/12926798
asm pca2r.asm
; RAM locations to store capture values
CAPTURE 0 DATA 30H
CAPTURE 1 DATA 32H
PHASE DATA 34H
FLAG 0 BIT 20H.0
FLAG 1 BIT 20H.1
;
ORG 0000H
JMP PCA INIT
ORG 0033H
JMP PCA INTERRUPT
;
PCA IN
www.eeworm.com/read/328842/12998901
c main2.c
/*
FreeRTOS.org V5.0.2 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/324031/13293729
txt readme.txt
将该文件夹中的m文件拷贝到自己编写的rs编解码m代码所在的目录,
然后执行RsCodingUnitTest.m即可。正确的代码将会输出入下信息:
Begin unit test of RS co-/de-code and related modular, result will be reported at the end
+++++++++++++++++ [PASSED] Symbo
www.eeworm.com/read/137548/13313429
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/318852/13470786
pas wucrc32.pas
{*******************************************************************}
{ CRC32 calculation of file }
{ for Delphi 3.0,4.0,5.0,6.0 - C++Builder 3,4,5
www.eeworm.com/read/317833/13495873
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/317833/13495874
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: