CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 图遍历

搜索资源列表

  1. Lena

    0下载:
  2. 2、 转换为灰度图像。 这个算法是依照彩色图转化为灰度图像的方式: 灰度值 = 0.3*R+0.59*G+0.11*B 用两重循环遍历截取的图片,对于每一个象素点,用MFC的函数取得其COLORREF形式的颜色值,从中分解出R、G、B三种颜色的值,计算出对应的灰度值后,赋给R、G、B即可。完成遍历后刷新图片就可以看到转换后的灰度图像。 -2, converted to grayscale images. This algorithm are in accordance with
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1.13mb
    • 提供者:龙胆
  1. C

    0下载:
  2. 图的深度优先遍历,图的广度优先遍历,及图的存储-Map depth-first traversal, breadth-first traversal of the graph, and map storage
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:265.98kb
    • 提供者:王嘉男
  1. Depth_FirstSearth

    0下载:
  2. 实现图的深度遍历 是一个深度优先算法 基于树的先跟遍历-Realize the depth chart is a depth-first traversal algorithm is based on the tree to begin with traversal
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:551byte
    • 提供者:oyyl
  1. tudejianliyubianli

    0下载:
  2. 图的建立与遍历C++源码,多次运行没有错误-Figure establishment and traversal C++, multiple runs without error
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1.81kb
    • 提供者:王小明
  1. bianli

    0下载:
  2. 用邻接矩阵确定图 输出深度优先遍历和广度优先遍历的结果-Map with the adjacency matrix to determine the depth first traversal and breadth of the output first traversal of the results
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:320.75kb
    • 提供者:姜尚
  1. 123

    0下载:
  2. 图的遍历的演示,用C++编写。。。 深度广度优先遍历-tu de bianli
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:595.24kb
    • 提供者:杨凌辉
  1. traverse

    0下载:
  2. 图形的遍历,图 的 深 度 遍 历 和 广 度 遍 历 -Graph traversal, graph traversal depth and breadth traversal
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2.43kb
    • 提供者:王晓龙
  1. bianli

    0下载:
  2. 实现图的遍历,输入图的各个结点,实现前序遍历,中序遍历,后序遍历-Implement graph traversal, each node input graph, to achieve pre-order traversal, inorder traversal, postorder traversal
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.37kb
    • 提供者:jorya19
  1. sa

    0下载:
  2. 图的矩阵表示,包括图的遍历,查询,插入删除等操作-Graph matrix representation, including graph traversal, query, insert or delete operation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:219.17kb
    • 提供者:小白羊
  1. pic

    0下载:
  2. 对任意给定的图(顶点数和边数自定),建立它的邻接表并输出,然后利用堆栈的五种基本运算(清空堆栈、压栈、弹出、取栈顶元素、判栈空)实现图的深度优先搜索遍历和广度优先搜索遍历算法。 -For any given graph (vertices and edges from the set), to establish its adjacency list and output, and then use the stack of five basic operations (empty stac
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:368.41kb
    • 提供者:沈辉
  1. VCPPImageProcessing

    0下载:
  2. 详细介绍了基于Windows和VC++的图像处理技术,包含图像增强,位图显示和读写操作,JPG和GIF图像文件处理,图遍历、直接访问像素,OPENGL等多方面的主题。-Described in detail based on Windows and VC++ image processing techniques, including image enhancement, digital map display and read and write operations, JPG and GIF
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:547.93kb
    • 提供者:mxd
  1. tu01

    0下载:
  2. 关于图基本操作的实现,用C++实现,以及有遍历等操作-Implementation of basic operations on the graph, using C++ implementation, as well as operations such as traversal
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1.05kb
    • 提供者:谭棠
  1. cPPtucaozuo00001.

    0下载:
  2. 关于图基本操作的实现,用C++实现,以及有遍历等操作-Implementation of basic operations on the graph, using C++ implementation, as well as operations such as traversal
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4.03kb
    • 提供者:谭棠
  1. tuzixitong

    0下载:
  2. 一个生成图的程序,并对图进行深度广度等遍历,整合的一个系统的应用-Generated map of a program, depth and breadth graph traversal, the application of a system integration
  3. 所属分类:Special Effects

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

    0下载:
  2. 运用单链表和邻接矩阵实现图的表示、图的运算以及图的遍历-Used to achieve a single list and adjacency matrix graph representation, graph operations and graph traversal
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1.07mb
    • 提供者:周规劝
  1. HSIimg

    0下载:
  2. 实现的类可以将每个图片转成hsi颜色空间的图片并显示。在main函数中实现一个文件夹下对于视频的递归遍历,将每个视频中的每一帧取出,进行变换,最后将每个视频中所有帧的亮度值(hsi空间中的i)化成折线图输出并存储为图片,在亮度变化特别大的点用圆点圈出,图片存在视频所在目录下。由于要实现对视频中所有帧的处理,为了加快速度因此单独的将每幅图转成hsi之后现实出来的那三个窗口被注释掉了(否则会现),需要的去掉hsi.cpp后面的那几行注释符号就可以。想要转换颜色空间的,只需要单独用的可以只使用hsi.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4.11mb
    • 提供者:WingLer
  1. Graph

    0下载:
  2. 这是利用矩阵进行图的遍历,具体不说了。下了自己看图的遍历-This is the use of matrix graph traversal, specifically does not say. Under its own plug-traversal
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:815byte
    • 提供者:cwk
  1. Graph

    0下载:
  2. 此程序主要是实现图的深度优先遍历和广度优先遍历。-The procedure is to achieve the figure of the depth-first traversal and breadth-first traversal.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:579.47kb
    • 提供者:刘培娜
  1. tu

    0下载:
  2. 图的遍历及各种应用,适用于VC环境 是一个基本的源代码-in VC environment
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1.04kb
    • 提供者:王二
  1. pca

    0下载:
  2. pca主成分分析,人脸识别,200图遍历-pca principal component analysis, face recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-06-01
    • 文件大小:12.8mb
    • 提供者:陈希
« 12 »
搜珍网 www.dssz.com