代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/494076/6387624
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/494076/6387629
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/477455/6735928
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/477455/6735933
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/403922/11500355
html function.imagick-getimagepage.html
Returns the page geometry
www.eeworm.com/read/403922/11503904
html function.imagick-setimagepage.html
Sets the page geometry of the image
www.eeworm.com/read/221024/14761780
html http:^^www.cs.uiowa.edu^~sriram^compgeom.html
Date: Wed, 20 Nov 1996 23:18:17 GMT
Server: NCSA/1.5
Content-type: text/html
Monday, 29-Apr-96 09:10:22 CDT
Computational Geometry Course Home Page
Computational
www.eeworm.com/read/219464/14879667
java helloworld.java
import javax.media.j3d.*;
import javax.vecmath.*;
import java.applet.*;
import java.awt.*;
import com.sun.j3d.utils.geometry.*;
import com.sun.j3d.utils.universe.*;
public class HelloWorld
{
www.eeworm.com/read/208573/15244228
java cubeline.java
import com.sun.j3d.utils.universe.SimpleUniverse;
import com.sun.j3d.utils.geometry.*;
import javax.media.j3d.*;
import javax.vecmath.Vector3f;
//import java.applet.Applet;
public class Cube