代码搜索结果
找到约 10,000 项符合
Power 的代码
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__*/
power.c
/*
* $Id: power.c,v 1.2 2006/07/17 10:03:54 vfrolov Exp $
*
* Copyright (c) 2004-2006 Vyacheslav Frolov
*
* This program is free software; you can redistribute it and/or modify
* it under
power.m
function Z = power(X,Y)
%POWER Elementwise power (.^) operator for a tensor.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbo
power.c
/**
@file power.c
@brief Butterfly MP3 Power Routines
@author Nick Lott
@date January 2006
Copyright (C) 2004 Nick Lott
http://butterflymp3.sf.net/
This is the power control
power.h
/**
@file power.c
@brief Butterfly MP3 Power Routines
@author Nick Lott
@date January 2006
Copyright (C) 2004 Nick Lott
http://butterflymp3.sf.net/
This is the power
power.m
function s = power(a,b)
s = a;
s.s = s.s.^b;