代码搜索:COORD
找到约 2,302 项符合「COORD」的源代码
代码结果 2,302
www.eeworm.com/read/162559/10295951
as ._coord.as
www.eeworm.com/read/162559/10295975
as coord.as
/*******************
ENGLISH
project: 3d engine
by: ivan ivanoff (www.i2off.org)
based on the work made by : stuart schoneveld (www.illogicz.com)
email: avatar@i2off.org
apologies:
to my wife and k
www.eeworm.com/read/187834/8598416
h coord.h
//////////////////////////////////////////////////////
//
// NRDB Pro - Spatial database and mapping application
//
// Copyright (c) 1989-2004 Richard D. Alexander
//
// This program is free sof
www.eeworm.com/read/288515/8627727
c coord.c
#include
#include
#include "coord.h"
struct coords *alloc_coords(int n) {
struct coords *c;
if (c = malloc(sizeof(struct coords)))
init_coords(c, n);
#ifdef DEBUG
else
www.eeworm.com/read/288515/8627782
h coord.h
#ifndef COORD_H
#define COORD_H
struct coord {
int x;
int y;
};
struct coords {
int count;
int max;
struct coord *values;
};
struct coords *alloc_coords(int n);
void free_coords(struct co
www.eeworm.com/read/427071/8978768
mcp coord.mcp
[HEADER]
magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13}
file_version=1.0
[PATH_INFO]
dir_src=
dir_bin=..\SerialRouterV3
dir_tmp=..\SerialRouterV3
dir_sin=
dir_inc=C:\mcc18\h;..\Stack;..\S
www.eeworm.com/read/427071/8978771
mcw coord.mcw
www.eeworm.com/read/427071/8978777
c coord.c
#include
#include "zigbee.h" // Zigbee defs
#if defined(MCHP_C18)
#include
#endif
#include "msstate.h"
#include "sralloc.h"
#include "Console.h"
#include "bugfix.h"
#
www.eeworm.com/read/427071/8978779
h coord.h
#ifndef _COORD_H_
#define _COORD_H_
//coord stuff
// Main state machine states.
typedef enum _APP_STATE {
SM_APP_INIT = 0,
SM_APP_INIT_RUN,
SM_APP_NORMAL_START,
SM_APP_NORMAL_RUN,
www.eeworm.com/read/170282/9812207
h coord.h
//////////////////////////////////////////////////////
//
// NRDB Pro - Spatial database and mapping application
//
// Copyright (c) 1989-2004 Richard D. Alexander
//
// This program is free sof