代码搜索结果
找到约 2,916 项符合
Energy 的代码
energyw.h
#ifndef _ENERGY_H_
#define _ENERGY_H_
/*******************************************************************************
Definition of Union ADE_REGS
********************************
bohandler.h
struct UnitDef;
struct BOInfo
{
string name;
float mp; // metal production
float ep; // energy production
float me; // metal production per energy upkeep
float em; // energy production
vad.c
/*
ITU-T G.729 Annex B ANSI-C Source Code
Version 1.3 Last modified: August 1997
Copyright (c) 1996, France Telecom, Rockwell International,
Universite de
vad.c
/*
ITU-T G.729 Annex B ANSI-C Source Code
Version 1.3 Last modified: August 1997
Copyright (c) 1996, France Telecom, Rockwell International,
Universite de
snake.cpp
#include "stdafx.h"
#include "snake.h"
#include
#include"LoadBmpFile.h"
snake::snake(point * Snake_Point,int Point_Num)
{
this->Snake_Point = Snake_Point ;
this->Point_Num = Point_
snake.h
#if !defined(SNAKE_H)
#define SNAKE_H
#include
#define SNAKE_TIMER 1
class point
{
public:
float x,y;
};
class point_list
{
public:
float x,y;
class point_list *next;
};
c
snake.cpp
#include "stdafx.h"
#include "snake.h"
#include
#include"LoadBmpFile.h"
snake::snake(point * Snake_Point,int Point_Num)
{
this->Snake_Point = Snake_Point ;
this->Point_Num = Point_
snake.h
#if !defined(SNAKE_H)
#define SNAKE_H
#include
#define SNAKE_TIMER 1
class point
{
public:
float x,y;
};
class point_list
{
public:
float x,y;
class point_list *next;
};
c
vad.c
/*
ITU-T G.729 Annex B ANSI-C Source Code
Version 1.3 Last modified: August 1997
Copyright (c) 1996, France Telecom, Rockwell International,
Universite de