代码搜索:Power
找到约 10,000 项符合「Power」的源代码
代码结果 10,000
www.eeworm.com/read/296029/8127418
pin sram.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/195683/8135843
c al7_4.c
/*案例代码文件名:AL7_4.C*/
/*功能:函数的嵌套调用*/
#define K 4
#define N 5
long f1(int n,int k) /*计算n的k次方*/
{long power=n;
int i;
for(i=1;i
www.eeworm.com/read/146233/12662886
txt pv013ba1.txt
------------------------------
Notes @ 2005/06/00
By Hu xj
------------------------------
V2 error, source hint flash
v2 error, source hint flash one time, power on darkness
power ok, le
www.eeworm.com/read/333524/12677535
m dbp.m
function y=dbp(x)
% dbp(x) = 10*log10(x): the dB equivalent of the power x
y = -Inf*ones(size(x));
if isempty(x)
return
end
nonzero = x~=0;
y(nonzero) = 10*log10(abs(x(nonzero)));
www.eeworm.com/read/247114/12682834
pin test.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/246953/12695865
c ex22.c
#include
main() { /* 主函数体 */
int x, n, p, power(int x, int n);
printf("caculate X to the power of N\n please input X and N ? ");
www.eeworm.com/read/333161/12700411
asm boot.asm
; Generated by PSoC Designer ver 4.2 b1013 : 02 September, 2004
;
;@Id: boot.tpl#15 @
;=============================================================================
; FILENAME: boot.asm
; VE
www.eeworm.com/read/333161/12700416
tpl boot.tpl
;@Id: boot.tpl#15 @
;=============================================================================
; FILENAME: boot.asm
; VERSION: 4.15
; DATE: 18 August 2004
;
; DESCRIPTION:
;
www.eeworm.com/read/246805/12703892
m soj_reqi.m
% Use this input file to excite function "ssj_req"
clear all
pt = 50.0e+3; % peak power in Watts
g = 35.0; % antenna gain in dB
freq = 3.6e+9; % radar operating frequency in Hz
sigma =