代码搜索结果

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

15873.html

Re: 提拱者不支援应用程式所要求的操作?? Re: 提拱者不支援应用程式所要求的操作??

如何启动休眠功能.txt

如何启动休眠功能   问:我的电脑安装的是Windows XP和Windows 2000双系统,现在两个系统里的休眠功能都无法使用,在BIOS中已设置过了,请问我该怎么办?   答:必须以Administrators或<mark>Power</mark> Users群组成员的身分登录。在Windows XP中进入“控制面板→性能和维护→电源选项”,在Windows 2000中选择进入“控制面板→电源选项”, ...

通过cmos设置定时开机.txt

通过CMOS设置定时开机   笔者是公司微机中心的主管,现公司的网络服务器由自己开启。偶尔有事不能准时上班,但服务器必须在上班时间准时开启,于是就巧用主板上的BIOS功能让服务器定时开启,这样就不会耽误大家的工作。   通过CMOS设置实现定时开机的设置过程如下:首先进入“CMOS SETUP”程序(大多数主板是在计算机启动时按DEL键进入);然后将光条移到“<mark>Power</mark> Ma ...

lcddrive.c

/**************************************************************************************** * 文件名:LCDDRIVE.C * 功能:TFT4267液晶模块驱动。驱动芯片为S6D0129 (片内172800字节GRAM,即240*320*18/8), *

todo

- allow users to execute scripts when switching between battery and wall power. (suggested by docwhat@gerf.org)

15952.html

Re: 提拱者不支援应用程式所要求的操作?? Re: 提拱者不支援应用程式所要求的操作??

state_machine.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,

pmtest.c

/***************************************************************************** * pmtest.c: main C entry file for NXP LPC23xx/24xx Family Microprocessors * * Copyright(C) 2006, NXP Semicondu

chan_generator.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Copyright (c) __year__ Ericsson Telecommunicatie B.V. % All rights reserved. % % Redistribution and use in

unroll.cpp

//: C05:Unroll.cpp // Unrolls an implicit loop via inlining #include using namespace std; template inline int power(int m) { return power(m) * m; } template inli