代码搜索:computations
找到约 357 项符合「computations」的源代码
代码结果 357
www.eeworm.com/read/264761/11302372
c aestime.c
/*
* aestime - time how long computations take on AES algorithm
* for cipher init, encrypt 1Mb, decrypt 1Mb, set 1000 key pairs
*
* Customise the ALG name and include file below and lin
www.eeworm.com/read/263516/11358342
m fm_ncomp.m
function fm_ncomp
% FM_NCOMP search components used in the current data
% file and initializes fields used for power
% flow computations.
%
% CHECK = FM_NCOMP
%
%see also FM_S
www.eeworm.com/read/263516/11359484
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-
www.eeworm.com/read/232520/14193350
c aestime.c
/*
* aestime - time how long computations take on AES algorithm
* for cipher init, encrypt 1Mb, decrypt 1Mb, set 1000 key pairs
*
* Customise the ALG name and include file below and lin
www.eeworm.com/read/212602/15151936
m fm_ncomp.m
function check = fm_ncomp
% FM_NCOMP search components used in the current data
% file and initializes fields used for power
% flow computations.
%
% CHECK = FM_NCOMP
%
%see also FM_
www.eeworm.com/read/250524/4429822
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 c
www.eeworm.com/read/242732/4544971
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 c