资源列表
BiTree
- 平衡二叉树的基本操作,包括插入,删除,修改-The basic operation of a balanced binary tree, including the insertion, deletion, modification
list1
- 数据结构基础-顺序表的有序输出,可以学习和参考-Basic data structure- an ordered sequence of output table, you can learn and reference
EightQueens
- 八皇后问题,在国际象棋的8*8棋盘上每行摆一个皇后棋子,要求每行、每列、每斜行都最多只能有一个皇后棋子,本程序在用户设定任意第一个棋子位置后即可自动安排其他棋子位置
Sequence-table
- 使用VC++实现数据结构中的顺序表,调试通过-Sequence table
list
- 学习数据结构时老师布置的作业,用c++实现list表
8queen
- 数据结果中的很有名的8皇后问题,该程序实现了8皇后的动态演示,图形界面友好,易用,对于学习C++编程和数据结构很有帮助-Data results in the well-known 8-queens problem, the program achieved an 8-Queen' s dynamic presentations, graphical user-friendly, easy to use, for learning C++ programming and data stru
5-source--code-of-DS--PRO
- 数据结构课上老师布置的5个小项目的源代码,分别是汽车过河,一元多项式,迷宫,日历,BFS_DFS-failed to translate
abc
- 数制转换,将二进制数转换为十进制数。数制转换-shuzhizhuanhuan
newparksystem
- 用户登陆系统存入车辆(存入时间,停车位置,车主姓名,车牌号码) 车辆离开(离开时间,停车费用) 搜索车辆(存放编号(日期+时间+车牌号),车牌号码,停车位置,车主姓名,存入时刻,离开时刻,存放时间,目前状态(停车场存放或已离开))查看停车场状态(停车数量,空闲位置,今日收入,所有停放的车辆)高级管理(修改密码,设置每小时价格,备份/恢复数据文件,查看用户登录日志)退出系统 -User login system into vehicles (deposited in time, par
N_huanghou_problem
- 基于C语言的N皇后问题的经典解法,在本人的机器上成功运行通过,下载后即可运行!-C language based on the classic N-Queens problem solution, in my successful run through the machine, you can download to run!
HnSRTree-2.0beta5a
- SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear in the actual image / video a
memorymanage
- 一道北大acm的试题,用双向链表实现模拟内存分配的程序-1 Peking University acm of examination questions, with two-way linked list of memory allocation procedures for analog