代码搜索:computations

找到约 357 项符合「computations」的源代码

代码结果 357
www.eeworm.com/read/456193/7355109

m fm_inilf.m

function fm_inilf % FM_INILF initialize all system and component variables % for power flow computations % % FM_INILF % %see also FM_SLF % %Author: Federico Milano %Date: 11-Nov-2002
www.eeworm.com/read/448535/7531478

m haarinv1.m

function s = haarinv1(h,nlevel) % Do the computations for the inverse Haar transform, working toward the % wavelet lifting transform % Copyright 1999 by Todd K. Moon L = length(h); n = log2(L
www.eeworm.com/read/148359/5714760

py cordic.py

# compute arctangent table for CORDIC computations in fttrigon.c import sys, math units = 64*65536.0 # don't change !! scale = units/math.pi shrink = 1.0 comma = "" def calc_val( x ): globa
www.eeworm.com/read/212602/15152353

m fm_inilf.m

function fm_inilf % FM_INILF initialize all system and component variables % for power flow computations % % FM_INILF % %see also FM_SLF % %Author: Federico Milano %Date: 11-Nov-2002
www.eeworm.com/read/239645/4596294

py cordic.py

# compute arctangent table for CORDIC computations in fttrigon.c import sys, math units = 180*65536 # don't change !! scale = units/math.pi shrink = 1.0 comma = "" def calc_val( x ): global
www.eeworm.com/read/167562/5458340

py cordic.py

# compute arctangent table for CORDIC computations in fttrigon.c import sys, math #units = 64*65536.0 # don't change !! units = 256 scale = units/math.pi shrink = 1.0 comma = "" def calc_val(
www.eeworm.com/read/339446/3307722

py cordic.py

# compute arctangent table for CORDIC computations in fttrigon.c import sys, math #units = 64*65536.0 # don't change !! units = 256 scale = units/math.pi shrink = 1.0 comma = "" def calc_val(
www.eeworm.com/read/395296/2442832

py cordic.py

# compute arctangent table for CORDIC computations in fttrigon.c import sys, math #units = 64*65536.0 # don't change !! units = 256 scale = units/math.pi shrink = 1.0 comma = "" def calc_val(
www.eeworm.com/read/363486/2917948

py cordic.py

# compute arctangent table for CORDIC computations in fttrigon.c import sys, math units = 180*65536 # don't change !! scale = units/math.pi shrink = 1.0 comma = "" def calc_val( x ): global
www.eeworm.com/read/258350/4357124

py cordic.py

# compute arctangent table for CORDIC computations in fttrigon.c import sys, math #units = 64*65536.0 # don't change !! units = 256 scale = units/math.pi shrink = 1.0 comma = "" def calc_val(