搜索资源列表
J3DDemo
- 利用Java 3D API来编写的一个Java三维动画的演示程序。这个程序将在中央显示一行3D的文字,在4个角分别显示4个不同的几何形体,并不停地旋转变化颜色,同时循环播放音乐。-use Java 3D API to write a Java 3D animation demonstration program. This procedure will be shown here in the central 3D language, the four Kok showed four diffe
JTS
- JTS拓扑结构程序组是一个通过使用明确的精度模型和健壮的几何算法来执行空间数据操作的Java应用编程孔。JTS是用来对可以支持空间数据集的确认、处理、综合及质疑的应用程序进行改善。这篇文献就是对在JTS拓扑程序组中执行的类、方法与算法进行说明-JTS Topology program group is defined through the use of a precision model and robust geometric algorithm to implement the spati
Shape
- 求一个几何图形的周长和面积,包括圆,三角形,四边形-For a perimeter and area of geometric shapes, including round, triangular, quadrilateral
SunMap
- 从底层实现的GIS小项目,具有地图的放大、缩小、平移等常用地图操作功能和查询功能等,可以读取多种常用几何类型的shapefile文件,项目中还含有一个MMSeg中文分词器,适合GIS专业的同学科研使用-GIS from the underlying implementation of small projects, with maps, zoom, pan and other commonly used map operation functions and query functions, y
Jess70
- Jess是由Sandia National Laboratories (as part of an internal research project)的一位专家写成。Jess全名为java expert system shell,是基于CLIPS规则扩展的一个系统工具,由java语言完成。通过应用事实规则几何可以退出新的事实。支持多对对的匹配。-Jess from Sandia National Laboratories (as part of an internal research pro
Demo7.java
- JAVA实现图形几何变化算法。包括缩小,倒置,移动。-JAVA geometric changes of graphics algorithms. Including narrow, upside down, move.
ewtxjhbh.java
- 二维图形的几何变换 初学java的朋友可以拿去看看 比较简单-Two-dimensional geometric transformation graphics java beginner friends can have it look simple
Java
- Java_图像处理(几何变换、色彩变换、卷积、频率变换)-Java_ image processing (geometric transformation, color transform, convolution, frequency conversion)
java-fire
- 理解和掌握图形上下文和图形对象的基本概念; (2)了解Color 类构造方法和常用的方法; (3)熟练掌握和运用常用的绘图方法; (4)初步了解和运行Java 2D 的形状处理。 (5)进一步理解Java 2D 中的图形绘制基本概念; (6)了解和掌握Java 2D 的设置图形上下文; (7)掌握和运用Java 2D 绘制一些具有特殊效果的几何形状; (8)能利用Java 2D 设计具有特殊效果的文字。 (9)进一步了解和运用常用的GUI 组件; (10)深入
uJJ33DDemos
- 运用Java 3D API来开发的一个Java三维动画的演示程序源码。这个程序源码将在中央显示出来一行33D的文字,在4个角分别显示出来4个不同的几何形体,并不停地旋转变化颜色,同时循环播放音乐。 可直接使用。 -Java 3D API to develop a Java 3D animation demo program source code. The program source code will be displayed in the central text of a line
jts-1.13
- JTS Topology Suite 是一个处理二维几何问题的开源Java工具 目前的最新版本1.13-The JTS Topology Suite is an API of 2D spatial predicates and functions.
java_geomtrans
- java图像处理几何变换,需要图像处理几何变换的可以下载学习-java image processing geometric transformation requires geometric transformation of image processing can download learning
Exe3_3
- 3.设计一个能够描述点(point)、线(line)、圆(circle)、矩形(rectangle)和三角形(triangle)等几何形状的类体系,能够计算不同形状的周长和面积(如果能够定义的话)。程序文件命名为Exe3_3.java。-3. Design a point can be described (point), line (line), circle (circle), class hierarchy rectangle (rectangle) and the triangle (t
java-applet
- java入门小程序。新建类;设定初始值,返回值;进行几何运算,比如:求圆的面积、周长,求圆柱体的表面积、体积;输出各种动物的叫声-Getting java applet. New Class set the initial value, the return value geometric operations such as: seeking the circular area, perimeter, seeking cylinder surface area, volume the o
Ex3_1
- 1.编写一个日期时间类Datetime,能够输入、显示和修改日期(年、月、日)和时间(小时、分、秒)。程序文件命名为Exe3_1.java。 3.设计一个能够描述点(point)、线(line)、圆(circle)、矩形(rectangle)和三角形(triangle)等几何形状的类体系,能够计算不同形状的周长和面积(如果能够定义的话)。程序文件命名为Exe3_3.java。(1. Write a Datetime class, which can input, display and mod
点线圆长方形三角形的周长和面积
- 设计一个能够描述点(point)、线(line)、圆(circle)、矩形(rectangle) 和三角形(triangle)等几何形状的类体系,能够计算不同形状的 周长和面积(如果能够定义的话)。程序文件命名为 Exe3_3.java。