资源列表
software
- 这是清华老师的数据结构的课件,很有用,希望能帮助各位-This is the data structure of Tsinghua teachers courseware, very useful, I hope you can help
student
- 随机生成0和1组成的迷宫,自定一迷宫大少,即迷宫的长宽,范围我设定4到20,你可以自行修改!-0 and 1 randomly generated maze, a maze of large and small custom, that the length and width of the maze, I set the range 4 to 20, you can modify!
NQueen_Nonrecursive
- 非递归方法解决N皇后问题,任意两个皇后都不能处于同一行、同一列或同一斜线上。输出解法-A non recursive method for solving N queens problem, any two queens are not in the same line, the same row or on the same diagonal. Output solution
ACMtemplate
- acm学习资料,包括常用算法及数值计算的程序模板。-acm learning materials, including the commonly used algorithms and numerical calculation of the program template.
list
- 1.创建一个双向链表,结点内容可以是任意类型的值; 2.删除一个已创建的双向链表; 3.向表尾添加一个结点;-1 Create a doubly linked list, the contents of the node can be any type of value 2. Delete a doubly linked list has been created 3 to add a node to the end of the table
hwy_sell
- 数据库在VB界面上的实现.如何实现数据库登陆界面、以何种形式登陆、销售系统界面等-in VB database interface is achieved. How landing database interface, in whatever form, landing, sales system interface
AS400
- 此文档为AS400 DB数据结构说明及管理-This document describes the AS400 DB data structure and management
NQueen_recursion
- 递归方法解决N皇后问题,任意两个皇后都不能处于同一行、同一列或同一斜线上。输出解法-A recursive method for solving N queens problem, any two queens are not in the same line, the same row or on the same diagonal. Output solution
Thesaurus
- 一个小型电子词典 用多维数组来存储词库 单词与词库一一对应枚举-Thesaurus
jianshu2
- 基于C语言的数据结构算法,键树的查找与排序(孩子兄弟法)-C-based data structure algorithms, search and sort key tree (brother children method)
CPP
- c++的与链表相关的知识,可以根据柱上的内容学习-about the sequenlist
car-parking
- 该程序主要实现停车场的模拟管理。总共使用了一个队列俩个堆栈。其中一个堆栈用来描述停车场,另一个堆栈是一个临时堆栈,用于存放从停车场出场的汽车。队列用于存放在便道等候入场停车的车辆。-this program mainly used for simulating car-parking.there are two stacks and a queue.the first stack used for the park,the second is used to park cars for temp
