代码搜索:Power
找到约 10,000 项符合「Power」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6251527
c impulse.c
#ifndef lint
static char sccsid[] = "@(#)impulse.c 4.3 (Berkeley) 5/27/83";
#endif not lint
# include "trek.h"
/**
** move under impulse power
**/
impulse()
{
int course;
register int power;
www.eeworm.com/read/101082/6251542
c impulse.c
#ifndef lint
static char sccsid[] = "@(#)impulse.c 4.3 (Berkeley) 5/27/83";
#endif not lint
# include "trek.h"
/**
** move under impulse power
**/
impulse()
{
int course;
register int power;
www.eeworm.com/read/255407/6290967
c ch03.01.c
// iostream.h is preStandard form
// #include
#include
/**
** 2 raised to the power of 10: 1024
**/
int main() {
// a first solution
cout
www.eeworm.com/read/220831/6296470
h energy.h
#ifndef _ENERGY_H_
#define _ENERGY_H_
/*******************************************************************************
Definition of Union ADE_REGS
********************************
www.eeworm.com/read/374590/6324343
rpt clk_8.fit.rpt
Fitter report for clk_8
Wed Oct 22 22:28:16 2008
Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Noti
www.eeworm.com/read/461667/6344121
pin adder2.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/494567/6377750
rpt led7.fit.rpt
Fitter report for led7
Fri May 15 19:17:17 2009
Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notic
www.eeworm.com/read/494141/6378998
pin clock.pin
-- Copyright (C) 1991-2008 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/494226/6380480
java instanceinnerclassdemo.java
class Car{
String brand;
String color;
static String type = "越野车";
Engine engine;
public Car(String brand,String color){
this.brand = brand;
this.color = color;
engine = new Engi
www.eeworm.com/read/493719/6389319
pas ac1189.pas
program ural1189;
var
sol:array[1..50{More than enough}]of longint;
n,suf:longint;
count,l,i,j:byte;
s:string;
procedure insert(x:longint);
var
i,j:byte;
begin
i:=1;