代码搜索:Power
找到约 10,000 项符合「Power」的源代码
代码结果 10,000
www.eeworm.com/read/152167/12134744
cpp suanshubiaodashi.cpp
#include
#include
#define TRUE 1
#define FALSE 0
#define MAXNUM 100
char top(char a[])
{
int i;
char b;
for(i=0;a[i]!='\0';i++);
b=a[i-1];
return
www.eeworm.com/read/340554/12147794
c 90.c
# include "stdio.h"
main( )
{
int x, n ;
scanf("%d,%d",&x,&n);
printf("%d**%d=%d\n",x,n,power(x,n));
}
power( int x, int n)
{
int p
www.eeworm.com/read/340554/12147796
c 13.c
# include "stdio.h"
main( )
{
int x, n ;
scanf("%d,%d",&x,&n);
printf("%d**%d=%d\n",x,n,power(x,n));
}
power( int x, int n)
{
int p
www.eeworm.com/read/254304/12147900
pin delay.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
www.eeworm.com/read/254302/12148327
pin expanddatabit.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
www.eeworm.com/read/340475/12155519
pin lock.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,
www.eeworm.com/read/340475/12155622
rpt lock.fit.rpt
Fitter report for lock
Wed Jan 09 14:57:41 2008
Version 5.0 Build 148 04/26/2005 SJ Web Edition
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. Fitt
www.eeworm.com/read/151963/12156076
pin phone.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,
www.eeworm.com/read/151943/12158958
c 90.c
# include "stdio.h"
main( )
{
int x, n ;
scanf("%d,%d",&x,&n);
printf("%d**%d=%d\n",x,n,power(x,n));
}
power( int x, int n)
{
int p
www.eeworm.com/read/151943/12158959
c 13.c
# include "stdio.h"
main( )
{
int x, n ;
scanf("%d,%d",&x,&n);
printf("%d**%d=%d\n",x,n,power(x,n));
}
power( int x, int n)
{
int p