代码搜索结果
找到约 10,000 项符合
Power 的代码
paobiao.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,
clock.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
aix41.h
/* Definitions of target machine for GNU compiler,
for IBM RS/6000 POWER running AIX version 4.1.
Copyright (C) 1994, 1995 Free Software Foundation, Inc.
Contributed by David Edelsohn (edelso
aix3newas.h
/* Definitions of target machine for GNU compiler,
for IBM RS/6000 POWER running AIX version 3.x with the fixed assembler.
Copyright (C) 1995 Free Software Foundation, Inc.
Contributed by Jas
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
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);
pbuilder.txt
*** Calling WSC from Power Builder ***
We do not use the Power Builder compilers, although we have several
customers that do. To use WSC in Power Builder:
1. Install the WSC library in the Pow
read_me.txt
===== Information for Users ("READ-ME") ================
WSC4VB Version 2.3
WSC4VB is a serial communications library which can be used with Visual
Basic (16-bit or 32-bit) running under Window
ycomb.scm
(define fact-maker
(lambda(proc)
(lambda(n)
(if (= n 0)
1
(* n ((proc proc) (- n 1)))))))
(define fact
((lambda(proc)
(lambda(n)
(if (= n 0)
float.h
/********************************************************************/
/* float.h v7.00 */
/* Copyright (c) 1988-1996 Texas Instruments Inc.