代码搜索结果
找到约 10,000 项符合
Power 的代码
tst_pow.c
#include
#include /* for printf */
void tst_pow (void) {
float base;
float power;
float y;
base = 2.0;
power = 8.0;
y = pow (base, power);
ac1218.pas
program tju1218;
const
modulo=10000;
var
k,i,p,e,q,a1,a2,b1,b2,c:longint;
function power_mod(x,y:longint):longint;
var
m:longint;
begin
if y=0 then
power_mod:=1
el
ac1218.pas
program tju1218;
const
modulo=10000;
var
k,i,p,e,q,a1,a2,b1,b2,c:longint;
function power_mod(x,y:longint):longint;
var
m:longint;
begin
if y=0 then
power_mod:=1
el
key0.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,
path.cpp
/*****************************************************************************\
* Copyright (c), Future Entertainment World / Seoul, Republic of Korea *
* All Rights Reserved.
n2to10.m
%将2进制数转换为10进制数
function x=n2to10(s);
bn=size(s,2);
x=s(bn);
for i=1:bn-1
x=x+s(bn-i)*power(2,i);
end
fmpower.m
function [x,iflaw]=fmpower(N,k,p1,p2)
%FMPOWER Signal with power-law frequency modulation.
% [X,IFLAW]=FMPOWER(N,K,P1,P2) generates a signal with a
% power-law frequency modulation.
% X(t) = exp(j*2*p
chengxu.c
//1mS=79AD
//路0为电源电压.
//
// if (power>pwmma)
void uptime()
{ ClrWdt();
if ((pass)&&(power400)&&(power
ps2tolcd.fit.rpt
Fitter report for ps2tolcd
Tue Dec 05 14:59:20 2006
Version 5.0 Build 171 11/03/2005 Service Pack 2 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Leg
freq.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