搜索资源列表
Timepicture
- 本程序实现了读取随机文件的数据,并产生一个方波图形.而且用户用鼠标点击后,会根据坐标自动取得当前点的值.对程序稍做修改,可用于单片机的数据图形处理-This procedure has to read random data files and graphics to produce a square wave. And the user with the mouse click, automatically based on the current point coordinate valu
VoronoiDiagram
- 计算几何课程中voronoidigram的实现程序, 可随机输入种子点,然后生成voronoi 图-Computational geometry course in the realization of the procedure voronoidigram can enter a random seed point, and then generate voronoi diagram
RandomPointsDelaunayVc
- 在平面随机生成散列的二维点,点数可由用户输入,然后将散列的点进行三角剖分,生成三角网。可以用于算法演示,这个比较老的代码,速度并不快,也可以继续改进。-The demo can show an example of delaunay and the a algorithm is not very fast.
canvas
- 星空下子弹的随机位置爆炸,且在点击位置爆炸-The explosion of the random location of the bullets under the stars and click location explosion
image-scale
- 绘制随机图像,包括点,直线,圆,椭圆,波浪线,三角形,并加上各种颜色。-Draw a random image, including point, line, circle, oval, wavy lines, triangles, and plus a variety of colors.
RebounceBall
- 实现了球体是在左上角点以随机角度发射,遇到墙壁后反弹,并且两球相撞后会反弹。-Sphere is in the upper left point emitted at random angles encountered a wall after a rebound, and two balls after the collision will rebound.
Cluster
- 实现了随机点生成、C均值聚类、ISODATA聚类算法,简单易懂-Random point generation C-means clustering, ISODATA clustering algorithm, straightforward
2dDelaunay
- 二维平面内随机点的delaunay三角化算法的实现,完整源代码。-Delaunay triangulation algorithm of random points in the two-dimensional plane, complete source code.
ConvexHull
- 随机生成一些点,然后利用这些点生成凸包。-Randomly generated at some point, and then use these points to generate the convex hull.
random_delete
- 一种点云数据噪声点的随机滤波处理方法_董明晓 程序实现-A Random Filter Algorithm for Reducing Noise Error of Point Cloud Data
Delaunay-triangular-mesh-generation
- 在平面随机生成散列的二维点,点数可由用户输入,然后将散列的点进行delaunay三角剖分,生成三角网。代码较老,可以继续改进。-delaunay triangulation
voronoi_MATLAB
- 此程序用来在MATLAB中创建泰森多边形,并且在产生随机中心点的同时,各中心点必须满足特定的距离关系,最后输出中心点坐标以及相应的顶点坐标,以在ABAQUS中建模。-This procedure is used in MATLAB create Thiessen polygons, and at the same time generating random center point, each center must meet specific distance relationship, t
iosLIne
- 等值线可视化,分为固定点和随机点两种,网格法和三角剖分法。-Contours Visualization
CVT
- 完成在多边形内随机撒给定数目点的二维Voronoi图生成-The generation of two-dimensional Voronoi diagram of random scatter point in polygon