代码搜索结果

找到约 25,001 项符合 Power 的代码

intexp.c

/*---------------------------------------------------------------------- File : intexp.c Contents: raise x to the power of n, n integer Author : Christian Borgelt History : 17.05.2003 file

aix41.h

/* Definitions of target machine for GNU compiler, for IBM RS/6000 POWER running AIX version 4.1. Copyright (C) 1994, 1995 Free Software Foundation, Inc. Contributed by David Edelsohn (edelso

aix3newas.h

/* Definitions of target machine for GNU compiler, for IBM RS/6000 POWER running AIX version 3.x with the fixed assembler. Copyright (C) 1995 Free Software Foundation, Inc. Contributed by Jas

show_pow.c

#include #include void main (void) { int power; for (power = -2; power

adminster.c

#include "stdio.h" #include "conio.h" typedef struct { long Number;/*用户序号*/ char Name[20];/* 用户名称 */ char ps[8];/* 用户密码 */ int power;/* 用户权限 */ }user; void main() { char DataFi

lpcar2pf.m

function pf=lpcar2pf(ar,np) %LPCAR2PF Convert AR coefs to power spectrum PF=(AR,NP) % the power spectrum will contain np+2 points ranging from Dc to nyquist frequency % The routine is faster if NP+

gdpower.m

function [x,gpd,nu]=gdpower(N,k,c) %GDPOWER Signal with power-law group delay. % [X,GPD,F]=GDPOWER(N,K,C) generates a signal with a % power-law group delay of the form tx(f) = T0 + C*f^(K-1). % The ou

fmpower.m

function [x,iflaw]=fmpower(N,k,p1,p2) %FMPOWER Signal with power-law frequency modulation. % [X,IFLAW]=FMPOWER(N,K,P1,P2) generates a signal with a % power-law frequency modulation. % X(t) = exp(j*2*p

var.h

struct stWave { int freq; long power; }; extern xdata struct stWave Wave[512] _at_ 0x2000; extern long SimpleRate;

power.c

/***************************************** NAME: power.c DESC: SLOW,HOLD mode test HISTORY: 03.23.2002:purnnamu: first release for 2410 06.02.2002:DonGo: Modified for 2440 ***********