代码搜索:Geometry

找到约 4,837 项符合「Geometry」的源代码

代码结果 4,837
www.eeworm.com/read/203062/15366776

h dadixyp.h

// the DADI object, xy geometry, periodic in x1, hardwired. #ifndef __DADIXYP_H #define __DADIXYP_H #include "dadi.h" #include class DadixyPer : public Dadi { protected: void adi(S
www.eeworm.com/read/392021/8367000

c unix.c

/* unix.c -- Unix version of qhull see README copyright (c) 1993-1995, The Geometry Center */ #include #include #include #include #include
www.eeworm.com/read/182900/9186803

c unix.c

/* unix.c -- Unix version of qhull see README copyright (c) 1993-1995, The Geometry Center */ #include #include #include #include #include
www.eeworm.com/read/169213/9875536

cpp soccerball.cpp

#include "SoccerBall.h" #include "2D/geometry.h" #include "Debug/DebugConsole.h" #include "misc/Cgdi.h" #include "ParamLoader.h" #include "2D/Wall2D.h" //----------------------------- AddNoi
www.eeworm.com/read/418151/10964386

c unix.c

/* unix.c -- Unix version of qhull see README copyright (c) 1993-1995, The Geometry Center */ #include #include #include #include #include
www.eeworm.com/read/270655/11030979

cs opera.cs

using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; using System.IO; using ESRI.ArcGIS.Geometry; using ESRI.ArcGIS.Geodatabase; using ESRI.ArcGIS.es
www.eeworm.com/read/445898/7588827

cpp matrix.cpp

#include "Matrix.h" #include "Geometry.h" #include #include #include #include #include using namespace std; void Matrix::swap_col(int a, int b) {
www.eeworm.com/read/333524/12677581

c unix.c

/* unix.c -- Unix version of qhull see README copyright (c) 1993-1995, The Geometry Center */ #include #include #include #include #include
www.eeworm.com/read/490435/6456408

cpp disk_io.cpp

#include #include #include #include struct Disk //关于Disk结构的定义 { HANDLE handle; DISK_GEOMETRY disk_info; }; Disk disk; HANDLE Floppy;
www.eeworm.com/read/410206/11298483

m mesh2d.m

function [p,t] = mesh2d(node,edge,hdata,options) % MESH2D: 2D unstructured triangular mesh generation. % % A 2D unstructured triangular mesh is generated based on a piecewise- % linear geometry