搜索资源列表

  1. 一个图形图像程序

    0下载:
  2. 这是一个图形图像编程示例,可以对bmp图像进行平滑、锐化、颜色等处理,可以对图形进行平面不同角度的变换,还可以画直线、曲线、椭圆等各种不同的图元。并为程序制作了一个精美的启动界面。-This is a graphics programming paradigm can bmp image smoothing, sharpening, color, such as processing, graphics can Planar diffe
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-19
    • 文件大小:442368
    • 提供者:
  1. hough 程序例子

    0下载:
  2. hough变换的代码,这个变换可以原来检测直线或圆等图形。-Hough Transform code, can transform the original circular or linear detection, such as graphics.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:3552256
    • 提供者:张婷
  1. mylineseg

    0下载:
  2. 线段及直线的基本运算 1. 点与线段的关系2. 求点到线段所在直线垂线的垂足3. 点到线段的最近点4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内7. 求矢量夹角余弦 8. 求线段之间的夹角9. 判断线段是否相交10.判断线段是否相交但不交在端点处11.求线段所在直线的方程 12.求直线的斜率 13.求直线的倾斜角14.求点关于某直线的对称点15.判断两条直线是否相交及求直线交点 16.判断线段是否相
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:孤星赶月
  1. mylineseg2

    0下载:
  2. 7. 求矢量夹角余弦 8. 求线段之间的夹角 9. 判断线段是否相交10.判断线段是否相交但不交在端点处 11.求线段所在直线的方程 12.求直线的斜率 13.求直线的倾斜角14.求点关于某直线的对称点15.判断两条直线是否相交及求直线交点16.判断线段是否相交,如果相交返回交点-7. For vector cosine angle 8. For the angle between the line 9. Line judge whet
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:孤星赶月
  1. line1234

    0下载:
  2. 用vb实现的画直线程序,他是一种简单的调用line函数实现的-open de door and play the basketball.l love this game,and you?
  3. 所属分类:绘图程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:刘乐
  1. [计算机图形学]画图v0.12b

    0下载:
  2. 计算机图形学中,使用中点算法绘画直线条的算法,在vc中实现,可用鼠标操作画线,且有动态效果-computer graphics, the use of line drawing algorithm midpoint of the algorithm to achieve the vc, can be used to operate the mouse to draw lines and have dynamic effects
  3. 所属分类:绘图程序

    • 发布日期:2024-05-19
    • 文件大小:38912
    • 提供者:葳蕤
  1. 任意多边形关于任意直线的对称变换

    0下载:
  2. 这是关于任意正多边形关于任意直线的对称变换,打破了以前的只能对于一个固定的直线的对称变换,省去了关于固定直线对称时每次都要输入的麻烦-of arbitrary isogon of arbitrary linear symmetry transformation, breaking the former only for a fixed linear symmetry transformation, eliminating the sym
  3. 所属分类:绘图程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:胡燕燕
  1. yinli

    0下载:
  2. 本程序是图形的制作,包括:直线的画法三角形的画法,三角形的缩放,三角形的旋转,三角形的平移和三角形的映射。-graphics production, including : a linear method of painting triangular method of painting, triangular zooming and rotating triangle, triangle of translation and mapp
  3. 所属分类:绘图程序

    • 发布日期:2024-05-19
    • 文件大小:1950720
    • 提供者:ufo
  1. DrawPaper

    0下载:
  2. 我的画图程序,做毕设时的熟悉VC++后作的第一个画图程序,对理解VC++编程有重要帮助。可实现画直线,矩形,圆等图形。推荐-my drawing, and so Albert located at the VC familiar with the resolution after a drawing program, to understand VC program is important to help. Painting can
  3. 所属分类:绘图程序

    • 发布日期:2024-05-19
    • 文件大小:51200
    • 提供者:王飞雨
  1. Hough变换例子

    0下载:
  2. hough的一个例子,检测直线-Hough An example of the line detection ... ... ...
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-19
    • 文件大小:3552256
    • 提供者:阿九
  1. 图形学直线和圆的生成算法

    0下载:
  2. 掌握直线和圆的生成算法,分别用DDA法和中点画线法在屏幕上画两条直线段-grasp of linear and circular generation algorithm, respectively DDA Act and the dotted lines in the screen painting of two straight
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:
  1. 图形学直线的生成算法

    0下载:
  2. 圆心在原点,半径为R的第一个4分圆的Bresenham画圆算法程序,将该算法程序推广到任一四分圆,从而形成一般的Bresenham画圆算法。并利用Bresenham画圆算法画出一个圆心在点(xc,yc), 半径为R, 圆周颜色为color的圆-Center in the basics of radius R for the first four hours round the Bresenham algorithm Circle pro
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:
  1. bkwait

    0下载:
  2. 做个图像直线检测的算法,主要是用来检测图像中的直线,-Make out an arithmatic of checking lines.It is mainly used to check and measure the lines in pictures.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:郁闷ing
  1. 几何算法

    0下载:
  2. 一些常用的几何算法的C++实现,包括两点确定一条直线,两点间距离,点直线距离, 海伦公式求三角形面积,判断直线相交等-some common geometric algorithm C achieved, including two identified a straight line, the distance between two points, point straight distance Helen formula for
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:阿娇
  1. appendix

    0下载:
  2. 一些其本的图象处理方法,其中包括哈夫 直线检测,灰度图的转换,边界锐化 提取-some of the image processing methods, including Melissa linear detection, grayscale conversion, extraction border Sharpening
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-19
    • 文件大小:14492672
    • 提供者:王国发
  1. 二维图形系统

    0下载:
  2. 二维绘图程序,可实现基本的绘图,如直线,圆,多边形等等,可对图形填充、移动等基本操作-2D mapping, which enables the basic graphics, such as straight lines, circles, polygons, etc., can be filled right graphics, mobile and other basic operation
  3. 所属分类:绘图程序

    • 发布日期:2024-05-19
    • 文件大小:72704
    • 提供者:龙涛
  1. GraphExp1

    0下载:
  2. 一个计算机图形学的程序,可以实现画直线,DDA直线以及中点圆。等。使用VC。-A computer graphics program that can realize drawing beeline,DDA line and midpoint round programed with vc
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:59392
    • 提供者:王哲
  1. 计算机图形算法演

    0下载:
  2. 计算机图形算法演示 包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。-computer graphics algorithms demonstration included painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectang
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-19
    • 文件大小:269312
    • 提供者:张春民
  1. Bresenham_Middle_line

    0下载:
  2. 图形直线中点生成算法,Bresenham画直线,Bresenham画椭圆-This is a arithmetic of Bresenham_Middle_line.It draw line and ellipse acrossed Bresenham.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:51200
    • 提供者:沈征华
  1. 图形学程序

    0下载:
  2. 一个简单的计算机图形学程序,可实现鼠标画直线,画球,画图形的功能。-a simple computer graphics, which enables the mouse painting line, the ball drawing, painting graphics functions.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-19
    • 文件大小:55296
    • 提供者:han
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org