资源列表
route-planning
- 遗传算法实现飞机在三维空间的航迹规划 C代码-Genetic Algorithm Route Planning C code
Vector-and-Matrix-Template
- 向量类模板和矩阵类模板,能够实现各种常用的算法,作为工程开发的数据结构-Vector class template and template matrix class, able to achieve a variety of commonly used algorithms and data structures as the project development
SearchMaze-C
- 完整的电脑鼠走迷宫算法,能完成迷宫搜索,以及迷宫冲刺的功能。-The computer mouse maze algorithm to complete the maze search, and maze sprint functionality.
gfh
- 链表上的基本操作实现 在单链表存储结构上实现基本操作:初始化、创建、插入、删除、查找、遍历、逆置、合并运算。-Basic operations on the linked list implementation
STM3210B-LK1-USB
- STM3210B-LK1开发板玩USB的程序,包含固件、驱动和测试用的应用程序,上下位机通讯,很简单的实现。-The LK1 development board STM3210B-play USB-program, including firmware, drivers and test applications, the upper and lower machine communication, very simple to achieve。
1
- 一个简单的机票预订方案 的先决条件,目标和成果 先决条件:学生应掌握以下必备技能。 • 指针 - 使用指针间接引用和修改对象 • 链表 - 理解的链表实现 • 动态内存管理 - 使用new和delete 目标:这项任务旨在加强学生的理解链表。 结果:成功地完成这项任务的学生将掌握以下成果。 • 了解链表的实现 • 使用指针 • 使用动态内存管理 描述 一个简单的机票预订程序应显示下列选项菜
Visit-system
- 实现功能:1,从文件读入景点信息道路信息,然后用邻接表建立校园图,用邻接矩阵存放边的信息。 2,查看景点信息,道路信息。 3,查找两点之间最短路径,采用弗洛依德算法。 4,采用深度优先递归调用的方法遍利图。-Functions: 1, read from the file into the attractions road information and the establishment of the campus map, and then use the adjacency l
1
- 数据结构 以邻接矩阵为表示结构输入和创建一个图,对该图进行深度优先和广度优先遍历-DS homework
circular_buffer
- 使用C语言实现一个循环缓冲区,用于生产者和消费者。-circular buffer
Huffman
- 数据结构的一个哈夫曼树程序,建立一个文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。压缩文件即读文件,统计文件中的字符个数,对文件进行哈夫曼编码和译码,并将编码译码后的字符存储在文件中。-The data structure of a Huffman tree program, create a text file, the statistical character frequency in the
hash
- c语言实现的哈希表。哈希函数使用除留余数法,处理哈希冲突使用连地址法。包含设计文档!在dev c++平台上已验证成功-The C language implementation of the hash table. Hash function used division method, processing method using hash conflict even address. Contains design documents! In dev c++ platform has bee
knowledge-bank-deposits
- 利用线性表存储结构知识设计并实现银行存款利率表-By using the linear table storage structure design and realize the knowledge bank deposits a bit