代码搜索结果

找到约 25,001 项符合 Power 的代码

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

/* * linux/arch/mips/philips/nino/power.c * * Copyright (C) 2000 Jim Pick * Copyright (C) 2001 Steven J. Hill (sjhill@realitydiluted.com) * * This program is free software;

power.c

/* $Id: power.c,v 1.9.2.1 2001/12/11 01:57:49 davem Exp $ * power.c: Power management driver. * * Copyright (C) 1999 David S. Miller (davem@redhat.com) */ #include #include

power.f90

! Program to test the power (**) operator program testpow implicit none real(kind=4) r, s, two real(kind=8) :: q complex(kind=4) :: c, z real, parameter :: del = 0.0001 integer i, j

builtin-power-1.c

/* Copyright (C) 2004 Free Software Foundation. Verify that built-in folding of various math "power" functions is correctly performed by the compiler. Written by Kaveh Ghazi, 2004-03-11.

power.java

package edu.xjusoft.common; public class Power { public static int userPurview(int b) { double a = 2; double bb = b; int purview = (int) Math.pow(a, bb); return purview; } publ

power.cs

using System; using Microsoft.Fawvw.Components.NExcel.Biff; namespace Microsoft.Fawvw.Components.NExcel.Biff.Formula { /// A cell reference in a formula class Power:B

power.cpp

// Power request handler notify driver // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" NTSTATUS DefaultPowerHandler(PDEVICE_EXTENSION pdx,

power.c

/* * linux/arch/mips/philips/nino/power.c * * Copyright (C) 2000 Jim Pick * Copyright (C) 2001 Steven J. Hill (sjhill@realitydiluted.com) * * This program is free software;

power.c

/* $Id: power.c,v 1.9.2.1 2001/12/11 01:57:49 davem Exp $ * power.c: Power management driver. * * Copyright (C) 1999 David S. Miller (davem@redhat.com) */ #include #include