资源列表
545878711
- 数据结构中快速排序的算法,VC6.0源代码-Quicksort algorithm data structure, VC6.0 source code
data-structure--project-black-jacter
- 经典数据结构作业,黑杰克游戏。要求程序可以连续打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 king
calculator
- 用c++编写的计算器,能够实现带括号的表达式求值-Calculator c++ written expression is evaluated with brackets
hw1-joseph
- c++数据结构中处理约瑟夫环问题源码,使用模版编写链表。配套清华版数据结构图书。-c++ data structure in processing Josephus source, use the template to write a linked list. Supporting Tsinghua version data structure books.
avltree
- 标准数据结构avl树的实现,很规范,仅供参考-Standard data structures avl tree implementation specifications for reference only
Eight_Queen
- 递归解决八皇后问题使用的是VS2010(编译通过)代码有注释说明. 有两种方法解决-Recursion to solve the eight queens problem using VS2010 (compiled by) code annotated There are two ways to solve
1-1
- 从文件读入30个无序整数,建立一个单链表,排序输出、再倒序输出。-Read from file into 30 disorderly integer, the establishment of a single linked list, sort out, and then reverse order output.
digui
- 数据结构中经典二叉树的三种遍历方法,用C语言实现-Classic binary tree data structure three traversal methods using C language
PrimeRing
- 素数环的java代码实现,数据结构上素数环的代码-Prime ring Java code realization, the data structure of the prime ring code
E10700104hf
- 哈夫曼编码是一个很受欢迎的编码方式,本程序就是一个哈夫曼编码和译码器。-Huffman coding is a very popular way of encoding, the program is a Huffman coding and decoder.
paixu
- 程序里有5个经典的排序算法,大学程序设计实验必学的-The five classic sorting algorithms in the program University program designed experiments will learn
Linear-list
- 线性表是最基本、最简单、也是最常用的一种数据结构。构造一线性表-The linear form is the most basic and most simple, is also the most commonly used data structures. Construct a linear table
