代码搜索:Calculation
找到约 2,005 项符合「Calculation」的源代码
代码结果 2,005
www.eeworm.com/read/233448/4684661
c pr10392-1.c
/* PR optimization/10392
* Reporter: marcus@mc.pp.se
* Summary: [3.3/3.4 regression] [SH] optimizer generates faulty array indexing
* Description:
* The address calculation of an index operation o
www.eeworm.com/read/199943/5074545
randomtrain readme.randomtrain
It seems that training bogofilter on its errors _only_ is a very good
way to train, at least with the Robinson-Fisher or Bayes chain rule
calculation methods. The way this works is: messages from the
www.eeworm.com/read/180137/5288975
c makecrc.c
/* This program will write six C routines for the calculation of
* the following CRC's. */
/* The CRC polynomial.
* These 4 values define the crc-polynomial.
* If you change them, you must change
www.eeworm.com/read/162614/5529653
c pr10392-1.c
/* PR optimization/10392
* Reporter: marcus@mc.pp.se
* Summary: [3.3/3.4 regression] [SH] optimizer generates faulty array indexing
* Description:
* The address calculation of an index operation o
www.eeworm.com/read/312645/3651656
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/293917/3927433
cpp fig09_38.cpp
// Runs the shortest path calculation from the adjacency map, returning a map
// that contains the "prev" entries for each word in the graph.
map findChain( const map
www.eeworm.com/read/366702/2881871
c pr10392-1.c
/* PR optimization/10392
* Reporter: marcus@mc.pp.se
* Summary: [3.3/3.4 regression] [SH] optimizer generates faulty array indexing
* Description:
* The address calculation of an index operation o
www.eeworm.com/read/475201/6793908
m mimo2pi.m
% Algorithm "mimo2pi.m"
% Implementation of Node Reduction Algorithm
% and calculation of equivalent pi-shaped
% two-port network.
% Input Parameters:
% - Number of internal and exterior
www.eeworm.com/read/471742/6888576
m ho2.m
%ho2.m
%Calculation of position, velocity, and acceleration for a body in
%free fall with air resistance versus time.
%The equations of motion are used for small time intervals
clear;
%NPTS=200;
www.eeworm.com/read/393262/8298708
m pamsignalspectrumcalculation.m
% Calculation of PAM Signal Spectrum
echo on
T=1; % symbol duration
delta_T=T/200; % sampling interval
alpha=0.5; % roll-off factor
fc=40/T;