资源列表
supermarket
- 学校超市选址问题(带权有向图的中心点) 设计要求:对于某一学校超市,其他各单位到其的距离不同,同时各单位人员去超市的频度也不同。请为超市选址,要求实现总体最优 -School Supermarket location problem (with the right of the center of a directed graph) design requirements: For a school supermarkets and other units to its
ChanAlgorithm12233
- chan算法,一种适合在视距环境下使用的定位方法-chan
myshortpath
- 图的最短路径,值得学习的一段代码。。。。值得大家参考-map of the shortest path, we should learn from the code section. . . . Worthy of our reference
2chashu.c
- 用顺序存储的方式递归的创建 2插树 并显示2插树 最后遍历2插树
GS
- GS算法解决婚姻稳定匹配问题,也可以作为舞会舞伴安排的算法使用-GS algorithm
ProblemB
- 给出不同的匹配的分数,求两个序列匹配的最大分数-given different matching scores for the two largest sequence matching scores
nap
- 算法练习课上的作业,对冒泡排序,快速排序,等比较。-Algorithm operating on the practice course, the bubble sort, quick sort, and so more.
2
- C++中链表相关程序示意(编译通过)。可将一链表按结点分为偶奇两部分-C++ in the linked list to indicate the program (compiled by).
shunxuduilie
- 采用顺序队列实现建立,插入,查找,删除功能。使用的编译语言是C语言-Established by order of the queue to achieve, insert, search, delete function. Language is compiled using C language
main
- 马踏棋盘,C++语言编程,旨在帮助众-Horse riding board, C++ programming language, designed to help the public. . .
ferry
- 该算法模拟渡口管理。过江渡船每次能载10辆车过江,过江车辆分为客车类和货车类,上渡船有如下规定:同类车先到先上船,客车先于货车上渡船,且每上4辆客车,才允许上一辆货车。若等待客车不足4辆,则从货车代替,若无货车等待允许客车上船。-the algorithm simulation ferry management. Jiang Ferry each can carry 10 cars crossing the river, crossing the river into passenger veh
Twoforktrees
- 二叉树操作,掌握指针变量的含义,二叉树的结构特征,以及各种存储结构的特点及使用范围;指针类型描述、访问和处理二叉树的运算。程序1: 按先序次序输入二叉树中结点的值(一个字符),`0`表示空树,生成二叉树的二叉链表存储结构, a为指向根结点的指针。然后按中序顺序遍历二叉树。算法思想:先访问左子树,再访问根结点,最后访问右子树。-binary tree operation, grasp the meaning indicator variables, binary tree structure, a