代码搜索:Power
找到约 10,000 项符合「Power」的源代码
代码结果 10,000
www.eeworm.com/read/463084/7188604
rpt sync.fit.rpt
Fitter report for sync
Thu Apr 09 15:31:36 2009
Quartus II Version 8.1 Build 163 10/28/2008 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notic
www.eeworm.com/read/463084/7188628
rpt gray.fit.rpt
Fitter report for gray
Thu Apr 09 21:10:05 2009
Quartus II Version 8.1 Build 163 10/28/2008 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notic
www.eeworm.com/read/462768/7196465
c 0809_1.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define ADC0809 XBYTE[0x2010]
void power(void);
void wait(uint n);
void main(void)
{power();}
voi
www.eeworm.com/read/462482/7200970
pin second.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/462384/7202032
cpp dct.cpp
#define EXTRA_NAME "@dcttransform."
#include "loadbmp.h"
#define Point(x,y) lpPoints[(x)+(y)*nWidth]
void FFT(COMPLEX * TD, COMPLEX * FD, int power)
{
int count;
int i,j,k,bfsize,p;
doub
www.eeworm.com/read/462374/7202083
pin texi.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
www.eeworm.com/read/462282/7203568
txt ilo2_server_out.txt
//登录
*************************************************************************
This is a private system.
Do not attempt to login unless you are an authorized user.
Any authorized or unautho
www.eeworm.com/read/462274/7205352
pin traffic.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/462274/7205643
pin gmaj.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/171937/7216975
java powercalc.java
public class PowerCalc
{
public static void main(String[] args)
{
double x = 5.0;
System.out.println(x + " to the power 4 is " + power(x,4));
System.out.println("7.5 to the power