搜索资源列表

  1. console_graphic

    0下载:
  2. 用控制台程序(Console project)实现计算机图形学的基本图形,其中Bresenham为Bresenham算法画线的项目,输入起点和终点;dda为DDA算法画直线的项目,输入起点和终点;mid_point为中点画线法的项目,输入起点和终点;Bres_circle为根据Bresenham算法画圆,输入圆心点和半径; midpoint_circle为中点画圆法,包括填充,输入圆心点和半径;midpointEllipse为中点画
  3. 所属分类:绘图程序

    • 发布日期:2024-09-29
    • 文件大小:1744896
    • 提供者:李文
  1. LCD12864

    0下载:
  2. DP_51PRO实验仪图形液晶显示实验。先在屏幕上的随机位置显示随机数字(0--9), * 然后调用画直线函数以屏幕中心为中点画对称的直线,最后显示一个简单的窗口。-Experiment DP_51PRO graphics liquid crystal display experiment. First in a random location on the screen shows random number (0 9),* th
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-09-29
    • 文件大小:168960
    • 提供者:陈好
  1. MidPointCircle

    0下载:
  2. 将一个半圆用点画出来,而不是使用画圆函数,其中使用了一个确定点位置的算法-A semicircle with stipple out, rather than using drawcircle function, which uses a point location algorithm to determine
  3. 所属分类:分形几何

    • 发布日期:2024-09-29
    • 文件大小:227328
    • 提供者:沈松剑
  1. DDAForm1

    0下载:
  2. 在VB环境下实现各种2D图形画线算法,具体包括:数值微分法,中点画线法,Bresenham画线法-In the VB environment to achieve a variety of 2D graphics line drawing algorithm, including: numerical differential method, in stipple line method, Bresenham drawing line
  3. 所属分类:2D图形编程

    • 发布日期:2024-09-29
    • 文件大小:2048
    • 提供者:王文忠
  1. BMPFILE

    0下载:
  2. 位图读取+距离变换+位图显示,带有中点画线算法-Read bitmap+ Distance transform+ Bitmap display with a stipple line algorithm in
  3. 所属分类:2D图形编程

    • 发布日期:2024-09-29
    • 文件大小:95232
    • 提供者:饶铁亮
  1. drawline

    0下载:
  2. 通过数值微分法,中点画线法,Bresenham法画任意斜率直线-By numerical differentiation, medium stipple line method, Bresenham law slope of a straight line drawn arbitrarily
  3. 所属分类:2D图形编程

    • 发布日期:2024-09-29
    • 文件大小:49152
    • 提供者:陈良
  1. ddanew1

    0下载:
  2. 实现三种画线方法及画圆,DDA画线,中点画线,BRESENHAM画线法,可画任意直线及圆弧和圆-Draw a line to achieve the three methods and drawcircle, DDA painting line, in line stipple, BRESENHAM Line Act, may be painting a straight line and arc and arbitrary round
  3. 所属分类:2D图形编程

    • 发布日期:2024-09-29
    • 文件大小:1936384
    • 提供者:yanzi
  1. zhongdianhuaxian

    0下载:
  2. 中点画线算法-In stipple line algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-09-29
    • 文件大小:1024
    • 提供者:
  1. cazhi

    0下载:
  2. 各种插值方法的效果比较 线性内插法,内插法,三次多项式内插法,多项式拟合法 将这些内插的结果及原先的采样点画在同一个图 -The effect of various interpolation methods compared linear interpolation, interpolation, cubic polynomial interpolation, polynomial fitting interpolatio
  3. 所属分类:matlab例程

    • 发布日期:2024-09-29
    • 文件大小:1024
    • 提供者:zhouliyong
  1. draw

    0下载:
  2. 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("公式法画圆"))
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-09-29
    • 文件大小:6144
    • 提供者:李默
  1. DrawLine

    0下载:
  2. 用bresenham,dda,midpoint三种算法实现画直线,鼠标可在屏幕上取点画直线-With bresenham, dda, midpoint algorithm painting of three straight, the mouse can check on the screen straight stipple
  3. 所属分类:绘图程序

    • 发布日期:2024-09-29
    • 文件大小:18432
    • 提供者:刘提
  1. 1

    0下载:
  2. 圆的中点画法 根据圆的八对称行,采用圆弧的中点算法,实现圆的中点扫描转换-Round and round in the stipple method in accordance with the eight symmetry line, using the mid-point arc algorithm, to achieve the mid-point circle scan conversion
  3. 所属分类:绘图程序

    • 发布日期:2024-09-29
    • 文件大小:80896
    • 提供者:diaoyou
  1. Typical_image_processing_routines

    0下载:
  2. 提供画点画线位块传输等典型算法及VC++源代码(用VC++.net打开)-Stipple line provides bit block transfer typical algorithm and VC++ Source code (using VC++. Net open)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-09-29
    • 文件大小:3767296
    • 提供者:孟庆春
  1. dda_line2007

    0下载:
  2. DAA画线,这个是我计算机图形学的实验的源代码, 包括中点画线 画圆,Bresenham 画线 画圆, 种子扫描填充区域, 三角形图形基本3种变换-DAA painting lines, this is my experimental computer graphics source code, including stipple line drawcircle, Bresenham Line drawcircle, seed fill
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-09-29
    • 文件大小:1154048
    • 提供者:
  1. 22222

    0下载:
  2. 计算机图形学 中点画直线方法 可直接运行-Computer Graphics stipple straight-line method can be directly run
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-09-29
    • 文件大小:1024
    • 提供者:乐儿
  1. code

    0下载:
  2. 绘制B样条曲线,可以由控制点画,也有反求控制点的-Rendering B-spline curve can be controlled by the stipple, but also have control points in Reverse
  3. 所属分类:绘图程序

    • 发布日期:2024-09-29
    • 文件大小:37888
    • 提供者:杨小汕
  1. ex1

    0下载:
  2. 计算机图形学中用“中点画线法”和“Bresenham算法”实现画直线和圆弧的扫描转换算法(matlab实现)-Computer graphics using in the line stipple and Bresenham algorithm realize painting a straight line and arc scan conversion algorithm (matlab realize)
  3. 所属分类:绘图程序

    • 发布日期:2024-09-29
    • 文件大小:5120
    • 提供者:
  1. zhong_dian_hua_xian

    0下载:
  2. 图形学程序,我们的作业,实现中点画线法,适合初学者用来参考-Graphics procedures, our operations, to achieve in stipple line method, suitable for beginners to reference
  3. 所属分类:图形图象

    • 发布日期:2024-09-29
    • 文件大小:27648
    • 提供者:拾荒者
  1. zongdian

    0下载:
  2. 中点画线法源代码,属于计算机图形学范畴,可以在c以及c++的编程环境下运行-Stipple line method in the source code belonging to the scope of computer graphics, you can c, as well as c++ Programming environment running under
  3. 所属分类:绘图程序

    • 发布日期:2024-09-29
    • 文件大小:1024
    • 提供者:yang
  1. Graphic

    0下载:
  2. 一个简单的使用MFC描点画法,画出直线,虚线,Bezier曲线和铁路轨的程序,并具有保存文件功能。-A simple depiction of the use of MFC stipple method, draw a straight line, dotted line, Bezier curve and the railway track procedures, and have the function to save the f
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-09-29
    • 文件大小:63488
    • 提供者:梁星
« 12 3 4 5 6 »

源码中国 www.ymcn.org