代码搜索:Formulas
找到约 254 项符合「Formulas」的源代码
代码结果 254
www.eeworm.com/read/184688/5247039
h mou_tp.h
/* mou_tp.h */
#define TRANSFORMATION_UNITS_PER_PIXEL 4
typedef struct
{
/*
* Coefficients for the transformation formulas:
*
* m = (ax + by + c) / s
* n = (dx + ey + f) / s
*
*
www.eeworm.com/read/183118/5257907
h mou_tp.h
/* mou_tp.h */
#define TRANSFORMATION_UNITS_PER_PIXEL 4
typedef struct
{
/*
* Coefficients for the transformation formulas:
*
* m = (ax + by + c) / s
* n = (dx + ey + f) / s
*
*
www.eeworm.com/read/414605/2143518
h mou_tp.h
/* mou_tp.h */
#define TRANSFORMATION_UNITS_PER_PIXEL 4
typedef struct
{
/*
* Coefficients for the transformation formulas:
*
* m = (ax + by + c) / s
* n = (dx + ey + f) / s
*
*
www.eeworm.com/read/398200/2382892
h mou_tp.h
/* mou_tp.h */
#define TRANSFORMATION_UNITS_PER_PIXEL 4
typedef struct
{
/*
* Coefficients for the transformation formulas:
*
* m = (ax + by + c) / s
* n = (dx + ey + f) / s
*
*
www.eeworm.com/read/235187/14082459
m easy8.m
% EASY8 Test for cycle slip and repair of receiver clock offset.
% We use the ionosphere free linear combination.
% Formulas are described in Strang and Borre, page 491
%Kai
www.eeworm.com/read/353989/10400353
pas unit1.pas
{: Advenced for the TGLHeightField object.
Check the fxy sample first.
This sample shows a few more tricks : how to switch formulas at run-time,
effects of base grid extents and
www.eeworm.com/read/353988/10400368
pas unit1.pas
{: Basic demo for the TGLHeightField and TGLXYZGrid objects.
HeightFields are used to materialize z=f(x, y) surfaces, you can use it to
render anything from math formulas to statistics. M
www.eeworm.com/read/345593/11806316
pas unit1.pas
{: Basic demo for the TGLHeightField and TGLXYZGrid objects.
HeightFields are used to materialize z=f(x, y) surfaces, you can use it to
render anything from math formulas to statistics. M
www.eeworm.com/read/345593/11806329
pas unit1.pas
{: Advenced for the TGLHeightField object.
Check the fxy sample first.
This sample shows a few more tricks : how to switch formulas at run-time,
effects of base grid extents and
www.eeworm.com/read/387238/8698521
m compleftpoly.m
% function [degrees,lambda,stats]=CompLeftPoly(R,n);
%
% Computes degree distributions from the right-regular
% family
%
% f(x;n) = rho(x;n) = x^n.
%
% Uses explicit formulas for the Taylor
%