资源列表
NextSecond
- 使用C++实现了计算任意时间的下一秒的功能。可用用作C++入门时用。-Calcalute the next second using C++. It s good for C++ Introduction.
CppProgramofDateStruct
- C++编程——数据结构与程序设计实现,由美国资深教授通过自己的上课讲稿编写而成,是一本很好的提高c++编程能力的教程-C++ Programming- Data Structure and Program Design, a senior professor from the United States through its own scr ipt written in class, is a very good capacity to improve the c++ programming
2
- 约瑟夫环(Joseph)问题的一种描述是:编号1,2,┉,n的n个人按顺时针方向围坐一圈,每个人持有一个密码(正整数),一开始,任选一个正整数作为报数上线值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1开始报数,如此下去,直至所有人全部出列为止。设计一个程序求出出列顺序。-Joseph Ring (Joseph) a descr iption of the problem is: No. 1,2,
duoxiangshi
- 多项式求值,用于求两个多项式的和,c语言版-Polynomial evaluation, for seeking and two polynomials, c language version
tree
- 二叉树的基本操作,例如前序遍历,后序遍历,层序遍历-tree
Ex1
- 此为用栈实现的队列,完成入队列和出队列的功能。 此为大学一年级软件工程数据结构课某次作业-This is achieved with the stack queue, complete the entry queue and a queue functions. This is the first year software engineering data structure of a particular job class
huffman
- 自己写的哈弗曼树算法,希望能给大家一点帮助-Write your own Havermann tree algorithm
Data.Structures.Demystified
- Data Structures Demystified Whether you are an entry-level or seasoned designer or programmer, learn all about data structures in this easy-to-understand, self-teaching guide that can be directly applied to any programming language.
one
- 对不超过 255 的正整数 n 都容易生成 0~n 的一个全排列;-No more than 255 pairs of positive integers n are easy to generate the 0 ~ n of a full array
suanfa
- 算法设计课程的源代码,可供大家下载参考,可以直接运行-Algorithm design courses in the source code available for everyone to download the reference can be directly run
dijkstra
- 数据结构中非常经典和通用的算法,学习数据结构必须掌握的知识点,题目中的算法针对无向图,当然也适用于有向图,不过边的权值不能为负,否则不满足算法适用的条件-dijkstra
acm-pku3278
- 利用队列来完成广度优先搜索的变形题目,值得参考-queue for BFS
