CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - VC 界面

搜索资源列表

  1. 图的操作界面

    0下载:
  2. 图邻接表的建立,深度优先遍历,.广度优先遍历,最小生成树,拓扑排序,单源点到其余各个顶点的最短路径等对图的操作!VC界面!-plans to establish the adjacent table, depth-first traversal. Breadth priority traversal, the minimum spanning tree, topological sorting, single-source all of the rest of the vertices such
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:65237
    • 提供者:陈青侠
  1. MyEasyDraw_VC2

    0下载:
  2. 一个复杂的画图系统,包含了很好的算法设计,提供交互界面,用vc-drawing of a complex system, including a good algorithm design, interactive interface, with vc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:271803
    • 提供者:晨阳
  1. firstfit

    0下载:
  2. 装箱问题的首次适应firstfit方法实现。VC开发图形界面显示。每次点击一下运行按钮装入一个箱子。箱子大小随机生成-crates of the first to adapt firstfit method. VC graphical interface shows. Each button click operation packed a box. Box size random generation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:38703
    • 提供者:胡一
  1. VCsort

    0下载:
  2. 经典VC排序源代码,做成了win32界面形式,希望对大家用所帮助-classic VC ranking source code resulted in the win32 interface form, and I hope to use all the help
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:145608
    • 提供者:wxinyuan
  1. minitree

    0下载:
  2. 这是用VC实现的一个查找最小生成树的程序,界面很漂亮,实现的功能也很好。具有固定的节点,权值可以任意输入,最后确定一个最小的生成树。-This is the VC search for a minimum spanning tree procedures, a very nice interface, function very well. Having fixed nodes, the weights can be arbitrary input to finalize a minimum s
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:41564
    • 提供者:zzl
  1. calculater

    0下载:
  2. 带界面计算器 vc++ 界面编程 利用堆栈
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:37642
    • 提供者:ivan
  1. ExpStack

    0下载:
  2. 数据结构中堆栈的具体应用,实现表达式的化简、求值等功能,可以自由确定变量,并且可以给变量赋值。Vc开发,包括了用户操作界面,输入输出清晰。-stack data structures to the specific applications, simplification of the expression, evaluates functions and the freedom to determine variables, as well as to assign values to var
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:198866
    • 提供者:山石
  1. eight_queen.经典的八皇后问题用VC++实现

    0下载:
  2. 经典的八皇后问题,用VC++实现,遍历各种出现的结果,MFC界面,8 Queen' s classic problem, with VC++ to achieve, the result of various traversal
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:525990
    • 提供者:杨旸
  1. huffman

    0下载:
  2. 一份huff_tc.c,只能在tc下运行,因为加入了用tc图形界面直观画出树形的代码。一份是huff_vc.c,是在vc和tc下都能运行的程序,没有直观表达编码的树形结构。 [目的] 构建所输入符号(及权值)的哈夫曼树,并利用该树求出各符号的编码,深入理解最优二叉树的概念及其特性。 [问题描述] 读入各个符号及其权值,求各符号的哈夫曼编码。 [基本要求] (1)读入各个符号及其权值,建立哈夫曼树; (2)利用建立的哈夫曼树对各符号进行编码,输出编码结果。 [
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2926
    • 提供者:李霄逍
  1. travel

    0下载:
  2. 经典旅行商问题,用VC++实现,MFC制作的界面-Classical traveling salesman problem, using VC++ to achieve, MFC interface produced
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:82091
    • 提供者:杨旸
  1. fiterVC051002116

    0下载:
  2. 用VC++编写中值滤波的算法,具有图形界面-The algorithm of Filter ,which use VC++
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:159458
    • 提供者:张飞
  1. NET

    0下载:
  2. 求图的最小生成树 VC++6.0环境下 DOS界面-Seeking the minimum spanning tree Tu
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:898332
    • 提供者:wangmohan
  1. heibaiqi.c

    0下载:
  2. 用C实现的黑白棋源程序,有人工智能的人机对战,用算法树深度搜索,原始的C图形界面,turboC或TC编译器运行。网络上实现黑白棋大多选择VC++,并没有用C实现并且有人工智能的程序。-Implementation of Othello with C source code, there is artificial intelligence, human-machine gaming, with the depth of search tree algorithm, the original C-
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3773
    • 提供者:吴振华
  1. 1

    0下载:
  2. 利用VC++6.0实现了迷宫问题,构成迷宫图形的数组由主函数中的二维数组决定,其他的操作可以按照界面提示进行-Using VC++6.0 to achieve a maze, maze graphics array form from the main function of the two-dimensional array of decisions, other operations can follow the screen prompts
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1559
    • 提供者:zhuimengren
  1. dwx_ex5BiTree

    0下载:
  2. 数据结构的实验,二叉树,用的VC++语言,MFC界面实现,界面上带着详细说明。-Experimental data structure, binary tree, using VC++ language, MFC interface implementation, the interface with detailed instructions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:29303
    • 提供者:perillachime
  1. ex_2_khpp

    0下载:
  2. 数据结构实验,括号匹配,VC++编程,MFC界面实现,用户输入一串表达式,判别括号是否匹配-Experimental data structure, bracket matching, VC++ programming, MFC interface implementation, the user enters a string expression, determine whether the matching parenthesis
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:28159
    • 提供者:perillachime
  1. LCS

    0下载:
  2. VC实现输入两个字符串,利用动态规划思想求的最长公共子序列。有可视化界面。-VC the input two strings, the use of dynamic programming requirements of the longest common subsequence. A visual interface.
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3786544
    • 提供者:
  1. dlb.rar

    0下载:
  2. VC++环境下的数据结构单链表插入删除的动态演示,MFC界面,The dynamic presentation insertion and deletion of the single linked list data structure in the VC++ environment, MFC interface
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:1895212
    • 提供者:guoyiqi
  1. VCPP

    0下载:
  2. 一个可视化的程序,用于更换图标,更改界面颜色以及一些其他常用功能-A visualized program of VC++,using to change the icons and change the color of the interface.
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5433141
    • 提供者:Libra
  1. LKQGMQL

    0下载:
  2. 这几天学VC界面编程,在VC在线上狂看教程,觉得有所长进,于是把以前的Java代码用VC改写了一下,问题还是那个老掉牙的问()
  3. 所属分类:数据结构

    • 发布日期:2018-01-11
    • 文件大小:48128
    • 提供者:ASJ$56622
« 12 »
搜珍网 www.dssz.com