代码搜索结果
找到约 10,000 项符合
Power 的代码
seg70.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
dial1.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
traffic.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,
knownothingdynamicread.h
// this example gives a real feeling for the power of dynamic indexed views
// when you know nothing at all about the columns, not even the number or the names
#ifndef _KNOWNOTHINGDYNAMICREAD_H
#de
header.jsp
This is the header
actbl1.h
/******************************************************************************
*
* Name: actbl1.h - ACPI 1.0 tables
* $Revision: 17 $
*
****************************************************
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);