代码搜索结果

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

power.ssp

//;*****************************************************************; //;*****************************************************************; //;**

power.ssp

//;*****************************************************************; //;*****************************************************************; //;**

power.c

// power.c // // Generated by C DriverWizard 3.1.0 (Build 1722) // Requires DDK Only // File created on 10/23/2004 // #include "pch.h" #ifdef CHARSAMPLE_WMI_TRACE #include "power.tmh" #endi

power.c

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic

power.cpp

#include "power.h" export template T power (T a, int exp) { T ans = a; while (--exp > 0) { ans *= a; } return (ans); }

power.h

export template T power (T a, int exp);

power.c

//********************************************************************* //* Software that is described herein is for illustrative purposes only //* which provides customers with programming inform

power.java

/********************************************************************* * * Copyright (C) 2002 Andrew Khan * * This library is free software; you can redistribute it and/or * modify it under

power.c

/* * BRIEF MODULE DESCRIPTION * Au1000 Power Management routines. * * Copyright 2001 MontaVista Software Inc. * Author: MontaVista Software, Inc. * ppopov@mvista.com or source@mvista.com * *

power.c

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