代码搜索结果

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

al7_5.c

/*案例代码文件名:AL7_5.C*/ /*功能:通过函数的递归调用计算阶乘*/ long power(int n) {long f; if(n>1) f=power(n-1)*n; else f=1; return(f); } main() {int n; long y; printf("input a inteage

15873.html

Re: 提拱者不支援应用程式所要求的操作?? Re: 提拱者不支援应用程式所要求的操作??

sweeplot.m

%SWEEPLOT Plots the input impedance (resistance/reactance), % reflection coefficient, antenna gain, and total radiated power % as functions of frequency % % Uses current.mat as an input to

sweeplot.asv

%SWEEPLOT Plots the input impedance (resistance/reactance), % reflection coefficient, antenna gain, and total radiated power % as functions of frequency % % Uses current.mat as an input to

12.m

%SWEEPLOT Plots the input impedance (resistance/reactance), % reflection coefficient, antenna gain, and total radiated power % as functions of frequency % % Uses current.mat as an input to

15952.html

Re: 提拱者不支援应用程式所要求的操作?? Re: 提拱者不支援应用程式所要求的操作??

p1116.pas

var a,b,c,d:double; x1,x2,xx:double; x:integer; function power(x:double; y:word):double; begin if x=0 then power:=0 else if y=0 then power:=1 else if x>0 then

p1116.bak

var a,b,c,d:double; x1,x2,xx:double; x:integer; function power(x:double; y:word):double; begin if x=0 then power:=0 else if y=0 then power:=1 else if x>0 then

dds_new.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

cobination.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