代码搜索结果
找到约 10,000 项符合
Power 的代码
staticfield.java
public class StaticField {
public static int Power(int m, int n) {
if (n == 0) {
return 1;
} else if ((n & 1) == 0) {
GlobalCounter.inc();
return Power(m * m, n >>> 1);
} else {
findlabel.m
function [label, name, qeng, qger, dBScale, dBRef] = findlabel(factor, exponents)
% finds label and name for a given set of factors and exponents
%RESOURCES = get(0, 'UserData');
%TSTOOLunittab = RE
asptnlms.m
% [w,y,e,p]= asptnlms(x,w,d,mu,p,b)
%
% Performs filtering and coefficient update using the
% Normalized Least Mean Squares Adaptive algorithm.
%
% Input Parameters [Size]::
% x : in
init_lfpef.m
% [k,b,P,e,y,c]=init_lfpef(L,k0,b0,P0)
% Creates and initializes the variables required for the
% Lattice Forward Prediction Error Filter.
%
% Input Parameters [Size]::
% L : n
ps40008.inc
#------------------------------------------------------------------------------
#- ATMEL Microcontroller Software Support - ROUSSET -
#----------------------------------------------------
ps40800.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
ps40400.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
pmc63200.inc
#------------------------------------------------------------------------------
#- ATMEL Microcontroller Software Support - ROUSSET -
#----------------------------------------------------
ps40008.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------