代码搜索:Power

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

代码结果 10,000
www.eeworm.com/read/433617/7918532

pin jishixianshi.pin

-- Copyright (C) 1991-2007 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/433617/7919007

pin jishu.pin

-- Copyright (C) 1991-2007 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/433542/7923079

rpt watch.fit.rpt

Fitter report for watch Thu Nov 27 21:26:23 2008 Quartus II Version 8.1 Build 163 10/28/2008 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Noti
www.eeworm.com/read/433538/7923296

rpt dk74x191.fit.rpt

Fitter report for dk74x191 Mon Dec 22 15:33:47 2008 Quartus II Version 8.0 Build 215 05/29/2008 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal N
www.eeworm.com/read/433536/7923740

rpt dk74x161.fit.rpt

Fitter report for dk74x161 Mon Dec 08 21:35:21 2008 Quartus II Version 8.0 Build 215 05/29/2008 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal N
www.eeworm.com/read/198177/7948200

m unc_n1_sin1.m

function [fval]=unc_n1_sin1(x) %reference: %note that you can get the formulation of unc_n1_sin1 from some %aritcles,such as %(1)LN de Castro, FJ Von Zuben 'Learning and optimization using the clo
www.eeworm.com/read/298590/7950207

m runpf.m

function [MVAbase, bus, gen, branch, success, et] = ... runpf(casename, mpopt, fname, solvedcase) %RUNPF Runs a power flow. % % [baseMVA, bus, gen, branch, success, et] = ... % run
www.eeworm.com/read/298590/7950309

m off2case.m

function [gen, gencost] = off2case(gen, gencost, offers, bids, lim) %OFF2CASE Updates case variables gen & gencost from quantity & price offers. % [gen, gencost] = off2case(gen, gencost, offers, bi
www.eeworm.com/read/298428/7962052

c show_pow.c

#include #include void main (void) { int power; for (power = -2; power
www.eeworm.com/read/197875/7964613

c ch03.01.c

// iostream.h is preStandard form // #include #include /** ** 2 raised to the power of 10: 1024 **/ int main() { // a first solution cout