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

搜索资源列表

  1. CIRCLE

    0下载:
  2. bresenham算法画圆,并实现圆的填充。-bresenham algorithm circle, filled circle and to achieve.
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:1494
    • 提供者:潘伟
  1. AreaFilter_ImageTrans

    0下载:
  2. 图像Opencv 格式和uchar及int型格式的转换函数,另外还有面积滤波和填充的Opencv函数。-Opencv image format and uchar int type and format conversion functions, in addition to filtering and filling the area Opencv function.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:1920
    • 提供者:Fu Yao
  1. circlefill

    1下载:
  2. 插值法画圆,并且填充,可以改变填充色,也可以拾取并拖动-Method of interpolation circle, and fill, can change the fill color, also can be picked up and drag
  3. 所属分类:OpenGL program

    • 发布日期:2015-12-23
    • 文件大小:321536
    • 提供者:wutu
  1. cSharp_aes

    0下载:
  2. 用C#写的AES加密软件,能完成128、192、256的密钥加密和明文多个分组的自动填充-128,192,256 key encryption and expressly multiple grouping is automatically populated with AES encryption software written in C#,
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:67437
    • 提供者:tangrui
  1. bmp-framebuffer.rar

    0下载:
  2. linux下的BMP位图显示程序,经测试好用,但请大家注意,不同的文件格式需要转换!,BMP under linux bitmap display program, tested good, but please note that the need for a different file format conversion!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:4283
    • 提供者:杨旭荣
  1. caijiansuanfa

    0下载:
  2. 图形图像裁剪算法,基于VC++,实现了图形的裁剪和填充-Graphic image cropping algorithm, based on VC++, to achieve the cut and fill of graphics
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:415882
    • 提供者:刘冰淇
  1. FillPolygon

    6下载:
  2. 使用MFC实现多边形的三种填充方式:有效边表填充法、边缘填充算法和4领域种子算法-Using MFC to fill the polygon in three ways。
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-19
    • 文件大小:5394026
    • 提供者:Xu Tsou
  1. tuxingxue.rar

    1下载:
  2. 计算机图形学实验中的多边形扫描和填充算法实现。,Computer Graphics Experiments and fill polygon scan algorithm.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:40120
    • 提供者:何明耀
  1. tuxingxueVC6.rar

    0下载:
  2. 主要是各种算法思想及程序,包括:直线的DDA画线、中点画线、Bresenham画线算法;中点画圆、Bresenham画圆、中点画椭圆算法;有序边表填充、种子填充、圆和椭圆的填充、图案填充算法;线型和线宽处理;Cohen-Sutherland裁剪算法、中点分割裁剪算法、Liang-Barsky裁剪算法、多边形逐边裁剪算法,AppWizard has created this Draw application for you. This application
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-10
    • 文件大小:2285192
    • 提供者:文网文
  1. test1

    0下载:
  2. 这个是利用OpenGL编写画直线,矩形,三角形,并可以填充颜色,可以加菜单-This is written using OpenGL to draw lines, rectangles, triangles, and can be filled with color, can be added to the menu
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:2162
    • 提供者:dengxianzhi
  1. vc_imageprocessing

    2下载:
  2. VC++图像处理程序,哈弗变换,边缘检测,差影法,轮廓提取与跟踪,模板匹配,投影法,图像复原,阈值分割,种子填充等。-VC++ Image processing procedures, Haversian transform, edge detection, and poor shadow law, contour extraction and tracking, template matching, projection, image recovery, threshold segmentat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-12-14
    • 文件大小:1689198
    • 提供者:liya
  1. huizhisanjiaoxing

    0下载:
  2. 已知某三角形的三顶点坐标,创建一个长宽分别为600、600的窗口,窗口的左上角位于屏幕坐标(100,100)处,绘制的三角形居中显示并填充颜色.首先沿着y轴平移100个单位,再使三角形沿着其中心的x轴、y轴方向缩小50 ,最后沿着初始中心旋转90度-Known of the three vertices of a triangle, the length and width, respectively 600,600 to create a window, the window of the u
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:222511
    • 提供者:qingqian
  1. first

    0下载:
  2. 在OpenGL中实现正方形和圆的填充-In OpenGL to achieve a square and round filling
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:46381
    • 提供者:
  1. Sketcher

    0下载:
  2. VC2008开发,基本的GDI图形绘制,包括文字、直线、矩形、圆形、曲线等,包括画笔颜色选取、填充颜色选取。基于文档视图结构,并涵盖常用对话框控件的应用。可以进一步扩展功能-Dev. on vc2008. GDI graphic paiting,including text,line,square,circle,curve,etc. you can change the color of pen and brush Based on Document/View architecture
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:176568
    • 提供者:包围
  1. matlab2

    0下载:
  2. 实现matlab直方图的网格填充,斜线角度可以通过调整其中的变量A的值-The realization of grid matlab histogram filling, slash the perspective of the variables by adjusting the value of A
  3. 所属分类:matlab

    • 发布日期:2016-01-27
    • 文件大小:2518
    • 提供者:yangzhiqiang
  1. 5

    0下载:
  2. huatuchengxu简单画图程序要求:(1)可绘制直线、椭圆、三角形、矩形; (2)可填充形体、绘制文本;可改变线条颜色、类型、填充方式; (3)可对图形进行删除、拷贝、剪切、平移、恢复和撤销操作; (4)可完成图形文件的保存、打开、打印且能提供将所绘图形转换为位图进行存储的功能。 -huatuchengxu简单画图程序
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1925443
    • 提供者:
  1. map

    0下载:
  2. NCL绘制气象图,流线,等值线,各种填充色,源设置,等等。-NCL draw weather maps, flow lines, contour lines, a variety of fill color, the source set, and so on.
  3. 所属分类:Graph Drawing

    • 发布日期:2016-01-25
    • 文件大小:32411648
    • 提供者:赵哲
  1. POLYGON

    0下载:
  2. OpenGL多边形填充程序源代码,实例,多样填充-OpenGL polygon fill, source code, examples, various filling
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:1897
    • 提供者:yanjia
  1. jisuanjituxingxue

    0下载:
  2. 计算机图形学源码包括区域填充算法、裁剪算法和三视图算法-Computer graphics, source code, including the region filling algorithm, clipping algorithm and three-view algorithm
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-08
    • 文件大小:4283223
    • 提供者:刘硕
  1. Part1

    0下载:
  2. 图形学project1的part1,实现四边形网格扫描和填充-Graphics project1 of part1, scanning and filling quadrilateral mesh to achieve
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-21
    • 文件大小:34940928
    • 提供者:David
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com