搜索资源列表
draw
- mpl.add(new MenuItem(\"DDA画线\")) mpl.add(new MenuItem(\"中点画线\")) mpl.add(new MenuItem(\"Bresenham画线\")) mpl.addActionListener(this) mp2=new Menu(\"画圆\") mp.add(mp2) mp2.add(new MenuItem(\"公式
graphsystem
- 通过鼠标绘制各种图形,包括 直线,矩形,圆及多边形。同时还可以对多边形进行裁剪,区域填色。实现多种曲线,插值及逼近
draw
- mpl.add(new MenuItem("DDA画线")) mpl.add(new MenuItem("中点画线")) mpl.add(new MenuItem("Bresenham画线")) mpl.addActionListener(this) mp2=new Menu("画圆") mp.add(mp2) mp2.add(new MenuItem("公式法画圆"))
graphsystem
- 通过鼠标绘制各种图形,包括 直线,矩形,圆及多边形。同时还可以对多边形进行裁剪,区域填色。实现多种曲线,插值及逼近-Through a variety of mouse drawn graphics, including a straight line, rectangle, circle and polygon. At the same time can also be carried out on the polygon clipp
Polygon_Circle
- 利用C#实现多边形逼近圆算法,运行时候可以根据需要输入最大允许误差。-Polygonal approximation using C# to achieve a round algorithm, running time can enter the maximum permissible error.
polygontocircle
- 在VB中用多边形逼近法画圆,来自本人的计算机图形学的实习作业,欢迎下载。 -The polygon approaches makeing a circle
Sample_1
- 直线的DDA算法 中点算法 圆的中点算法 多边形逼近算法 的实现-DDA algorithm midpoint algorithm round the midpoint of the straight line algorithm for polygon approximation algorithm to achieve
use-polygon-to-be-a-circle
- 使用多边形逼近画圆,面向学习计算机图形学的朋友-Use polygonal approximation Circle, learning-oriented computer graphics friends
Pwm
- 空间电压矢量控制PWM(SVPWM)也叫磁通正弦PWM法.它以三相波形整体生成效果为前提,以逼近电机气隙的理想圆形旋转磁场轨迹为目的,用逆变器不同的开关模式所产生的实际磁通去逼近基准圆磁通,由它们的比较结果决定逆变器的开关,形成PWM波形.此法从电动机的角度出发,把逆变器和电机看作一个整体,以内切多边形逼近圆的方式进行控制,使电机获得幅值恒定的圆形磁场(正弦磁通).-Space voltage vector control PWM (S
Circle
- 多边形逼近圆算法,已知误差和半径,逼近圆,注意多边形边数要大于3。(Polygonal approximation circle algorithm)