资源列表
Visual_Path_Finding_SrcaDemo
- C# - Visualizing Path Finding With Dijkstra, AStar, Bi-directional Dijkstra s, and Bi-directional A* Algorithms
datastructure
- 实现一个内存分配模拟系统,分配的原则参见“伙伴系统”。 要点:使用链表保存各块内存信息,同一个链表中保存的各块大小相同。 链表中的每个结点形式如下: 从键盘输入欲分配的块的大小,系统给出分配结果,并在屏幕上显示出来(图示方式或文本方式)。 -A memory allocation simulation system, the principle of allocation see the " buddy system" . Po
binary-tree
- 根据二叉树的中序遍历、后序遍历、前序遍历恢复二叉树-According to the binary tree in preorder traversal, postorder traversal, preorder traversal to restore binary tree
bahuanghouwenti
- 八皇后问题,实现相应功能,代码正确、希望可以帮到需要的人-Eight queens problem
erchashu
- 二叉树和平衡二叉树问题。实现一定的功能,能够正确运行-Binary trees and balanced binary tree. To achieve a certain function to work correctly
beibao
- 背包问题,也就是我们常见的那个。在很多的专题实验中都会遇到-Knapsack problem, that is, our common one. Will encounter a lot of topics experiment
huisufa
- 回溯法背包问题,很实用也是经过改进的背包问题-The backtracking knapsack problem, very practical and improved knapsack problem
xianxingbiao
- 线性表的删除、插入、查询等功能。线性表也是我们最常接触的基本知识-Linear form to delete, insert, query and other functions. Basic knowledge of linear form is the most common contact
Geophysical-data-processing
- 物探数据处理-重磁数据处理软件,地球物理学的人看看。-Geophysical data processing- the gravity and magnetic data processing software
Oinvf
- 对矩阵求逆,根据提示在visual c++运行环境中输输入矩阵及相关参数即可求出逆矩阵,已通过测试。 -Matrix inversion, follow the prompts to lose input the visual c++ operating environment matrix and related parameters can be calculated inverse matrix has been tested.
Dbinarytrreee
- 二叉树基本功能详细代码!注释达达百分之50!非常经典的学习资料! -Binary tree of the basic functions of code! Notes Dada 50 ! Classic learning materials!
Tjjuzhengh
- 实现稀疏矩阵转化为三元组,并且且进行转置和其他运算。可直接使用。 -Sparse matrix into triples, and transposition and other operators. Can be used directly.
