代码搜索结果
找到约 25,001 项符合
Power 的代码
power.c
//----------------------------------------------------------------------------------------------------
// ID Code : Power.c No.0001
// Update Note :
//
//-----------------------------------
power.cpp
/******************************************************************************
*
* File Name:
*
* Power.cpp
*
* Description:
*
* Power Management functions
*
* Revision
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') & isnumer
power.c
// power.c -- raises numbers to integer powers
#include
double power(double n, int p); // ANSI prototype
int main(void)
{
double x, xpow;
int exp;
printf("Enter a number
power.cpp
// Power request handler Smart_Card driver
// Copyright (C) 1999, 2000 by Walter Oney
// All rights reserved
#include "stddcls.h"
#include "driver.h"
// TODO: all functions in this module are
power.m
function Z = power(X, Y)
% .^ Array power.
% (Quaternion overloading of standard Matlab function.)
% Copyright
power.c
/*
* File: power.c
* -------------
* This file includes the RaiseIntToPower function and a
* simple test program that generates a table of the powers
* of 2.
*/
#include
#include "gen
power.err
"power.c", line 119: Warning: C2207W: inventing 'extern int Clk0_Enable();'
"power.c", line 160: Warning: C2917W: no side effect in void context: 'unary *'
"power.c", line 245: Warning: C2871W
power.cpp
/******************************************************************************
*
* File Name:
*
* Power.cpp
*
* Description:
*
* Power Management functions
*
* Revision
power.cpp
/******************************************************************************
*
* File Name:
*
* Power.cpp
*
* Description:
*
* Power Management functions
*
* Revision