代码搜索:Calculation

找到约 2,005 项符合「Calculation」的源代码

代码结果 2,005
www.eeworm.com/read/447892/1693934

c crcdefs.c

#ifndef LINT static char sccsid[]="@(#) crcdefs.c 2.1 87/12/25 12:21:58"; #endif /* LINT */ #include "options.h" /* Global definitions for CRC calculation. I claim no copyright over the con
www.eeworm.com/read/392548/2495095

c crcdefs.c

#ifndef LINT static char sccsid[]="@(#) crcdefs.c 2.1 87/12/25 12:21:58"; #endif /* LINT */ #include "options.h" /* Global definitions for CRC calculation. I claim no copyright over the con
www.eeworm.com/read/366702/2868834

c crash22.c

// { dg-do compile } // Origin: Debian GCC maintainers // Volker Reichelt // PR c++/16706: Dependent type calculation during access checking
www.eeworm.com/read/147096/12583945

m dric.m

function [kerr,serr]=dric(a,b,q,r,k,s) %DRIC Discrete Riccati equation residual calculation. % [Kerr,Serr] = DRIC(A,B,Q,R,K,S) Computes the error in the solution % to the discrete Riccati equation.
www.eeworm.com/read/147096/12584018

m ric.m

function [kerr,serr] = ric(a,b,q,r,k,s,n) %RIC Riccati residual calculation. % [Kerr,Serr] = RIC(A,B,Q,R,K,S) Computes the error in the solution % to the Riccati equation. Kerr is the error in the
www.eeworm.com/read/146922/12602800

c crcdefs.c

#ifndef LINT static char sccsid[]="@(#) crcdefs.c 2.1 87/12/25 12:21:58"; #endif /* LINT */ #include "options.h" /* Global definitions for CRC calculation. I claim no copyright over the con
www.eeworm.com/read/237788/13929388

txt value.txt

#include #include #include #include using namespace std; bool test(const int&); void input(int&, const bool&); void calculation(const int&, const int&,
www.eeworm.com/read/203062/15366622

h psdfielddiag1d.h

#ifndef __PSDFIELDDIAG1D_H #define __PSDFIELDDIAG1D_H /** * The PSD1DFieldDiag class is responsible for the 1d * power spectral density calculation of a filed component for * the E or B fields.
www.eeworm.com/read/203062/15366625

h psdfielddiag2d.h

#ifndef __PSDFIELDDIAG2D_H #define __PSDFIELDDIAG2D_H /** * The PSDFieldDiag2d class is responsible for the 2d * power spectral density calculation of a filed component for * the E or B fields.
www.eeworm.com/read/101557/15826499

m dric.m

function [kerr,serr]=dric(a,b,q,r,k,s) %DRIC Discrete Riccati equation residual calculation. % [Kerr,Serr] = DRIC(A,B,Q,R,K,S) Computes the error in the solution % to the discrete Riccati equation.