CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - figure

搜索资源列表

  1. DllTest

    0下载:
  2. 代码见MyDll和Test文件夹 前者为编译的vc++ dll 后者为调用该dll的控制台程序 因在本站上未搜到此类代码,特试后提供 仅供VC++ dll初学者揣摩-Code see MyDll former Test folder and compile vc++ dll which calls the dll for the program because the console is not found on the site to such code, especiall
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:625026
    • 提供者:dingding
  1. a

    0下载:
  2. 程序运行后,给出6个菜单项的内容和输入提示,具体如下: 1. 数字排序 2. 字符查找 3. 矩阵变换 4. 结构体数组 5. 三次方程 6. 字符串删减 7. Goodbye!-Program runs six menu items and input prompts are given as follows: 1. Sort of figure 2. Characters find the three matrix to transform the structure array. Cubi
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:3262
    • 提供者:李强
  1. dingdianfugai

    0下载:
  2. 顶点覆盖问题。无向图G=(E,V),寻找V的一个最小子集V’,使得图中所有边至少有一个顶点在集合V’中。输出V’包含的顶点数。-Vertex cover problem. To Figure G = (E, V), find V, a minimal subset of V ' , makes all the edges in the graph at least one vertex in the set V' . Output V ' contains the number
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1082
    • 提供者:liao
  1. Dijkstra

    0下载:
  2. Dijkstra杰斯拉特的贪心算法程序,实现含权有向图G=(V,E)中顶点到其余顶点的距离。-The greedy algorithm Dijkstra Jess Lats procedures with the right vertex to the rest of the distance from the vertex to Figure G = (V, E).
  3. 所属分类:Console

    • 发布日期:2017-11-07
    • 文件大小:1163
    • 提供者:winking
  1. hungarian-v2.0

    0下载:
  2. 匈牙利算法,用来解决二部图分配问题。可以运行-Hungarian algorithm is used to solve the the two Figure allocation problem. Can run
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:35466
    • 提供者:jintian715
  1. 4

    0下载:
  2. 任意输入一个数字判断1到这个数字中间一共含有多少个一-Enter an arbitrary number to determine a figure containing a total number of one intermediate
  3. 所属分类:Console

    • 发布日期:2017-12-02
    • 文件大小:181707
    • 提供者:小王
  1. quanpingfind

    0下载:
  2. VB全屏找图,一个小程序实现全屏快速找图功能,如果有不满意的地方请谅解-VB to find full figure, a small program to achieve full functionality quickly find map, if not satisfied, please understanding
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:149789
    • 提供者:赵行科
  1. jineduihuan

    0下载:
  2. 用C语言编写的金额兑换程序,可以将数字转化为汉字大写-The amount written in C language exchange program, you can figure into uppercase characters
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:811
    • 提供者:ijc
  1. Scodestatistics

    0下载:
  2. 源代码行数统计器 可以统计代码的行数 字数-Source lines of code statistics can figure the number of lines of code statistics
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:94930
    • 提供者:吴先生
  1. 编写用于表示有向图的数据结构

    0下载:
  2. 编写用于表示有向图的数据结构,以及不同表示方法之间相互转换的程序。 从文件读入一个有向图(带权,n 个结点,m 条边)的权矩阵表示,输出这个图的关联矩 阵、边列表、逆向表、邻接表表示。 程序除了能够实现要求的功能以外,代码中要有能体现出不同表示方法的数据结构。 -Writing means between the map data structure, and the different representations of the conversion process. Readi
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-17
    • 文件大小:54037
    • 提供者:zxy
  1. exp_2

    0下载:
  2. 从文件读入一个有向正权图(n 个结点,m 条边)的权矩阵表示,输出这个图中某一结点到 其余各结点的最短路径长度。 程序必须使用 Dijkstra 算法,使用其他算法(比如穷举)不符合要求。-Reading from a file into a right to a positive figure (n nodes, m edges) of the weight matrix, said output this figure a junction to the length of the sh
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:49361
    • 提供者:zxy
  1. work

    0下载:
  2. 小明刚刚毕业,成功入职一家国际大公司。这家公司人员结构很复杂,一共有n个岗位。岗位名称用数字表示,不一定连续。这些岗位组成了公司的组织结构树。但是由于公司历史悠久,岗位变动较大,岗位命名混乱。公司希望小明对公司岗位名称进行调整,要求数字越小代表的岗位重要度越高(组织结构不变,只是代表岗位的相应数字调整,详细见示例)。其中,树形结构上端的数字比下端的数字小,同一层左面的比右面的小。对于每一个职位,仅可以管理它的直属下级即孩子结点。 同时公司希望小明在管理方面能得到更多的锻炼,以便将来负责公
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:630534
    • 提供者:
  1. The-maze-problem

    0下载:
  2. C++源码,控制台实现数据结构中的迷宫问题,可给出所有路径的路径图,路径总数和最短路径图-Using VC++ to realize the maze problem.It can figure out all paths and the shortest path.
  3. 所属分类:Console

    • 发布日期:2017-05-16
    • 文件大小:4312198
    • 提供者:苗航
搜珍网 www.dssz.com