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

搜索资源列表

  1. graphDFS

    0下载:
  2. 图的 DFS算法 深度优先算法 采用模板类实现 数据结构中的经典算法-DFS algorithm graph depth-first algorithm uses a template class that implements the data structure of the classical algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:673372
    • 提供者:waichengfeng
  1. cPP

    0下载:
  2. 本次程序设计为基于C++的面向对象的程序设计。用C++各种基本图形(例如,圆、矩形、三角形、直线、点等)的类原型,通过继承图形这一个公共基类来实现图形的增删改以及保存等操作。-The programming C++ based object-oriented programming. With C++ basic graphics (such as circles, rectangles, triangles, lines, points, etc.) of the class prototyp
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:34189
    • 提供者:高健
  1. graphBrian_demo

    0下载:
  2. vc 这是一个画曲线图类,希望对大家有用-this is a graph-draw class
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:709811
    • 提供者:han
  1. Project4_BallmanFord

    0下载:
  2. (图论)实现负权重转换(Bellman-Ford) 对于输入的任何一个拓扑(部分边的权重为负),要求变换网络中边的权重,任意两节点间的最短路不变,输出变换后各边权重。如果网络中存在负环,程序要有报警功能。算法主体写在CGraph类中-(Graph theory) to achieve negative weight conversion (Bellman-Ford) to the input of any topology (some edge weight is negative), re
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:8200445
    • 提供者:wendy
  1. Project_BFS

    0下载:
  2. 任务:用BFS或是DFS对图进行搜索,实现任何拓扑不连通的块的计算,算法要求写在CBFSSearch类中 工程名:Project_BFS 要求:对于生成的任意拓扑,求出其分枝个数,并输出每个分枝的节点 -Task: Using BFS or DFS for searching the graph to achieve any topology unconnected blocks calculation algorithm requires written in CBFS
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1748881
    • 提供者:wendy
  1. Traffic

    1下载:
  2. 基于MFC的流量统计,实现端口到进程的映射,输出到表格,类似360的流量监控;利用Michael Fatzi编写的绘制按钮类,对总流量以柱形图的形式展示,流量统计采用Winpcap抓包分析得来。-MFC-based traffic statistics, port-to-process mapping to achieve the output to a table, similar to the 360 ​ ​ traffic monitoring prepared us
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-14
    • 文件大小:3138378
    • 提供者:CaiBoyang
  1. Lesson4Code

    0下载:
  2. MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC message mapping mechanism analysis on how to use ClassWizard,, the message sent to the
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:2759521
    • 提供者:奋斗不止
  1. Draw

    0下载:
  2. MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC message mapping mechanism analysis on how to use ClassWizard,, the message sent to the
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:38330
    • 提供者:zzs
  1. sixAxisDisp

    0下载:
  2. It is a PC software receive data from MCU through USART under a certain protocol and display the receive data in graph and text. It has a COM setup class, a OPENGL display class.
  3. 所属分类:Communication

    • 发布日期:2017-05-12
    • 文件大小:2701929
    • 提供者:huang zheng
  1. 1

    0下载:
  2. 这是数据结构的一个C++编程。在邻接矩阵上实现带权图、不带权图的初始化,搜索、插入、删除边,宽度遍历、深度遍历。邻接矩阵用模板类实现。-This is a programming data structure C++. Achieve a weighted graph in the adjacency matrix, with no right of map initialization, search, insert, delete edge, traversing the width and
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1298
    • 提供者:孙文
  1. user

    0下载:
  2. 此示例演示如何使用vsTraversalUser写一个用户定义的场景图的遍历的VSG。它定义了类MyApp,这是从vsApp而得。样品装载镇数据库,并启动一个遍历计数所有在场景图中的不同节点类型。-Traversal VSG This example demonstrates how to use vsTraversalUser write a user-defined scene graph. It defines the class MyApp, which is derived from
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:72334
    • 提供者:姚娟
  1. CODE STUDIO

    0下载:
  2. CODE STUDIO C# GDI+ development class Viso fl matlab used in drawing commands i This is the windows QT programmin Program of the curve, a real-time Mouse set control points, draw B- java drawing board simulation win Mastery letter. Lc5 file to be mo
  3. 所属分类:界面编程

    • 发布日期:2014-05-27
    • 文件大小:51683
    • 提供者:szekely_e
  1. STUDIO

    0下载:
  2. C# GDI+ development class Viso fl matlab used in drawing commands i This is the windows QT programmin Program of the curve, a real-time Mouse set control points, draw B- java drawing board simulation win Mastery letter. Lc5 file to be mo To simulate
  3. 所属分类:Windows编程

    • 发布日期:2014-05-27
    • 文件大小:35268
    • 提供者:szekely_e
  1. codes

    0下载:
  2. C# GDI+ development class Viso fl matlab used in drawing commands i This is the windows QT programmin Program of the curve, a real-time Mouse set control points, draw B- java drawing board simulation win Mastery letter. Lc5 file to be mo To simulate
  3. 所属分类:Windows编程

    • 发布日期:2014-05-27
    • 文件大小:35268
    • 提供者:szekely_e
  1. 2006

    0下载:
  2. 国家集训队2006论文集 陈启峰:《“约制、放宽”方法在解题中的应用》 陈首元:《维护森林连通性——动态树》 冯威:《数与图的完美结合——浅析差分约束系统》 高逸涵:《对于一道题目的深入分析》 胡伟栋:《演讲的若干建议》 黄劲松:《贪婪的动态规划》 黄晓愉:《深度优先搜索问题的优化技巧》 贾由:《由图论算法浅析算法优化》 李天翼:《从特殊情况考虑》 龙凡:《一类猜数问题的研究》 汤泽:《浅析队列在一类单调性问题中的应用》 唐文斌:《“调整”
  3. 所属分类:Data structs

    • 发布日期:2017-05-26
    • 文件大小:9092180
    • 提供者:sxy
  1. Draw

    0下载:
  2. MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC message mapping mechanism analysis, about how to use the ClassWizard,, understand the
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-18
    • 文件大小:5117551
    • 提供者:萧晓
  1. UnCodeBase

    0下载:
  2. 图片验证码识别C#基础类,提供灰度转换,灰度值计算,去边框,图形分割等功能。-Image verification code identification C# base class that provides grayscale conversion, gray value calculated, to the border, graph partitioning functions.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:2157
    • 提供者:jay
  1. DFS-BFS

    0下载:
  2. 2014年北京大学暑假公开课算法讲解课件之搜索,讲解详细,分析透彻-2014 Peking University summer open class algorithm courseware on the graph theory, explain the detailed, thorough analysis
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2740970
    • 提供者:小明
  1. GA

    0下载:
  2. An implementation of Genetic Algorithm using java. This specifically for Independent set in graph. But you can use it for your own usage by changing fitnessCalc class.-An implementation of Genetic Algorithm using java. This is specifically for Indepe
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:58476
    • 提供者:elaheh
  1. echarts_a5

    0下载:
  2. 提供商业产品常用图表,底层基于ZRender(一个全新的轻量级canvas类库),创建了坐标系,图例,提示,工具箱等基础组件,并在此上构建出折线图、柱状图、散点图、K线图、饼图、雷达图、地图、和弦图、力导向布局图、仪表盘以及漏斗图,同时支持任意维度的堆积和多图表混合展现。-Provide commercial products commonly used graph, the underlying based on ZRender (a new lightweight canvas class)
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-16
    • 文件大小:3939755
    • 提供者:Legend
« 1 2 3 4 56 »
搜珍网 www.dssz.com