代码搜索结果
找到约 25,001 项符合
Power 的代码
power.c
/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
power.c
Abstract: NULL filter driver -- boilerplate code
Author:
ervinp
Environment:
Kernel mode
Revi
power.m
%POWER Dataset overload
power.m
function [lambda,x,iter]=power(A,tol,nmax,x0)
%POWER Numerically evaluate one eigenvalue of a matrix.
% LAMBDA = POWER(A) compute with the power method the
% eigenvalue of A of maximum modulu
power.err
"power.c", line 118: Warning: C2870W: variable 'i' declared but not used
power.c: 1 warning, 0 errors, 0 serious errors
power.cpp
//: C05:Power.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the file 'Li
power.lst
C51 COMPILER V7.50 POWER 07/06/2006 10:40:56 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE POWER
OBJECT MODULE PLACED IN .
power.m
function p=power(x)
% p=power(x)
%POWER Returns the power in signal x
p=(norm(x)^2)/length(x);
power.m
function p=power(x)
% p=power(x)
%POWER Returns the power in signal x
p=(norm(x)^2)/length(x);
power.__i
"..\Code\Power.c" NOPRINT OBJECT(.\Power.obj)
power.h
//----------------------------------------------------------------------------------------------------
// ID Code : Power.h No.0000
// Update Note :
//
//-----------------------------------