搜索:Polygon
找到约 17 项符合「Polygon」的查询结果
结果 17
按分类筛选
https://www.eeworm.com/dl/518/102397.html
数值算法/人工智能
source code to compute the visibility polygon of a point in a polygon.
source code to compute the visibility polygon of a point in a polygon.
https://www.eeworm.com/dl/641/429860.html
数学计算
A Convex Hull is the smallest convex polygon that contains every point of the set S. A polygon P is
A Convex Hull is the smallest convex polygon that contains every point of the set S. A polygon P is convex if and only if, for any two points A and B inside the polygon, the line segment AB is inside P.
One way to visualize a convex hull is to put a "rubber band" around all the p ...
https://www.eeworm.com/dl/678/482597.html
系统设计方案
/* * tesswind.c * This program demonstrates the winding rule polygon * tessellation proper
/*
* tesswind.c
* This program demonstrates the winding rule polygon
* tessellation property. Four tessellated objects are drawn,
* each with very different contours. When the w key is pressed,
* the objects are drawn with a different winding rule.
*/
https://www.eeworm.com/dl/686/261504.html
VC书籍
Binary Space Partioning Trees and Polygon Removal in Real Time 3D Rendering
Binary Space Partioning Trees and Polygon
Removal in Real Time 3D Rendering
https://www.eeworm.com/dl/945385.html
技术资料
期刊论文:Siggraph 2002 - Polygon Texturing Lighting and Shading
·期刊论文:Siggraph 2002 - Polygon Texturing Lighting and Shading with Maya
https://www.eeworm.com/dl/660/262897.html
J2ME
利用J2ME编写的手机应用程序。 功能包括显示图片
利用J2ME编写的手机应用程序。 功能包括显示图片, 显示区域(polygon)以及相关的操作。
https://www.eeworm.com/dl/501/22241.html
PCB相关
PCB覆铜高级连接方式
在AD PCB 环境下,Design>Rules>Plane> Polygon Connect style ,点中Polygon Connect style,右键点击new rule ---新建一个规则点击新建的规则既选中该规则,在name 框中改变里面的内容即可修改该规则的名称,默认是PolygonConnect_1 ,现我们修改为GND-Via.
...
https://www.eeworm.com/dl/kbcluoji/40164.html
可编程逻辑
PCB覆铜高级连接方式
在AD PCB 环境下,Design>Rules>Plane> Polygon Connect style ,点中Polygon Connect style,右键点击new rule ---新建一个规则点击新建的规则既选中该规则,在name 框中改变里面的内容即可修改该规则的名称,默认是PolygonConnect_1 ,现我们修改为GND-Via.
...
https://www.eeworm.com/dl/686/478886.html
VC书籍
提供一个图形工具界面
提供一个图形工具界面,让用户能够画出直线,椭圆,多边形等几何元素,结果可以保存并可读出。
掌握:MFC类CDC的成员绘画函数LineTo(), Ellipse(), Polygon()等的使用;