资源列表
bahuanghoureal
- 八皇后算法完整程序,还不错的一个。有兴趣的下下来-eight Queen's algorithm integrity procedures, but also a good one. Interested look down under
huiwenshu_kechengsheji
- 数据结构里关于回文数判断的算法 另一种思路另一种解决办法~-data structure, palindrome number judgment on the algorithm Another idea Another solution ~
abouttrain
- 车箱调度的一个程序,还不错,是数据结构-compartment of a scheduling procedures, Yes, it is data structure
merge
- 首先通过递归调用,将原数组不断的分小,最终将数组分成N份。然后将有序的两组合并成一个有序数组,每合并一次数组的规模.就会翻倍,最终会将原来无序的数组变成一个有序的数组。
xlp2
- 数据结构稀疏矩阵的算法,具体功能是建立三元组稀疏矩阵
atan2sc
- tan function to sin and cosine
DomWalk
- 动作模型判断,可以对于各种形状进行解析,完成所有动作-Action model to determine, for a variety of shapes can be resolved, the completion of all actions
hafman
- 哈弗曼数算法,经典的希尔排序算法,对大家学习数据结构及培养编程思想有所启发! -Havermann number of algorithms, the classical Hill sorting algorithm, data structure and train them to learn programming ideas inspire!
CQueen
- //八皇后问题:在国际象棋中,能否在空格棋盘上摆放八个皇后,并使其中任意两个皇后不能在同一行或同一列或同一对角线上,编写完整的摆放八皇后问题的程序。要求:第一个皇后的起始位置由键盘输入,国际象棋的棋盘为8*8的方格。-//Eight queens problem: In chess, can be placed in the space of eight on board the Queen, the Queen can not make any two of them in the same
xianxingbiaodecharuheshanchu
- 利用顺序表完成线性表信息的管理。要求首先建立并初始化线性表,并实现增加、删除、查找、修改和遍历表等功能。-To complete the order form using the linear form of information management. Requires first to create and initialize the linear form, and to achieve to add, delete, search, modify, and traverse the
danlianbiao
- 本程序为数据结构作业,完成功能为单链表的生成及各项操作。-The procedures for data structure operations, a single list for the completion of the formation and operation.
skiplist
- 跳转表,随机化的数据结构.插入logn,查询logn.但是占用空间较大.-skip list
