代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/239905/13248235
cs addlayers.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
using System.Resources;
using ESRI.ArcGIS.Carto;
using ESRI.ArcGIS.Geometry;
using ESRI
www.eeworm.com/read/101082/6252654
disktab
# "@(#)disktab 4.9 (ULTRIX) 1/31/91"
#
# disktab from 4.5 4.2 BSD 83/07/30
# Disk geometry and partition layout tables.
# Key:
# ty type of disk
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylin
www.eeworm.com/read/487210/6516762
cs clspathfinder.cs
using System;
using System.Collections.Generic;
using System.Text;
using ESRI.ArcGIS.Carto;
using ESRI.ArcGIS.Geometry;
using ESRI.ArcGIS.Geodatabase;
using ESRI.ArcGIS.NetworkAnalysis;
using
www.eeworm.com/read/345593/11807261
dfm mainformunit.dfm
object Form1: TForm1
Left = 2
Top = 3
Width = 624
Height = 611
Caption = 'Constructive Solid Geometry Demo'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWind
www.eeworm.com/read/338147/12322808
cs surveytools.cs
using System;
using System.IO ;
using System.Windows.Forms ;
using System.Reflection ;
using ESRI.ArcGIS.Carto ;
using ESRI.ArcGIS.Display ;
using ESRI.ArcGIS.Geometry ;
namespace Ao
www.eeworm.com/read/338147/12322822
bak surveytools.cs.bak
using System;
using System.IO ;
using System.Windows.Forms ;
using System.Reflection ;
using ESRI.ArcGIS.Carto ;
using ESRI.ArcGIS.Display ;
using ESRI.ArcGIS.Geometry ;
namespace Ao
www.eeworm.com/read/122674/14676115
cpp prg12_1.cpp
#include
#pragma hdrstop
#include "graphlib.h"
#include "geometry.h"
void main(void)
{
// declare objects C, D with fill patterns 7 and no fill
Circle C(1.0,1.0,0.5,7),
www.eeworm.com/read/14031/292238
m msp1.m
% 1:air-gap, 2:culasse stator, 3: fer rotor,
% 4-7: stator conductor, 28 - 29: rotor conductor
tic; clear;clc; close all;
% ------------- Draw the geometry of stator, rotor et air-ga
www.eeworm.com/read/35410/1057268
java gameview2.java
package com.bgstudy.app.game.canvas.geometry;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Path;
import android.graphic