资源列表
N-HuangHou
- 主要内容 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。-Main content of eight queens problem is an ancient and well-known probl
BubbleSort
- 一个很经典的排序算法,此算法步骤非常简单,可以快速的进行对数组的排序。-A very classic sort algorithm, this algorithm is very simple steps, can quickly to an array of the list.
FastSort
- 一个很经典的排序算法,此算法步骤非常简单,可以快速的进行对数组的排序。-A very classic sort algorithm, this algorithm is very simple steps, can quickly to an array of the list.
InsertionSort
- 一个很经典的排序算法,此算法步骤非常简单,可以快速的进行对数组的排序。-A very classic sort algorithm, this algorithm is very simple steps, can quickly to an array of the list.
ShellSort
- 一个很经典的排序算法,此算法步骤非常简单,可以快速的进行对数组的排序。-A very classic sort algorithm, this algorithm is very simple steps, can quickly to an array of the list.
shiti
- 一套C++数据结构的考试试题,有答案,是西安交大的期末考试试题-A set of C data structures exam questions, the answer is the final exam questions, Xi an Jiaotong University
Merge-sort
- 归并排序,书上的代码,可以作为参考,如果懒得打程序-Merge sort
flight
- 1、航班管理,可增加航班,修改航班信息,取消某航班。 2、查询航班信息,用户可以选择浏览所有航班信息,也可以输入终点站名称,搜索航班,查询其信息。 3、用户可输入航班号进行订票。若剩余票数足够,则为用户订票;若余票不够,则显示信息。在此添加一个未要求的特色功能:为用户排队。若余票不够,系统显示并询问用户是否愿意排队,如果愿意,则录入用户信息,在他人退票有足够的余票后,将排队用户的信息转入乘客信息,为其订票。 4、退票功能:用户可输入航班号进行退票。 5、浏览航班已订票乘客的信息。
chapter6
- 数据结构设计第六章代码实现,图形用户界面的设计和实现-Chapter VI data structure design code,Graphical user interface design and implementation
the-branch-and-bound-algorithm
- 算法:用分支定界求最短路径,北航计算机学院算法课作业-Algorithm: get the shortest path using the branch and bound algorithm
Dynamic-Password
- 动态口令相关知识研究,以及算法描述,还有发展动态分析-Knowledge of dynamic password, and the algorithm is described, and the development of a dynamic analysis
process
- 多机批作业处理 实现多机批作业的处理 希望能够帮助到大家 只是我自己写的一个小算法-Machine processing
