资源列表
heibaiqi
- 数据结构制作的黑白棋代码,简单的基本功能已经实现-Othello code, data structures produced by the simple basic function has been achieved
struct
- 数据结构课设的小实验,有源代码以及实验报告-Set of data structures class experiment, the source code and experimental reports
Warehouse-management-system
- 仓库产品管理系统是管理仓库产品的重要工具,主要负责产品的入库、出库、管理和查询等操作。本课题要求(1):自己设计好数据结构及算法,在管理系统中涉及的产品信息包括产品名称、入库时间、库存总量、产品入库价格、货品种类等。(2):界面友好,可操作性强,设置管理员用户登录界面,需要输入用户名和口令才能登录管理界面。以实现产品入库、产品出库、库存管理、产品信息修改、产品信息删除和查询、提醒等功能。-Warehouse management system is the management of wareh
minheap
- 数据结构C++最小堆的实现,代码简单明了,实现了堆中元素的删除,插入,取堆顶元素等-The data structure of the realization of the least C, code simple and clear, realize the pile in the deletion of the elements, insert, take pile of top elements
seqstack
- 顺序栈,实现了出栈,入栈,取栈顶元素,算法简单易懂-Order stack, stack, stack, take the top element, the algorithm is simple and easy to understand
linkstack
- 链式栈,实现了出栈和入栈操作,代码简单易懂-Chain stack, the stack and stack operations, the code is easy to understand
Seqlist
- 顺序表,实现了插入,删除,返回链表长度等操作-Sequential list, insert, delete, return to the operation of the linked list length
CreateList
- c语言创建链表的代码,多种不同的方式创建链表,用于不同的场合-create link_table
linklist
- 单链表,实现了链表的插入,删除,返回长度,定位等操作-Singly linked lists, insertion of the list, delete, return length, location and other operating
linkqueue
- 链队列,实现了出队列,入队列的操作,代码简单易懂-Chain queue the queue into the queue operation, easy-to-understand code
cirqueue
- 循环队列,实现了出队列,入队列的操作,算法简单易懂-Circular queue and the queue into the queue operation, the algorithm is simple and easy to understand
adaboost
- 用于实现经典的adaboost算法的分类器的实现。-Used to achieve the realization of classic AdaBoost algorithm classifier.
