代码搜索结果
找到约 10,000 项符合
Power 的代码
power.m
function y = power(x,d)
%POWER (overloaded)
% Author Johan L鰂berg
% $Id: power.m,v 1.1 2006/08/10 18:00:22 joloef Exp $
% Sanity check
if prod(size(x))==1 & (prod(size(d))>1)
x = x
power.m
function y = power(x,d)
%POWER (overloaded)
% Author Johan L鰂berg
% $Id: power.m,v 1.10 2006/07/26 20:17:58 joloef Exp $
% Sanity check
if prod(size(x))==1 & (prod(size(d))>1)
x =
power.m
function Z = power(X, Y)
% .^ Array power.
% (Quaternion overloading of standard Matlab function.)
% Copyright
power.c
/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
power.c
Abstract: NULL filter driver -- boilerplate code
Author:
ervinp
Environment:
Kernel mode
Revi
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 2442
***********
power.h
#ifndef __POWER_H__
#define __POWER_H__
#ifdef __cplusplus
extern "C"{
#endif
// Main routine
void Power_Test(void);
void Test_SlowMode(void);
void Test_HoldMode(void);
void Test_IO
power.cpp
#include
#include
#include
#include
#include
#include
#include
#include
#include
power.h
#ifndef POWER_H
#define POWER_H
#include "mainwindow.h"
#include "fft.h"
#include "report.h"
#include "bar.h"
#include "VAHZ.h"
#include "WPF.h"
#include "parse.h"
#include "set_dialog.h"
#include