资源列表
kuaisu
- 对于给定的一个数组,把其中的元素按从小到大的顺序排序,用此算法排序效率高-For given to an array, to which the elements in ascending order of sorting, sorting algorithm with high efficiency
Parking
- 设停车场是一个可以停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次有北向南排列(大门在最南端,最先到达的第一车停放在车场的最北端),若车场内已停满n辆车,那么后来的车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短交纳费用。试为停车场编制按上述要求进行管理的
dataStructure
- 数据结构课程设计 ,交通查询系统,本系统功能有:(1)添加城市、(2)删除城市,(3)添加路径、(4)删除路径,(5)计算最佳路径,可分别用弗洛伊德和迪杰斯特拉算法计算,(6)计算关键路径-Data structure course design, traffic query system, the system functions are: (1) Add the city, (2) Delete the city, (3) Add the path, (4) Delete the path,
huffman
- 从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树并将它存于文件hfmTree中。将已在内存中的哈夫曼树以直观的方式(比如树)显示在终端上; -Read from the terminal character set size n, and n-n-weight character and to build the Huffman tree and store it in the file hfmTree. Will have the Huffman tree in memory
Report_Des20260710192006
- VB做的报表设计源程序,非常不错,可以自定义模版-statements do VB source design, very good, can define templates
A-filtering-method-of-airborne
- 机载点云滤波算法,生成DEM,国外的文章,也许对你有用。-Airborne point cloud filtering algorithm to generate DEM, the foreign article, and perhaps useful for you.
shujvjiegoukejian
- 数据结构的上课课件,学习数据结构比不可少的课件-Data structure class courseware
EightCode_BFS
- 用广度优先遍历实现八数码的自动求值,写出到文件,从文件读入时有小问题-Breadth-first traversal is used to implement the eight digital automatic evaluation, to write to a file, read from the file have a little problem
tree
- 实现二叉树的先序遍历,中序遍历和后序遍历的递归和非递归算法,以及层次遍历的算法。 用二叉树来表示代数表达式,树的每一节点包括一个运算树,代数表达式中包含“+”,“—”,“*”,“/”和一位整数且没有错误,按照先乘除后加减的原则构造二叉树。 构造一颗哈夫曼树,输出对应的哈夫曼编码和平均查找长度。-Recursive and non-recursive algorithm binary tree preorder, preorder and post-order traversal, and
user_count
- 一个用来统计在线用户数量的程序,支持多线程调用。-A number of online users for statistical procedures, support for multi-threaded calls.
mproject
- (1)以邻接表作存储结构; (2)源点可任意指定;输出从源点到其余各顶点的最短路径; -The shortest path between vertex programming
sdfasfa
- 数据结构课程的实验,包括实验讲义和报告,以及所有实验的源代码