代码搜索:objects
找到约 10,000 项符合「objects」的源代码
代码结果 10,000
www.eeworm.com/read/244076/12891357
makefile
#
# Makefile for Simple Genetic Algorithm C code
#
#####################################
# Define implicit compilation rules #
#####################################
# uncomment following lines
www.eeworm.com/read/243813/12915266
java max.java
// Max.java: Find a maximum object
public class Max
{
// Return the maximum between two objects
public static Comparable max(Comparable o1, Comparable o2)
{
if (o1.compareTo(o2) > 0)
www.eeworm.com/read/243691/12923196
h map.h
#ifndef _MAP_H_
#define _MAP_H_
#define MAX_OBJECTS 1024
typedef struct {
long XPos, YPos;
char Tile;
} sObject;
class cMap
{
private:
long m_Width, m_Height; // Width and
www.eeworm.com/read/243691/12923214
h map.h
#ifndef _MAP_H_
#define _MAP_H_
#define MAX_OBJECTS 1024
typedef struct {
long XPos, YPos;
char Tile;
} sObject;
class cMap
{
private:
long m_Width, m_Height; // Width and
www.eeworm.com/read/243691/12923239
h map.h
#ifndef _MAP_H_
#define _MAP_H_
#define MAX_OBJECTS 1024
typedef struct {
long XPos, YPos;
char Tile;
} sObject;
class cMap
{
private:
long m_Width, m_Height; // Width and
www.eeworm.com/read/329960/12923567
makefile ghmmunittests.makefile
# Note: Name of the executable defined by EXECNAME below
EXECNAME = ghmmunittests
CHECKPREFIX = /home/janne/local
GHMMPREFIX = ../ghmm
CC = gcc
CFLAGS = -std=c99 -pedantic -g -I
www.eeworm.com/read/243682/12925868
txt superbase.txt
/L20"SBP" Line Comment = ' Block Comment On = /* Block Comment Off = */ Escape Char = \ String Chars = "' File Extensions = SBP
/Delimiters = ~!@%^&*()-+=|\/{}[]:;"' , .?
/Function String 1 = "%SU
www.eeworm.com/read/243661/12928693
makefile
PROGRAM= lpc2400
SOURCES.c.lpc2400 = analys.c bitio.c bsynz.c channel.c dcbias.c decode.c deemp.c difmag.c diskio.c dyptrk.c encode.c energy.c ham84.c hp100.c initial.c invert.c irc2pc.c ivfilt.c lpc
www.eeworm.com/read/329152/12974250
h ih263enc.h
/*==========================================================================*/
/* Copyright (C) 2000 Texas Instruments, Incorporated */
/* All Rights R