资源列表
nuaa1108
- nuaa1108 多少连续的1 解题报告-Problem solving report
sort
- 数据结构课程设计。c++编写,详细实现各种排序的算法。-Curriculum design data structure. c++ to prepare a detailed order to achieve a variety of algorithms.
jsjchengxushejiyishu
- 关于算法分析的这多卷论著已经长期被公认为经典计算机科学的定义性描述关于算法分析的这多卷论著已经长期被公认为经典计算机科学的定义性描述。迄今已出版的完整的三卷已经组成了程序设计理论和实践的惟一的珍贵资源,无数读者都赞扬Knuth的著作对个人的深远影响,科学家们为他的分析的美丽和优雅所惊叹,而从事实践的程序员已经成功地将他的“菜谱式”的解应用到日常问题上,所有人都由于Knuth在书中表现出的博学、清晰、精确和高度幽默而对他无比敬仰。 第1卷为基本算法,分“基本概念”和“信息结构”两章。本卷以基本
tree
- 数据结构中用c++实现最小生成树,很不错的源码!-Data structures using c++ to achieve the minimum spanning tree,
Josephus_Test
- 约瑟夫环算法 利用数据结构实现 请各位高手指教-Josephus
calculator
- 计算中缀表达式,数字为整数,加减乘除四则运算 -*This program can solve simple formula *by adder, subtraction, multiplication and division, *whose operand is float, including minus float. */
Bubblesort
- 这是一个简单初级的for循环冒泡排序的程序,便于初学者查阅-Bubblesort,C++ programming
sort
- 哈弗曼数的构造过程,可以进行编码译码 代码精炼!-Havermann the number of construction process, can be refined codec code!
sodoku
- 数独解算器,将9*9数独输入后能迅速解出。少于十个解的题目能在0.1秒内解出。-sodoku computer
PolyAdding
- 进行多项式加法,链表结构,健壮性很好,能运算一些稀奇古怪的式子。-For polynomial addition, the list structure, robustness, good performance computing some strange statement holds.
ReversePolishNotation
- 逆波兰表达式求解,算法中很重要的。方便输入输出。-Reverse Polish Notation solving, algorithm is very important. Facilitate the input and output.
sorting
- 各种排序算法,有详细说明,能够比较不同算法的特点。-A variety of sorting algorithms, there are detailed instructions, be able to compare the characteristics of different algorithms.