代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/425643/10342082
m cylindcat1g.m
function [x,y]=CylindCat1g(bs,s)
%CYLINDCAT1G Gives geometry data for the CylindCat1g PDE model.
%
% NE=CYLINDCAT1G gives the number of boundary segments
%
% D=CYLINDCAT1G(BS) gives a matrix with
www.eeworm.com/read/422500/10634169
wrl 5.13.wrl
#创建字符集为TYPEWRITER,沿X方向从左到右,沿Y方向从上到下的水平文本造型
#VRML V2.0 utf8
Shape{
appearance Appearance {
material Material { }
}
geometry Text{
string ["AaBb","CcDd","EeFf"]
fontStyle FontStyle{
www.eeworm.com/read/276091/10768863
txt 代码.txt
'引用的类
Imports ESRI.ArcGIS.Carto
Imports ESRI.ArcGIS.Geodatabase
Imports ESRI.ArcGIS.Display
Imports ESRI.ArcGIS.esriSystem
Imports ESRI.ArcGIS.Geometry
Public Class Form1
'如何为一个层设置UniqueVal
www.eeworm.com/read/455880/7362389
java hellouniverse.java
import com.sun.j3d.utils.universe.*;
import com.sun.j3d.utils.geometry.ColorCube;
import javax.media.j3d.*;
import javax.vecmath.*;
import java.awt.GraphicsConfiguration;
/**
* Simple Java 3D ex
www.eeworm.com/read/449771/7496681
m cylindcat2g.m
function [x,y]=CylindCat2g(bs,s)
%CylindCat2g Gives geometry data for the CylindCat2g PDE model.
%
% NE=CylindCat2g gives the number of boundary segments
%
% D=CylindCat2g(BS) gives a matrix with
www.eeworm.com/read/449771/7496686
m cylindcat1g.m
function [x,y]=CylindCat1g(bs,s)
%CYLINDCAT1G Gives geometry data for the CylindCat1g PDE model.
%
% NE=CYLINDCAT1G gives the number of boundary segments
%
% D=CYLINDCAT1G(BS) gives a matrix with
www.eeworm.com/read/199851/7818385
m cylindcat2g.m
function [x,y]=CylindCat2g(bs,s)
%CylindCat2g Gives geometry data for the CylindCat2g PDE model.
%
% NE=CylindCat2g gives the number of boundary segments
%
% D=CylindCat2g(BS) gives a matrix with
www.eeworm.com/read/199851/7818397
m cylindcat1g.m
function [x,y]=CylindCat1g(bs,s)
%CYLINDCAT1G Gives geometry data for the CylindCat1g PDE model.
%
% NE=CYLINDCAT1G gives the number of boundary segments
%
% D=CYLINDCAT1G(BS) gives a matrix with
www.eeworm.com/read/299780/7833310
java mycylinderrot.java
//MyCylinderRot.java
import java.applet.Applet;
import java.awt.BorderLayout;
import com.sun.j3d.utils.applet.MainFrame;
import com.sun.j3d.utils.geometry.*;
import com.sun.j3d.utils.universe.*;
www.eeworm.com/read/299780/7833393
java mycylinder.java
//MyCylinder.java
import java.applet.Applet;//可以插入html
import java.awt.BorderLayout;//窗口采用BorderLayout方式布局
import com.sun.j3d.utils.applet.MainFrame;//application
import com.sun.j3d.utils.geometry