CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 绘图程序 搜索资源 - end

搜索资源列表

  1. CADdraw

    0下载:
  2. 本程序实现八种图形的绘图功能,分别是直线,圆弧,贝赛尔曲线,矩形,圆角矩形,椭圆和多边形。绘图步骤如下: 直线:点鼠标左键确定起始点,移动鼠标点左键确定终点。 圆弧:用鼠标左键依次点四点确定圆弧。 贝赛尔曲线:用鼠标左键依次点四点确定贝赛尔曲线。 矩形:点左键确定起始点,拖动鼠标再点左键确定对角点。 圆角矩形:点左键确定起始点,拖动鼠标再点左键确定对角点。 椭圆:点左键确定起始点,拖动鼠标再点左键确定对角点,便作出了与该矩形相切的椭圆。 多边形:点鼠标左键确定起始点,
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:58.55kb
    • 提供者:李萍
  1. MyPaint1.0

    0下载:
  2. 设计思路: 对Windows XP自带的画笔程序进行分析,一般User画图过程: 首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对产出的图像进行操作。 对图形元素抽象出公共属性,设计我的画板的作图过程: 选择工具 、画预览效果、User满意并确定、绘制效果。 下面是程序用到主要变量: 当前绘图点粒度:int iGranularity 当前使用颜色:COLORREF curColor 当前绘图状态:int iPaintStatus
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:52.52kb
    • 提供者:mars
  1. Raster_vb

    0下载:
  2. For i = 0 To PicMain.Height MaskLine = False 初始化MaskLine变量 For j = 0 To PicMain.Width CurrentColor = GetPixel(PicMain.hdc, j, i) 取得当前所在点的颜色值 If j < PicMain.Width Then TwoColor = GetPixel(PicMain.hdc, j + 1, i) 取得当前所在点前面一点的值, 用途是当是一条很宽的线条
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:3.13kb
    • 提供者:z
  1. TwoWork

    0下载:
  2. 1\\直线段的裁剪算法Cohen-Sutherland 2\\二次、三次Bezier曲线,二次、三次均匀B样条曲线(过首末顶点)(不会抖动)-1 \\ line of the cutting algorithm Cohen-Sutherland 2 \\ Second, Bezier curves, second, third uniform B-spline curves (after the end of the first peak) (no jitter)
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.16mb
    • 提供者:heiniu532
  1. Bezier_CutLIne

    0下载:
  2. 直线段的裁剪和绘制,1、自由曲线包括:二次、三次Bezier曲线,二次、三次均匀B样条曲线; 2、Bezier曲线的实现算法要求选用细分算法; 3、均匀B样条曲线过控制多边形的首末顶点; 4、利用B样条曲线的局部控制性来动态修改曲线形状; 5、界面设计友好、几何直观。 裁剪算法选用Cohen-Sutherland算法; -straight of the cutting and painting, a free curve include : second, third B
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:324.02kb
    • 提供者:rtshen
  1. Drawfromonepoint

    0下载:
  2. 以同一个点为起始点,画任意多的直线,所有直线的末端点连成曲线-to the same point as a starting point, drawing arbitrary number of straight lines, all straight points at the end of the connection between curves
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:39.93kb
    • 提供者:李雪莉
  1. mouse_line

    0下载:
  2. 在学习过程中的兴趣编写。其功能是实现用鼠标绘制多边形。单击左键确定顶点,双击结束绘制。-learning process in the interest of the preparation. Its function is to achieve polygon drawing with the mouse. Left click determine vertex, double-click the end of mapping.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:47.86kb
    • 提供者:蔡治有
  1. 2003374315

    0下载:
  2. 采用两种不同的方法绘制曲线 a) 二次B样条曲线 二次B样条曲线段的函数表达式为 (1) 其中 为控制顶点。 说明: ① 对任给定的一组控制顶点 ,每相邻三个控制顶点为一组进行曲线段绘制。即 为一组, 为一组,…, 为一组,所有曲线段连在一起即构成了整个B样条曲线。事实上,前一条曲线段的终点即是下一条曲线段的起点。 ② 在每一段曲线的绘制过程中, 取不同的值便得到曲线上不同的点。例如 时,由公式(1)可得到曲线的起点, 时可计算得到曲线的终点。为处理方便,可进行等距离选择,如10等份, 依次取0
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.8kb
    • 提供者:梁小秋
  1. cutedraw1

    0下载:
  2. 画图工具L c R G NONE End Enum Dim graph As Graphic Private Type Lnode’定义一个节点类型来 保存每个图形的信息 Sx As Single Sy As Single Tx As Single Ty As Single Bch As Graphic Color As Long End Type 画图:直线,圆跟矩形都用Line方法来实现,封装在Public Sub-drawing tools c R L G NONE End Enum Di
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:31.18kb
    • 提供者:魏衍斌
  1. line(new)

    0下载:
  2. 直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:5.45kb
    • 提供者:zy
  1. 实验报告2

    0下载:
  2. 重点撑握数值微分法.此法主要内容为先算出直线的斜率 k=△y/△x 其中, △x=x1-x0, △y=y1-y0,(x0,y0)和(x1,y1)分别是直线的端点坐标。然后,从直线的起点开始,确定最佳逼近于直线的y坐标均为整数,让X从起点到终点变化,每步递增1,计算对应的y坐标,y=kx+B,并取象素(x,round(y))。用这个方法既直观,以可行,然而效率低。-focus on shoring grip numerical differentiation. This method is mai
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:27.2kb
    • 提供者:news
  1. 通过鼠标点击画多边形的MFC界面

    1下载:
  2. 通过鼠标点击画多边形的MFC界面.每次鼠标左击时取得当前鼠标的位置,放到point类型数组中,直到点击了鼠标右键结束,Polygon drawing by mouse click in MFC enviroment. Every time when the mouse left-click to obtain the current mouse position, into an array of point type, click the right mouse button until th
  3. 所属分类:绘图程序

    • 发布日期:2016-01-25
    • 文件大小:2.85mb
    • 提供者:fairy
  1. Bsplinecurve.rar

    0下载:
  2. 基于VC的三种端点条件的插值B样条曲线绘制,包括夹持端点,自由端点,抛物线端点,线性方程组的解法采用了追赶法。,VC based on the conditions of the three endpoint interpolation B-spline curve drawing, including the gripping end, the Liberal endpoint, the endpoint parabola, the solution of linear equations u
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:138.5kb
    • 提供者:梦琦
  1. draw2.rar

    0下载:
  2. 多边形裁剪程序:用到的是比较常见的裁剪算法:Sutherland-Hodgman算法。本程序中的裁剪顺序为左边、下边、右边、上边,那么裁剪是这样进行的:原待裁剪多边形作为输入多边形被裁剪矩形的左边裁剪,然后输出的裁剪结果作为下边裁剪的输入多边形,……,依次类推,直到最后一边矩形上边裁剪结束。,Polygon clipping process: it is more commonly used method of cutting: Sutherland-Hodgman algorithm. Thi
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:64.38kb
    • 提供者:tomomoon
  1. drawline

    0下载:
  2. 程序运行Bresenham的直线算法,所用坐标系为笛卡尔直角坐标系, 起始状态:用户输入所画线段的起点和终点坐标(要求起点横坐标小于终点横坐标) 结束状态:程序打印出所画线段-Bresenham run a straight line algorithm, used for the Cartesian coordinates Cartesian coordinate system, the initial state: the user to enter the painting o
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-26
    • 文件大小:3.31kb
    • 提供者:
  1. zbout

    0下载:
  2. ACAD中多段线X、Y坐标根据绘图比例的有序输出,本程序为选取一条、输出一条,因选取速度慢于计算、输出速度,所以感觉不到,却是非常实用的,比选取多条后必须点鼠标右键确认选取结束要方便、实用的多。-ACAD in the multi-segment lines X, Y coordinates in an orderly manner in accordance with the drawing ratio of the output, the procedure for selecting an
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-12
    • 文件大小:799byte
    • 提供者:shenyl0211
  1. clq

    0下载:
  2. 使用VC实现绘制椭圆、直线并标注直线的起点终点位置-Draw an oval using the VC to achieve, a straight line and mark the end of the location of the starting point of a straight line
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1.86mb
    • 提供者:邵亮
  1. channel

    0下载:
  2. 由于无线信道的复杂性,一个通过无线信道传播的信道往往会沿着一些不同的路径到达接收端,这一现象称为信号的多径传输。此程序就是对无线信道进行仿真。-Due to the complexity of wireless channel, a radio channel transmission through the channel tends to follow a number of different paths to reach the receiving end, the phenomenon
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-05
    • 文件大小:738byte
    • 提供者:柳敏
  1. CCreateLine

    0下载:
  2. 创建直线段类,通过鼠标输入起点、终点创建直线段,并实现橡皮筋功能-Category above to create a straight line through the starting point of the mouse input, the end of paragraph to create a straight line, and the rubber band feature
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-13
    • 文件大小:1.67kb
    • 提供者:
  1. ior44877

    0下载:
  2. This article covers the so-called "min-cost flow" problem, which has many applications for both TopCoder competitors and professional programmers. The article is targeted to readers who are not familiar with the subject, with a focus more on providin
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:738.19kb
    • 提供者:peter norton
« 12 3 »
搜珍网 www.dssz.com