资源列表
21icDownLoad_CsharpData
- C#结构和算法,通过对这些结构和算法的学习,可以更加深入的了解C#,对刚入门的朋友有很多帮助。-Please try!
4.2
- 基于dijkstra和广度搜索的加权有向图有必经点的点对点的最短路径算法,路径必须经过要求的必经点,且不成环。 该算法采用了一种自适应调整的方法,经过多次迭代,使解收敛。 但只是寻找了一个略优的可行解(每次迭代都基于贪婪算法寻找),不能保证最优解。而且如果图过于稀疏,因为收敛速度过快,可能导致问题无解(收敛于一个局部最优解,没有经过所有点)。 解决相对稠密的图(每个点的平均出入度4以上),表现良好。 备注:里面有一个QT的工程,可以直接打开(源码里没用QT的库)-Weigh
4-2
- 清华大学数据结构课程第四次作业第二题,很棒的解法。-Tsinghua data structure course fourth operation the second question, a great solution.
ass1
- 在国外上学做的一个Adaptive Huffman Coding,数据压缩和解码。-Adaptive Huffman Coding
eightqueens
- 常见的八皇后问题,全部自己编写,不会有一样的版本-eight queens
algorithm
- chose two values nearest the given number in a row or column matrix
Eightdigital
- 八数码问题,利用链表,实现对Open和Close链表的结点扩展,遍历并检测是否符合!- Eight digital, use the list to realize the junction Open and Close list expansion, and detects whether the traverse!
algorithm
- 一个以hash表形式存储的数据结构体,通过hash算法能够快速的找到内存存储地址。-A data structure stored in hash format, through the hash algorithm can quickly find the memory address.
sort
- 这是一个复杂的排序,最基本的排序方法 。-It is a sort
zoumigong
- 该程序是一个走迷宫程序,文件格式的一致,输入迷宫自动给出路线-solve the labyrinth problem
SD_Latihan_DoubleStack_Praktikum
- This a method of source code double linked list-This is a method of source code double linked list
Application-of-linear-table
- 通过C语言编程,利用线性表的知识,解决约瑟夫问题,非常好用哦-Through the C language programming, the use of linear table to solve the Joseph problem