资源列表
calculator
- 输入一个多项式,计算器通过运算输出结果(其中的实现过程为堆栈来实现)-Enter a polynomial calculator through the operation output (including the implementation process for the stack to achieve)
ACM
- ACM国际大学生程序设计竞赛(英文全称:ACM International Collegiate ProgrammingContest(ACM-ICPC或ICPC)是由美国计算机协会(ACM)主办的,一项旨在展示大学生创新能力、团队精神和在压力下编写程序、分析和解决问题能力的年度竞赛。经过近30多年的发展,ACM国际大学生程序设计竞赛已经发展成为最具影响力的大学生计算机竞赛。这些是一些ACM的试题 -ACM International Collegiate Programming Cont
graph
- 输入多条边(村庄之间的道路)依附的顶点(村庄)及权值(路径长度),然后找到两个村庄之间的最短路径-Enter the number of edges (the road between the villages) attachment vertices (villages) and weights (path length), and then find the shortest path between two villages
heap-sort
- 利用系统生成随机数,然后将生成的随机数进行堆排序堆排序-heap sort
create-a-single-list
- 数据结构用后插法创建一个单链表,并将其输出-The data structure used interpolation method to create a single list, and its output
EDMI
- 数据结构课设--英语词典的维护和识别--Trie树-Data structures course set- English dictionary maintenance and identification- Trie tree
searchtree
- 在二叉查找树中增加一个成员函数,找出集合中第i大的元素。-In a binary search tree to add a member function to identify a large collection of the i-th element.
INSERT
- 插入排序,非常适用,并且有完整的算法分析-Insertion sort, very suitable, and a complete analysis of algorithms
nHuangHou
- 队列式分支界限法实现的n皇后问题,采用文件的方式输入输出-Queue-type branch and bound method to achieve the n-queens problem, using the method of file input and output
dongtaifenqu
- 计算机操作系统实验,使用动态分区分配方式的模拟的程序-Computer operating system experiment using simulated dynamic partitioning allocation procedures
cpp_design_pattern
- 包括学习《大话设计模式》的笔记、截图,以及C++的实现源码-Including learning " Westward design mode" notes, screenshots, and C++ to achieve source
HuffmanCode
- 一个字符串哈夫曼编码的计算程序。附带一些堆栈的类,可以生成一段文字的哈夫曼编码,并予以显示。-Huffman coding a string calculation program. Classes with some of the stack, you can generate a text Huffman coding, and displayed.