CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - straight

搜索资源列表

  1. MSDN-tracker

    0下载:
  2. MSDN里面的实例。可以绘制二维图形 可以绘制直线,矩形,椭圆,可以拾取图元。-Inside MSDN example. Can draw a straight line, rectangle, ellipse, you can pick up graphic element.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:100348
    • 提供者:王牌
  1. FitLine

    0下载:
  2. 将散点你合成直线,代码尚需改进 请谨慎使用-Synthesis will scatter you straight, the code needed to improve, please be used with caution
  3. 所属分类:Education soft system

    • 发布日期:2017-04-29
    • 文件大小:123272
    • 提供者:Tora
  1. MyPaint

    0下载:
  2.  直线:从(200,200)到(300,350)画一宽度为3,蓝色的实线,。  矩形;左上角为(150,120)右下角为(200,300),外框为黑色,填充画刷为HS_CROSS,红色。  椭圆弧:  椭圆: 扇形: - a straight line: from (200200) to (300350) First draw a width of 3, blue solid line,. 
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-17
    • 文件大小:4295140
    • 提供者:刘珊珊
  1. lines

    0下载:
  2. 本程序演示了用一些不同的点画模式和直线宽度进行绘图的结果.-This procedure demonstrated by a number of different stipple patterns and width for drawing a straight line results.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:2148
    • 提供者:shan yuan
  1. line

    0下载:
  2. 利用c#实现画直线的功能,代码简单易懂,适合初学者。-Implementation using c# draw a straight line function, easy-to-read code, suitable for beginners.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:29182
    • 提供者:gengchunyuC
  1. drawing

    0下载:
  2. 使用opencv函数库 通过c++编程实现直线,圆等图像的各种画型,那种乱的画法。-Use opencv library c++ programming through the implementation straight, round, such as images of various draw type, the kind of disorderly draw method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1340
    • 提供者:Muzappar
  1. imageprocess

    0下载:
  2. 程序可以实现圆、直线的绘图操作,和颜色填充。还可以实现对图像进行裁剪、投影等操作-Program can achieve a round, straight-line drawing operation, and fill color. Can also achieve cutting image, projection operator, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2326874
    • 提供者:刘凤霞
  1. plot

    0下载:
  2. 函数作图器 1.至少包含直线y=aX+b、椭圆、抛物线、双曲线四种函数 2.系数可任意输入 3.有可变横纵坐标 -Function Constructions 1. Contains at least a straight line y = aX+ b, Ellipse, parabola, hyperbola four function 2. Coefficients can be arbitrary input 3. There is variable cross-Ordin
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-13
    • 文件大小:1741
    • 提供者:li
  1. graph

    0下载:
  2. 直接使用windows API写的,绘制直线的算法的展示,以十倍大小显示-Direct use of the windows API to write and draw a straight line of the display of the algorithm to ten times the size of display
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-28
    • 文件大小:48235
    • 提供者:孟令钊
  1. Bresenham_Circle(600X800)

    0下载:
  2. Bresenham画直线的方法,根据中点划线法演变过来的,是很经典的算法-Bresenham draw a straight line method, in accordance with law crossed the mid-point of evolution is very classical algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:9973
    • 提供者:刘斌
  1. image

    0下载:
  2. 提供一个图形工具界面,让用户能够画出直线,椭圆,多边形等几何元素,结果可以保存并可读出。-Instrument provides a graphical interface that allows users to be able to draw a straight line, ellipse, polygon, such as geometric elements, the results can be saved and read out.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:267873
    • 提供者:黄昕
  1. LineDetectionDIB

    1下载:
  2. 用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线提取出来。-Used for detection of parallel straight-line image. If the image has two parallel straight lines, they will be two parallel straight lines extracted.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:5415
    • 提供者:傅星宇
  1. 29566969

    0下载:
  2. 功能不错的画图软件,可以实现画直线,矩形,圆,和Windows里自带的画图板差不多-Features good drawing software, draw a straight line can be achieved, rectangular, round, and comes with Windows in the drawing board almost
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-03
    • 文件大小:658928
    • 提供者:青青
  1. gh

    0下载:
  2. 1. 简单图元的生成(如直线、圆、长方形等) 2. 用DDA算法或中点(Besenham)算法实现直线段、椭圆或圆的绘制 3. 用扫描线填充算法进行区域填充,用Sutherland 裁剪算法裁减多边形 4. BEZIER曲线或B样条曲线的绘制 5. 个性化图形软件包的开发 6. 所有文件包括源码和截图-1. Easy metafile generation (such as linear, round, rectangular, etc) 2. Using DDA algor
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-04
    • 文件大小:1445148
    • 提供者:lixuan
  1. Bresenham_Line

    0下载:
  2. Bresenham直线算法,绘制各个方向上的直线,利用MFC实现-Bresenham line algorithm, draw a straight line in all directions on the use of MFC implementation
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-22
    • 文件大小:6239185
    • 提供者:Reagan
  1. catmou

    0下载:
  2. 注意:“对穿”是不算相遇的。猫和老鼠的移动方式相同:平时沿直线走,下一步如果会走到障碍物上去或者出界,就用1秒的时间做一个右转90°。一开始它们都面向北方。-Note: " The dress" is not met. Tom and Jerry the same way as the movement: go straight along the normal, the next step if the barrier will go up or go out of boun
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:11734
    • 提供者:faruh
  1. llkJAVA

    0下载:
  2. 连连看游戏Java源代码 规则 选择两个点,如果两点的图片完全一样,并且两点之间可以用不超过3直线条线连接起来,则该两点可以消除。-Java Games Lianliankan selection rules of both the source code, if the picture exactly the same two points, and can be used between two points not more than 3 straight lines linkin
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:452066
    • 提供者:justinchan
  1. bezier

    0下载:
  2. 一条二维的贝塞尔曲线由四个点定义-两个端点和两个控制点。曲线的端点在两个端点上,控制点就好像「磁石」一样把曲线从两个端点间的直线处拉走。这一点可以由底下的bezier互动交谈程序做出最好的展示-A two-dimensional Bezier curve defined by four points- two endpoints and two control points. Curve at both endpoints on the endpoint, if the control poin
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1142719
    • 提供者:xuqin
  1. houghtest

    0下载:
  2. 使用hough变换检测直线的matlab程序-Detect the use of straight line hough transform matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:719
    • 提供者:bonnie
  1. Draw

    0下载:
  2. VC里面画图程序,能动态的绘制直线,矩形,椭圆等简单图形-VC inside the drawing process, drawing a straight line to a dynamic, rectangular, oval and other simple graphics
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-25
    • 文件大小:368274
    • 提供者:
« 1 2 ... 31 32 33 34 35 3637 38 39 40 41 ... 50 »
搜珍网 www.dssz.com