-
AVL___Tree
c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示(c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table)
- 2007-02-06 21:20:32下载
- 积分:1
-
bintree
一个关于二叉树应用的小程序,包括二叉树的建立,前中后遍历等操作(a program about bintree structure)
- 2009-05-17 16:54:29下载
- 积分:1
-
graphcursors
Graph plotting in lab windows
- 2018-12-19 22:00:24下载
- 积分:1
-
chkin
这个程序是利用概率算法求一个函数得积分,()
- 2018-05-12 13:07:35下载
- 积分:1
-
数据结构(C语言版)
该书籍详细讲述了C语言的数据结构部分,不断提高你的编程能力。(This book describes the data structure of C language in detail, and constantly improves your programming ability.)
- 2020-06-22 07:00:01下载
- 积分:1
-
optional-project-blackjact
经典数据结构作业,黑杰克游戏。要求程序可以连续打10次,每场比赛的赢家,赢得一个点(两点一倍)。在结束的10场比赛为你和电脑打印出的总奖金。(Write a program that simulates a simplified version of the game "BlackJack". A deck of cards numbered 2 to 10, jacks, queens, kings, and aces is used, where jacks, queens and kings are counted as 10s, and aces are either 1 or 11 at your choice. )
- 2012-12-08 11:46:33下载
- 积分:1
-
huffman-code
该小程序为哈弗曼编码系统,带有一个小界面,主要执行的功能是对输入的数据进行编码,译码,构造并打印哈夫曼树。并且将输入的数据进行保存。(The applet is Felicity Huffman coding system, with a small interface, main function is performed on the input data encoding, decoding, construct and print a Huffman tree. Data entered and saved.
)
- 2012-05-06 11:05:42下载
- 积分:1
-
btree
b树的c++代码实现,用于数据结构的学习(C++ code implementation of B-tree)
- 2019-02-24 19:27:11下载
- 积分:1
-
sort
说明: 常见的排序算法。基于C++实现了几种常见的排序算法。(Common sorting algorithms. Based on C + +, several common sorting algorithms are implemented.)
- 2020-03-20 17:28:45下载
- 积分:1
-
《啊哈!算法》
说明: 一本简单的可以作为入门的数据结构书籍,大量的可爱的插图能够让人更好理解数据结构。(A simple data structure book that can be used as an entry, a large number of cute illustrations can make people better understand the data structure.)
- 2020-04-12 20:37:38下载
- 积分:1