代码搜索:Calculation

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

代码结果 2,005
www.eeworm.com/read/108032/6186980

java mqcoder.java

/* * CVS identifier: * * $Id: MQCoder.java,v 1.33 2001/02/14 10:45:50 grosbois Exp $ * * Class: MQCoder * * Description: Class that encodes a number of bits using
www.eeworm.com/read/460053/7258481

m momentbyrs.m

function m=momentbyRS(B,p,q,R,S) %fast calculation of image %moments based on Fluss and Tuk's method described in %"On the Calculation of Moments" %B - binary image matrix %R,S - previously ge
www.eeworm.com/read/460053/7258480

m genrs.m

function [R,S]=genRS(N,r) %generates matrices R and S for the calculation of image %moments based on Fluss and Tuk's method described in %"On the Calculation of Moments" %N-expected image size
www.eeworm.com/read/271955/4220198

h rq_fpml_stub_calculation_period_amount.h

/* ** rq_fpml_stub_calculation_period_amount.h ** ** Written by Brett Hutley - brett@hutley.net ** ** Copyright (C) 2002 Brett Hutley ** ** This file is part of the Risk Quantify Library ** ** Risk Qu
www.eeworm.com/read/271955/4220314

c rq_fpml_stub_calculation_period_amount.c

/* ** rq_fpml_stub_calculation_period_amount.c ** ** Written by Brett Hutley - brett@hutley.net ** ** Copyright (C) 2002 Brett Hutley ** ** This file is part of the Risk Quantify Library ** ** Risk Qu
www.eeworm.com/read/132721/14076823

m newton-raphson power flow calculation.m

clear all clc p10=0.2;p20=-0.2;p30=-0.3;q10=0.2;q20=-0.1;q30=-0.4;count=0; f0=[p10;p20;p30;q10;q20;q30] syms a1 a2 a3 v1 v2 v3 ; v= [v1;v2;v3];a=[a1;a2;a3]; p(1)= -5*v(1)*cos(a(1))+15*v(1)*s
www.eeworm.com/read/162614/5525133

a c974013.a

-- C974013.A -- -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/308003/13711741

c acad_cal.c

#include"acad_cal.h" #include"math.h" #include"global_data.h" #define N 32 //函数功能:有效值计算 //参数:a--电流或者电压采样结果,n--采样点数 //返回值:有效值 static long acad_virtual_value_calculation( long *a ,int n)