代码搜索:Power
找到约 10,000 项符合「Power」的源代码
代码结果 10,000
www.eeworm.com/read/297221/8043538
pin sin.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/297221/8043550
rpt sin.fit.rpt
Fitter report for sin
Sun Mar 09 21:23:23 2008
Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
www.eeworm.com/read/297219/8043752
rpt andgate.fit.rpt
Fitter report for andgate
Sat Mar 15 10:25:55 2008
Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal No
www.eeworm.com/read/297219/8044326
rpt pulse.fit.rpt
Fitter report for pulse
Sat Mar 22 17:05:16 2008
Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Noti
www.eeworm.com/read/297218/8044390
pin lianglu.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/297218/8044431
rpt lianglu.fit.rpt
Fitter report for lianglu
Fri Mar 14 22:35:25 2008
Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal No
www.eeworm.com/read/397462/8045406
pin reset_key.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, and a
www.eeworm.com/read/397462/8046248
pin codeswitch.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, and a
www.eeworm.com/read/296922/8071545
pin uart_top.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/296909/8072984
m mpower.m
function r = mpower(x,y)
% GPVAR/MPOWER Implement '^' for GP variable.
%
if( ~isnumeric(y) )
error('The exponent in the power must be a numerical value.');
end
if( length(x) > 1 )
error(['Canno