资源列表
zuiduanlujing
- 用VC++6.0求算法分析设计中的最短路径问题。-Using VC++6.0 seeking algorithm analysis and design of the shortest path problem.
JOSEPHUS
- 这是数据结构中的一个问题,用一带头结点的单向链表解决“约瑟夫环”问题。-This is a problem about data structure , using a linked list without the lead node solution " Joseph Ring" problem.
C-language
- C语言的简单算法展示是大家对C语言有一定的认识,可以使你产生浓厚的兴趣-C language is a simple algorithm show everyone have some knowledge of C language, allows you to have a strong interest in
yuesefu
- 约瑟夫环,一个简单的程序,希望对大家有用。-just so-so
sy1001_1
- 实现两个复数之间的加减法运算,并且将其运算结果输出。-Achieved between the addition and subtraction of two complex operations, and its operation results output.
01pakage
- 0-1背包问题源代码 用于算法设计的,数据结构的必要问题-0-1 knapsack problem of the source code for the algorithm design, data structures necessary to issue
crc_class
- 用于生成和校验的crc校验类,只需复制到工程中即可使-Used to generate and check the crc check class, just copy to the project can be used with
MST
- prime算法的基本思想 1.清空生成树,任取一个顶点加入生成树 2.在那些一个端点在生成树里,另一个端点不在生成树里的边中,选取一条权最小的边,将它和另一个端点加进生成树 3.重复步骤2,直到所有的顶点都进入了生成树为止,此时的生成树就是最小生成树-The basic idea of the prime algorithm. Empty spanning tree, take any a vertex joined spanning
singallist
- 主要实现单链表的连接,把两个单链表合并成一个链表。-The main achievement of a single list of connections, the two merged into a single list.
Maze
- 为了测试某种药物对小白鼠方向感的影响,生物学家在实验室做了一个矩形迷宫,入口和出口都确定为唯一的,且分布在矩形的不同边上。现在让你算出小白鼠最短需要走多少步,才可以从入口走到出口。-In order to test the impact of a drug on mice sense of direction, a biologist at the lab made a rectangular maze, inlet and outlet are determined to be unique
kmp
- KMP算法实现,一个主串内到底包含了多少个从串-KMP algorithm to achieve a main string in the end contains a number of the string
unionlable
- 用C++编写的链表的合并程序,实现了数据结构中链表的合并操作-Written in C++, the list of the merging process in the linked list data structure implemented the merger of operations