CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 图操作实现

搜索资源列表

  1. 图形操作

    0下载:
  2. 采用邻接矩阵或是十字链表实现图的深度优先遍历或广度优先遍历。
  3. 所属分类:其他小程序

    • 发布日期:2010-12-16
    • 文件大小:95729
    • 提供者:spg1234
  1. SVG

    2下载:
  2. 本程序是基于SVG实现的电力系统主接线图模动态拓扑,实现了主接线的动态拓扑,在线重合闸等操作。-This procedure is based on the SVG of the power system to achieve the main wiring diagram of the dynamic mode topology, the main cable to achieve the dynamic topology, and so on-line reclosing operation
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:22147
    • 提供者:ZHAOJIE
  1. ExamOnline

    0下载:
  2. 网上考试系统 使用本系统,请按照以下流程操作: (1)首先在登录界面中单击“注册”按钮,注册用户名及密码。 (2)然后在登录界面中的“用户类型”下拉列表中选择“教职工”或“学生”,教职工为本系统管理员,学生则只可以进行考试操作。 (3)选择“教职工”,输入用户名tsoft及密码111,进入教师管理页面。 (4)在教师管理页面中实现了添加科目、试题、及查询学生成绩等功能,如图1.1所示。 图1.1 教师管理页面 (5)在“学生成绩查询”选项卡中,双击学生成绩信息可
  3. 所属分类:Other systems

    • 发布日期:2017-05-18
    • 文件大小:4759789
    • 提供者:黄志坚
  1. Map22

    0下载:
  2. 有向无环图是描述一项工程进行过程的有效工具,主要进行拓扑排序和关键路径的操作。构建了有向无环图的一系列操作的实现.-Directed acyclic graph to describe the process of a project carried out an effective tool, mainly for topological sort and the operation of the critical path. Construction of a directed acycli
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:27988
    • 提供者:wang
  1. disanti

    0下载:
  2. (1)自选存储结构,输入含n个顶点(用字符表示顶点名称)和e条边的图G; (2)指定任意顶点x为初始顶点,对图G作DFS遍历,输出DFS(深度优先)顶点序列(提示:使用栈实现DFS); (3)指定任意顶点x为初始顶点,对图G作BFS(广度遍历),输出BFS顶点序列(提示:使用队列实现BFS); (5)输入顶点x,查找图G:若存在含x的顶点,则删除该结点及与之相关连的边,并作DFS遍历(执行操作3);否则输出信息“不存在x”; (6)判断图G是否是连通图,输出信息“YES”/“NO
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2734
    • 提供者:涂舒
  1. easymaprelease

    0下载:
  2. VC++实现图层的基本操作及要素的查询与删除,代码完整-VC++ to achieve the basic operation layer and the query and delete elements, code integrity
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:7077594
    • 提供者:zhaodan
  1. Chinesecheckers

    0下载:
  2. 跳子棋程序实现简介: 跳子棋程序的实现不算太难,但却也有一点复杂。主要原因可能就是它的棋盘为一个不规则的图形。 思路是:把棋盘121棋格分为7个区,中间为0区,上为1区,逆时针至右上角。 定义一个棋格的属性: 坐标。(根据棋盘图自己量一下,不会不知道用什么吧!) 棋格所属区域,即上面所提7个区。 棋格离各个端点几格,6维数组记录6方,电脑下子时可作为下子的优先级判断。 棋格上棋子的颜色0-6,0为无子。 棋格属于第几个棋格(从上至下,从左至右,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:390435
    • 提供者:jiyu
  1. DFS

    0下载:
  2. 图论编程,包含文件操作,建立图的邻接表,并实现深度优先搜索-Graph theory programming, including file operations, the establishment of plans of the adjacent table, and the depth-first search
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:6366
    • 提供者:
  1. transreversal_app

    0下载:
  2. 实现了一种图算法,在该图上有几个重要的操作,包括圈分解和圈相交判断-implements a graph algorithm, including some operations on graph,,,cycle incomposition and intersect, interleave.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:11589
    • 提供者:liuguangcong
  1. graph

    0下载:
  2. 自己写的有关数据结构中《图》的所有操作实现-Its own data structure to write about the " map" of all operations to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1717
    • 提供者:liang
  1. kaiguan_xs

    0下载:
  2. 贴图的方法实现工业控制开关转换 控件采用背景贴图的形式实现,即在不同的条件的时候进行不同的贴图操作这样达到动态表示设备运行状态.由于这次表示的为开关的状态,所以我用了两种图片进行替换显示,如果有多种情况也可以进行扩充使用.图片为我用WINDOWS画板绘制的,如果各位有人绘制了更漂亮的开关样式请告诉我.(^_^,本人水平有限)-Mapping method of conversion of industrial control switch in the form of control is
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:35883
    • 提供者:wangch007
  1. datastructure_graph

    0下载:
  2. 采用数据结构中的图,实现数据的查找与排序,对于用户输入的数据进行操作。-Data structure used in the map, the search and sorting of data, the data for the user input operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:12410
    • 提供者:王一
  1. graph

    0下载:
  2. 实现数据结构图的基本操作,存储格式为邻接矩阵-graph
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:3112
    • 提供者:jxt
  1. cpflp

    0下载:
  2. VB+MO的二次开发,实现图层的加载与编辑,并且包含一些基本的图层操作程序-VB+ MO' s second development, to achieve the loading and editing layers and layer contains some basic procedures
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:12639
    • 提供者:成飞
  1. geordi

    0下载:
  2. 鹰眼地图实现主地图的导航功能,文件操作和图层操作;主地图放大,缩小,漫游操作。-Eagle Eye map to achieve the main map navigation functions, file operations, and layer operations the main map to enlarge, reduce, roaming operation.
  3. 所属分类:其他小程序

    • 发布日期:2013-07-21
    • 文件大小:195086
    • 提供者:esailing
  1. 实验8

    0下载:
  2. 能实现一系列图的创建以及图的广度遍历以及深度遍历(The ability to create a sequence of diagrams and the breadth of the graph and the depth traversal)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1986560
    • 提供者:咯哦哦
  1. 密码锁

    0下载:
  2. 实现了一个集成的密码锁,而且通过九位的密码锁有输入删除清零三个按键进行密码操作的proteus仿真程序图。实现了仿真功能,达到了仿真的目的。使用了at89c52集成芯片。使用了晶振,显示管,有设置密码启动清除确定四个按键。使用了AMPIRE128×64的显示器。(An integrated code lock is implemented, and a proteus simulation program diagram of the password manipulation is perfo
  3. 所属分类:其他

  1. scatterbar

    0下载:
  2. 使用MATLAB实现三维数据柱状图,可以成功的实现9个数据的操作(Implementation of 3D data histogram using MATLAB)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:阳光啊啊
  1. augmentimage

    0下载:
  2. 用matlab工具箱进行数据增强,分别有二值化的方法,直方图的方法,还有滤波的方法,文章采用相对路径的办法,实现操作简单。(Using Matlab toolbox for data enhancement, there are two values of the method, histogram method, as well as filtering method, the article uses the relative path of the method to achieve si
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1482752
    • 提供者:李玉008
  1. WPF360界面实现360UI

    0下载:
  2. WPF编写的360界面,主要是贴图技术.只有界面,没有操作.(This is the WPF Demo of View.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:4013056
    • 提供者:家家林
« 12 »
搜珍网 www.dssz.com