代码搜索结果
找到约 10,000 项符合
Power 的代码
hc_isp116x.h
/*
* ISP116x HCD (Host Controller Driver) for USB.
*
* (C) Copyright 2001 Roman Weissgaerber
*
*
*/
#define GET_FRAME_NUMBER(hci) READ_REG32 (hci, HcFmNumber)
/*
* Maxim
hc_isp116x.h
/*
* ISP116x HCD (Host Controller Driver) for USB.
*
* (C) Copyright 2001 Roman Weissgaerber
*
*
*/
#define GET_FRAME_NUMBER(hci) READ_REG32 (hci, HcFmNumber)
/*
* Maxim
liangzhu.pin
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions,
diagnosis rules.imo
win(header(pc,bprule_model_factory,'Diagnosis rules',nil),120,150,400,500,conts(`~M~J/* This knowledge base diagnoses a fault in the~M~J main generator. By THC 12.96 */~M~J~M~JFaulty part IS power s
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
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
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
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
dds.pin
-- Copyright (C) 1991-2005 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
logexpo.cpp
#include
using namespace std;
// exponentiation using logarithmic number of multiplications
// Owen Astrachan
double Power(double base, int expo)
// precondition: expo >= 0
// postco