代码搜索:Power
找到约 10,000 项符合「Power」的源代码
代码结果 10,000
www.eeworm.com/read/443623/7630018
h aironet.h
/*
*************************************************************************
* Ralink Tech Inc.
* 4F, No. 2 Technology 5th Rd.
* Science-based Industrial Park
* Hsin-chu, Taiwan, R.O.C.
*
* (c)
www.eeworm.com/read/443457/7632979
cpp 1452.cpp
#include
using namespace std;
int power(int a, int b, int c)
{
if (b == 0)
{
return 1;
}
int x = power((a * a) % c, b / 2, c);
if (b % 2 == 1)
{
x = (x * a) % c;
}
www.eeworm.com/read/443382/7633883
pin ads7846.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/443157/7636777
m loadflow.m
% Program for Bus Power Injections, Line & Power flows (p.u)...
Y = ybusppg(); % Calling Ybus program..
nbus = length(Y); % no. of buses...
Vm = pol2rect(V,del); % Converting pol
www.eeworm.com/read/443133/7637140
m gaussppg.m
% Program for Gauss - Seidel Load Flow Analysis
% Praviraj P G, MTech I Year, EE Dept., IIT Roorkee, India, Email :pravirajpg@gmail.com
% Assumption, Bus 1 is considered as Slack bus.
ybus = yb
www.eeworm.com/read/443124/7637299
rpt udasyncounter.fit.rpt
Fitter report for UDasyncounter
Wed Oct 10 15:59:02 2007
Version 5.1 Build 176 10/26/2005 SJ Web Edition
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
www.eeworm.com/read/443119/7637663
pin boothsmul.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/442608/7648780
m rrea.m
function rreA
%RADAR_RANGE Shows effect of power vs range
%
% radar_range
%
% AIM: To display how the received power of an antenna is effected by
% range.
%
% TECHNICAL BACKGROUND: GO INTO STUFF AB
www.eeworm.com/read/442608/7648781
m~ rre.m~
function S=rre(Pt, R, rcs, opFreq, Gt, Gr)
% RRE Shows effect of power vs range
%
% rre(Pt, R, rcs, opFreq, Gt, Gr)
%
% AIM: To display how the received power of an antenna is effected by
% ra
www.eeworm.com/read/442608/7648817
m~ rrea.m~
function S=rre(Pt, R, rcs, opFreq, Gt, Gr)
%RADAR_RANGE Shows effect of power vs range
%
% radar_range
%
% AIM: To display how the received power of an antenna is effected by
% range.
%
% TECHNICAL