代码搜索:Calculation
找到约 2,005 项符合「Calculation」的源代码
代码结果 2,005
www.eeworm.com/read/464569/7065005
java chapter6n3.java
/**
*
* circumference of circle calculation
*
* Written by: Roger Garside
*
* First Written: 2/Oct/96
* Last Rewritten: 2/Oct/96
*
*/
import java.lancs.* ;
public class Chapter6n3
{
www.eeworm.com/read/444864/7096414
m checkphase.m
function word = checkPhase(word, D30Star)
%Checks the parity of the supplied 30bit word.
%The last parity bit of the previous word is used for the calculation.
%A note on the procedure is supplied
www.eeworm.com/read/463000/7190749
m distance.m
% Program 6-3
% distance.m
%
% The calculation of distance between access point and access terminal.
%
% Input arguments
% bstn : coordinate of access point(x,y,z)
% mstn : coordinate of ac
www.eeworm.com/read/447044/7559838
java_float listing15-13_mover.java_float
// Listing 15-13. A Simple Floating-Point Calculation
public class Mover {
private int step;
private final int steps;
private final float distancePerStep;
public Mover( int distance,
www.eeworm.com/read/447044/7559847
java_int listing15-14_mover.java_int
// Listing 15-14. A Solution That Uses Only Integers for a Simple Floating-Point Calculation
public class Mover {
private int step;
private final int steps;
private final int distancePe
www.eeworm.com/read/436899/7759236
m checkphase.m
function word = checkPhase(word, D30Star)
%Checks the parity of the supplied 30bit word.
%The last parity bit of the previous word is used for the calculation.
%A note on the procedure is supplied
www.eeworm.com/read/198947/7902904
m findchanneldelay.m
% delay = findchanneldelay(h, win_len)
%
% h: channel impulse response
% window_length: window length for sliding energy calculation
% delay: channel delay
%
%Copyright (c) 1999-2003 The Unive
www.eeworm.com/read/243419/12942572
m distance.m
% Program 6-3
% distance.m
%
% The calculation of distance between access point and access terminal.
%
% Input arguments
% bstn : coordinate of access point(x,y,z)
% mstn : coordinate of ac
www.eeworm.com/read/329501/12951809
m distance.m
% Program 6-3
% distance.m
%
% The calculation of distance between access point and access terminal.
%
% Input arguments
% bstn : coordinate of access point(x,y,z)
% mstn : coordinate of ac
www.eeworm.com/read/136959/13351455
c arccrc16.c
/*
** arccrc16.c -- calculate 16-bit CRC for file(s)
** rev. Feb. 1992
** public domain by Raymond Gardner
** Englewood, Colorado
**
** This program uses the same CRC calculation as A