代码搜索结果
找到约 10,000 项符合
Power 的代码
power.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\power.h"
#include "..\inc\rtc.h"
#define FIN 4000000
char slw_exit=0;
void __
power.m
function z = power(x,y)
% @MPOL/POWER - Array power
%
% POWER(X,Y) or X.^Y is the element-by-element power
% D. Henrion, December 2, 2003
% Last modified on August 13, 2004
if nargin < 1
y
power.m
function r=power(a,b)
%POWER Dot Power for Rational Polynomial Objects. (MM)
% D.C. Hanselman, University of Maine, Orono ME 04469
% 3/27/98
% Mastering MATLAB 6, Prentice Hall, ISBN 0-13-019468-9
i
power.m
function r=power(a,b)
%POWER Dot Power for Rational Polynomial Objects. (MM)
% D.C. Hanselman, University of Maine, Orono ME 04469
% 3/27/98
% Mastering MATLAB 6, Prentice Hall, ISBN 0-13-019468-9
i
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
***********