代码搜索结果
找到约 10,000 项符合
Power 的代码
power.asm
*********************************************************************************
* (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 *
**********************************
power.m
function [lambda,V]= power(A,X,epsilon,max1)
% NUMERICAL METHODS: MATLAB Programs
%(c) 1999 by John H. Mathews and Kurtis D. Fink
%To accompany the textbook:
%NUMERICAL METHODS Using MATLAB,
%by John
power.m
function ds=power(ds,a)
% Function takes the power of the traces of a seismic dataset
% Written by: E. R.: September 11, 2005
% Last updated:
if isstruct(ds) & strcmp(ds.type,'seismic') & is
power.c
/*****************************************
NAME: power.c
DESC: SLOW,HOLD mode test
HISTORY:
03.23.2002:purnnamu: first release for 2410
*****************************************/
#in
power.err
"power.c", line 39: Warning: C2892E: signed constant overflow: '*'
"power.c", line 74: Warning: C2917W: no side effect in void context: 'unary *'
power.c: 2 warnings, 0 errors, 0 serious error
power.h
#ifndef __POWER_H__
#define __POWER_H__
void Test_SlowMode(void);
void Test_HoldMode(void);
#endif /*__POWER_H__*/