代码搜索结果

找到约 10,000 项符合 Power 的代码

power.htm

FDC help: Power (Beaver)

power.h

#ifndef _POWER_H_ #define _POWER_H_ #ifdef _POWER_C_ #define _POWERDEC_ #else #define _POWERDEC_ extern #endif _POWERDEC_ void Power_PowerHandler(void); _POWERDEC_ void Power_PowerO

power.c

#define _POWER_C_ #include "types.h" #include "board.h" #include "global.h" #include "ms_reg.h" #include "panel.h" #include "misc.h" #include "ms_rwreg.h" #include "mstar.h" #include "DEBUG

power.m

function Q = power(P,n) % POWER -- elementwise power for matrix polynomials % % Q = P.^n % Q = power(P,n) % % This routine is not meant to be called by the user. It is called by