代码搜索:Power
找到约 10,000 项符合「Power」的源代码
代码结果 10,000
www.eeworm.com/read/362570/9990666
cpp poj2774_a后缀数组_最长公共子串.cpp
//后缀数组求两字符串最长公共子串
//利用sort 实现简单 效率略低
#include
using namespace std;
const int MAXLEN = 200100;
int n;
int power, lstSA[MAXLEN], lstRank[MAXLEN], SA [MAXLEN], rank[MAXLEN], h[MAXLEN
www.eeworm.com/read/362527/9993931
rpt even_division.fit.rpt
Fitter report for even_division
Sat Sep 27 17:14:08 2008
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
www.eeworm.com/read/361965/10026017
pin adc0809.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
www.eeworm.com/read/361921/10028941
rpt a8254top.fit.rpt
Fitter report for a8254top
Sat Aug 30 12:53:15 2008
Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal N
www.eeworm.com/read/361921/10029297
rpt a8254top.fit.rpt
Fitter report for a8254top
Sat Aug 30 12:53:15 2008
Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal N
www.eeworm.com/read/166010/10041421
c main.c
/* metrowerks sample code */
/*
this source illustrates code called by ISR
and #pragma directives necessary for ISR-safe code
*/
/*
main program creates a timer compare
www.eeworm.com/read/361521/10048270
h wireless-phy.h
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- *
*
* Copyright (c) 1997 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in sour
www.eeworm.com/read/361323/10058349
pin counter.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
www.eeworm.com/read/164952/10080690
txt 解决接通电源后自动开机问题.txt
解决接通电源后自动开机问题
ATX主板经常会遇到这样的问题,一般在主板的BIOS里将电源管理项“POWER ON AFTER PWFAIL”设为OFF即可。