搜索资源列表
SortTest
- 说明: 这一段在复习数据结构和算法,有一些零星笔记,在Others这个归类下,欢迎指正。 对于排序算法,想做一个动态演示的东东,因此今天使用VB.net大概实现了一个,界面如下,代码有2个版本,一个可以指示当前循环的位置(但设计感觉不好,也找不到更好的办法),一个没有。 -Note : This section of the review of data structure and algorithm, a few scattered notes, in the classified
Gramham-CH
- Gramham法求解凸包。从最基本数据结构定义开始实现,有图形界面和动画演示。全套代码。-Gramham method convex hull. Data from the most basic definition of the structure began to realize, graphics and animation interface demo. A full set of code.
factShow
- 数据结构的代码演示程序,利用栈的原理,将级数fact递归问题的执行过程以直观的形式演示出来。-data structure code demo program using the stack principle, Recursive series fact of the implementation process in the form of visual presentation out.
zuixiaoshengchengshu
- 演示Kruskal算法和Prim算法 集合的并,元素查找的操作及应用 说明: 代码均在vc++6.0环境下编译均通过 在非VC++6.0环境下编译请去掉头文件 windows.h 和函数 end()
B_Trees
- B树代码以及演示,主要是让大家理解B树是如何组成的,以及如何删除和查询
8queens
- 由C语言编写的八皇后算法的图形演示版,注意:需要设置C代码中的graphic库的正确位置。程序可以演示八皇后的所有解,并能够根据用户的要求找到某一特定解
1.1
- 数据结构,算术表达式求值演示,全代码,希望有用
c演示系统
- 用C语言实现的各种算法及演示,可以结合代码分步观看执行过程-C language algorithms and the various presentations, combining code can watch the step-by-step implementation process
DSDemo
- 数据结构,经典算法,C语言和BASIC语言双重代码动态演示程序-Data structure, the classical algorithm, C language and double-source dynamic language BASIC demo program
B-tree
- B-树的图形界面演示代码,能演示生成B-树,删除B-树等-B-tree graphical interface demo code, can demonstrate to generate B-tree, the deletion of B-tree, etc.
8-Queen-presentation-of-the-original-code
- 数据结构课程设计经典问题八皇后动态演示原代码-Classic problem of data structure, curriculum design, dynamic presentation of the original code 8 Queens
Huffman
- 数据结构课程所学哈弗曼树的c语言演示代码,包括哈弗曼路径等等,希望对大家有用。-Havermann tree demo code includes Havermann paths, etc.
shujujiegou
- 本文包含了严蔚敏教授所讲数据结构的算法代码及其演示系统。-This includes YanWeiMin professor spoke of data structure and algorithms code demonstrates system.
KMPandBMexample
- KMP算法与BM算法的具体C++实现,很经典的,算法描述清晰,代码演示的是字符川匹配,很不错-KMP algorithm and the BM algorithm to achieve the specific C++, very classic, algorithm descr iption clearly demonstrates that the code matches the character of Sichuan, very good! !
buxian
- 并线问题,最基本的问题之一,运用最传统的算法,给大家做个演示,还可以,不错的代码-And the Line, one of the most basic, using the most traditional method for everyone to be a demo, but also, a good code
tree
- 这个是树的的演示代码 可以进行基本操作 请谨慎操作 -This is a demonstration of the tree code for basic operations, please exercise caution
paixu
- 总结了各种排序算法,并用C 2B 2B代码实现,并有演示-Summarizes the various sorting algorithms, and use C 2B 2B code and a demo
HANOI
- 汉诺塔算法,实现汉诺塔的内部模拟演示,不输出至终端,要显示自行修改代码-Tower of Hanoi algorithm, the Tower of Hanoi' s internal simulation demonstration, not output to the terminal, modify the code to be displayed
DSDemo
- 数据结构算法源码. 双击演示系统应用程序文件“DS_VC_ALGO.EXE”启动演示系统. 除了个别算法之外,演示系统给出了《数据结构》(C语言版)书中算法对应的程序代码(CPP文件)和测试运行程序(VC++6.0的EXE文件)。-Data Structure Algorithm source code. Double-click the demo system application files " DS_VC_ALGO.EXE" Start presentation
DataStructureBinatyTree
- 数据结构的二叉树演示代码,基本实现了所有的二叉树功能!-The data structure of the binary tree demo code, basic achieve all of the binary tree function!