搜索资源列表
图的操作界面
- 图邻接表的建立,深度优先遍历,.广度优先遍历,最小生成树,拓扑排序,单源点到其余各个顶点的最短路径等对图的操作!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
MyEasyDraw_VC2
- 一个复杂的画图系统,包含了很好的算法设计,提供交互界面,用vc-drawing of a complex system, including a good algorithm design, interactive interface, with vc
firstfit
- 装箱问题的首次适应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
VCsort
- 经典VC排序源代码,做成了win32界面形式,希望对大家用所帮助-classic VC ranking source code resulted in the win32 interface form, and I hope to use all the help
minitree
- 这是用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
calculater
- 带界面计算器 vc++ 界面编程 利用堆栈
ExpStack
- 数据结构中堆栈的具体应用,实现表达式的化简、求值等功能,可以自由确定变量,并且可以给变量赋值。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
eight_queen.经典的八皇后问题用VC++实现
- 经典的八皇后问题,用VC++实现,遍历各种出现的结果,MFC界面,8 Queen' s classic problem, with VC++ to achieve, the result of various traversal
huffman
- 一份huff_tc.c,只能在tc下运行,因为加入了用tc图形界面直观画出树形的代码。一份是huff_vc.c,是在vc和tc下都能运行的程序,没有直观表达编码的树形结构。 [目的] 构建所输入符号(及权值)的哈夫曼树,并利用该树求出各符号的编码,深入理解最优二叉树的概念及其特性。 [问题描述] 读入各个符号及其权值,求各符号的哈夫曼编码。 [基本要求] (1)读入各个符号及其权值,建立哈夫曼树; (2)利用建立的哈夫曼树对各符号进行编码,输出编码结果。 [
travel
- 经典旅行商问题,用VC++实现,MFC制作的界面-Classical traveling salesman problem, using VC++ to achieve, MFC interface produced
fiterVC051002116
- 用VC++编写中值滤波的算法,具有图形界面-The algorithm of Filter ,which use VC++
NET
- 求图的最小生成树 VC++6.0环境下 DOS界面-Seeking the minimum spanning tree Tu
heibaiqi.c
- 用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-
1
- 利用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
dwx_ex5BiTree
- 数据结构的实验,二叉树,用的VC++语言,MFC界面实现,界面上带着详细说明。-Experimental data structure, binary tree, using VC++ language, MFC interface implementation, the interface with detailed instructions.
ex_2_khpp
- 数据结构实验,括号匹配,VC++编程,MFC界面实现,用户输入一串表达式,判别括号是否匹配-Experimental data structure, bracket matching, VC++ programming, MFC interface implementation, the user enters a string expression, determine whether the matching parenthesis
LCS
- VC实现输入两个字符串,利用动态规划思想求的最长公共子序列。有可视化界面。-VC the input two strings, the use of dynamic programming requirements of the longest common subsequence. A visual interface.
dlb.rar
- VC++环境下的数据结构单链表插入删除的动态演示,MFC界面,The dynamic presentation insertion and deletion of the single linked list data structure in the VC++ environment, MFC interface
VCPP
- 一个可视化的程序,用于更换图标,更改界面颜色以及一些其他常用功能-A visualized program of VC++,using to change the icons and change the color of the interface.
LKQGMQL
- 这几天学VC界面编程,在VC在线上狂看教程,觉得有所长进,于是把以前的Java代码用VC改写了一下,问题还是那个老掉牙的问()