资源列表
hash
- hash-33算法实现,可嵌入到C工程或C++工程中(Hash-33 algorithm implementation can be embedded in C engineering or C++ project)
program 3
- 实现对美国地图的朴素迪杰斯特拉算法与A*最短路径搜索(Simple implementation of Dijkstra algorithm and A* on the map of the United States of the shortest path search)
Dijkstra
- 实现dijkstra算法,在VS2015上运行,文件包含完整项目(Implement dijkstra algorithm, run on VS2015, file contains complete project)
最小生成树
- 小生成树其实是最小权重生成树的简称。一个有n个结点的连通图的生成树是原图的极小连通子图,且包含原图中的所有n个结点,并且有保持图连通的最少的边。最小生成树可以用kruskal(克鲁斯卡尔)算法或Prim(普里姆)算法求出。(The young adult tree is actually the abbreviation of the minimum power regeneration. The spanning tree of a connected graph with n nodes i
飞机乘务订票系统
- 飞机订票乘务系统,实现了最基本的订票等功能 用C++以及链表进行了实现(Flight reservation and crew system)
crr
- 这个m文件含有利用二叉树模型求股票价格的代码,里边有英文注释(This m file contains code for stock prices using a two forked tree model, with an English note in it.)
数据结构
- 数据结构完整版课件,包含集合,线性表等多个章节(A complete version of the data structure, including a collection of sets, a linear table, and many other chapters)
sort
- 提出了若干种利用C语言来实现的排序算法,可酌情应用于实际工程。(C language implementation of several sort algorithms)
student
- 输入五位同学信息,可根据需要的内容进行排序(Enter five students' information, which can be sorted according to the required content)
student
- 简单c++项目,建立班级通讯录,可实现增删查改功能(Simple c++ project, set up class address book, can realize the function of adding, deletions, check and change)
008 - Chess
- Chess game created using visual C++ language.
双向链表
- 简易的双向链表,通过主程序的调用即可实现增 删 改 查的功能并输出数组(A simple two-way chain table, the function of adding, deletions and modification and output array can be realized through the call of the main program.)
