代码搜索结果

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

equip.svd

SV0040 @Equipment0 Name = Light phaser bank Type = 1 Mass = 5 Colour = 7 Sound = 28 Power = 80 CycleTime = 8 Range = 15 Tracking = 80 Coverage = 100 Cost = 50 @Equipment1 Name = Standard phaser bank

1008.cpp

#include #include double f0( double x, double l, double t ) { return sqrt(1.0+l*l*t*t*cos(t*x)*cos(t*x)); // return l*sin(t*x); } double Integral(double a,

slartg.c

#include "f2c.h" /* Subroutine */ int slartg_(real *f, real *g, real *cs, real *sn, real *r) { /* -- LAPACK auxiliary routine (version 2.0) -- Univ. of Tennessee, Univ. of California Berke

dlartg.c

#include "f2c.h" /* Subroutine */ int dlartg_(doublereal *f, doublereal *g, doublereal *cs, doublereal *sn, doublereal *r) { /* -- LAPACK auxiliary routine (version 2.0) -- Univ. of Tenn

readme.powbal

October 2000 INSTRUCTIONS FOR USING POWER BALANCE MODULE /Emi Kawamura/ In order to use the power balance module in

transmitul.m

function [cul, iul, sirul]=transmitul(b, k, pul, g, noise) % DESCRIPTION [cul, iul, sirul]=transmitul(b, k, pul, g, noise) % Calculates SIR uplink. % INPUT % b -- base station index % k --

ch03.02.c

// #include #include /** ** 2 raised to the power of 10: 1024 **/ int main() { int value = 2; int pow = 10; cout

main.cpp

#include typedef double (*FUN)(double,double); double fun(FUN* fp,int index,double i,double j) { } double Add(double i,double j) { return i+j; } double Dec(double i,do

wbdist.m

function x = WBDist(x0,alpha,beta,n) format long; x = zeros(n,1); for i=1:n r = MixMOD(x0,10,1); k = 0; while r(10) == 0 k = k + 1; r(10) = power(2,k); r

relaydist.m

function x = RelayDist(x0,sigma,n) x = zeros(n,1); for i=1:n r = MixMOD(x0,10,1); k = 0; while r(10) == 0 k = k + 1; r(10) = power(2,k); r = MixMOD(r(10),2