代码搜索结果

找到约 10,000 项符合 Power 的代码

pwrdrv.cpp

// PwrDrv.cpp : Defines the entry point for the DLL application. // // This driver follows the Windows CE stream interface driver // format. ///////////////////////////////////////////////////////

fifoasi.pin

-- Copyright (C) 1991-2004 Altera Corporation -- Any megafunction design, and related netlist (encrypted or decrypted), -- support information, device programming or simulation file, and a

zonghe.pin

-- Copyright (C) 1991-2006 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and a

top.pin

-- Copyright (C) 1991-2004 Altera Corporation -- Any megafunction design, and related netlist (encrypted or decrypted), -- support information, device programming or simulation file, and a

term.cpp

#include #include #include #include #include"term.hpp" term::term(double c,int p) { coefficient = c; power = p; } //////////////////////////////

while4.cpp

// while4.cpp // prints numbers raised to fourth power #include #include //for setw using namespace std; int main() { int pow=1; //

ex5_2.cpp

// ex5_2.cpp // function raises number to a power #include using namespace std; double power( double n, int p=2); //p has default value 2 int main() { double number, answer

e286. listing the numeric functions supported by a database.txt

This example gets a list of numeric functions that a database supports. try { DatabaseMetaData dbmd = connection.getMetaData(); // Get the list of numeric functions

pcu.h

/******************** (C) COPYRIGHT 2003 STMicroelectronics ******************** * File Name : pcu.h * Author : MCD Application Team * Date First Issued : 30/05/2003 * Descri

testpower.c

#include "usbdriver.h" NTSTATUS TestPowerIrp(IN PDEVICE_OBJECT fdo,IN PIRP Irp) { NTSTATUS ntStatus; PIO_STACK_LOCATION IrpStack, NextStack; PDEVICE_EXTENSION pdx; pdx = fdo->Devic