代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/166678/10008427
makefile
TOPDIR = ..
include $(TOPDIR)/Makefile.common
DEPLIBS = Utilities BasicActions WorldModel Geometry AdvancedAgent
CXXFLAGS += $(foreach DEPLIB,$(DEPLIBS),-I$(TOPDIR)/$(DEPLIB))
#LDFLAGS += -L$(LIBDIR
www.eeworm.com/read/166678/10008610
makefile
TOPDIR = ..
include $(TOPDIR)/Makefile.common
DEPLIBS = Utilities BasicActions Geometry AdvancedActions WorldModel
CXXFLAGS += $(foreach DEPLIB,$(DEPLIBS),-I$(TOPDIR)/$(DEPLIB))
#LDFLAGS += -L$(LIBD
www.eeworm.com/read/361930/10028010
h cppconst.h
#ifndef CPPCONST_H
#define CPPCONST_H
#include "Geometry.h"
const double PI = 3.14159265359;
// --------------Game--------------------------
const int CROBOTNUM = 5; //
www.eeworm.com/read/399998/7816127
tex sift.tex
\documentclass{article}
\usepackage{visionlab,xspace,tabularx}
\usepackage[margin=3cm]{geometry}
\usepackage{graphics}
\usepackage[usenames]{color}
%\usepackage{showkeys}
\usepackage{hyperref}
\newco
www.eeworm.com/read/307271/13724759
tex sift.tex
\documentclass{article}
\usepackage{visionlab,xspace,tabularx}
\usepackage[margin=3cm]{geometry}
\usepackage{graphics}
\usepackage[usenames]{color}
%\usepackage{showkeys}
\usepackage{hyperref}
\newco
www.eeworm.com/read/139332/5802873
h point2d.h
/*****************************************************************
* File: point2d.h
* Synopsis:
* Basic 2-dimensional geometry
* Author: Shubin Zhao (shubinz@cs.nyu.edu), 2001.
*
*********
www.eeworm.com/read/139332/5802874
h segment2d.h
/*****************************************************************
* File: segment2d.h
* Synopsis:
* Basic 2-dimensional geometry
* Author: Shubin Zhao (shubinz@cs.nyu.edu), 2001.
*
*******
www.eeworm.com/read/139332/5802875
h line2d.h
/*****************************************************************
* File: line2d.h
* Synopsis:
* Basic 2-dimensional geometry
* Author: Shubin Zhao (shubinz@cs.nyu.edu), 2001.
*
**********
www.eeworm.com/read/139332/5802876
h circle2d.h
/*****************************************************************
* File: circle2d.h
* Synopsis:
* Basic 2-dimensional geometry
* Author: Shubin Zhao (shubinz@cs.nyu.edu), 2001.
*
********