代码搜索结果

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

httpsvr.bld

# Microsoft Developer Studio Generated Build File, Format Version 50001 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Application" 0x0101 # TARGTYPE "Power Macintosh Application" 0x0401 CFG=Http

t10.p

program expon2(output); var pi, spi: real; function power(x: real; y: integer): real; var z: real; begin z := 1; while y>0 do begin while not odd(y) do begin y := y div 2; x

alternateapplicationresources.properties

prompt.password=Enter your Password here ==> struts.logo.path=/struts-power.gif struts.logo.alt=Powered by Struts

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.h

///////////////////////////////////////////////////////////////////////// // $Id: power.h,v 1.2 2001/10/03 13:10:37 bdenney Exp $ //////////////////////////////////////////////////////////////////////

isopwr.c

/*++ Copyright (c) 1997-1998 Microsoft Corporation Module Name: IsoPwr.c Abstract: Isochronous USB device driver for Intel 82930 USB test board Power Management module

bulkpwr.c

/*++ Copyright (c) 1997-1998 Microsoft Corporation Module Name: BulkPwr.c Abstract: Bulk USB device driver for Intel 82930 USB test board Power Management module Envi

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 * *

bmpower.c

/**************************************************************************** * * Module Name: bmpower.c - Driver for ACPI Power Resource 'devices' * $Revision: 20 $ * *************************