资源列表

« 1 2 ... .79 .80 .81 .82 .83 584.85 .86 .87 .88 .89 ... 2656 »

[数据结构常用算法park

说明:这是学完《数据结构与算法》后做的课程设计的题目——停车场管理,主要用到了栈和队列的操作。问题描述如下: 设停车场内只有一个可停放n辆汽车的狭长通道,且有南北两大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后开入的车辆必须先退出车场为它让路,待该辆车开出大门外,其它车辆再按原次序进入车场
<在路上> 在 2025-01-31 上传 | 大小:4kb | 下载:0

[数据结构常用算法1

说明:建立二叉树 中序遍历二叉树算法 计算二叉树的节点-Set up tree traversal in binary tree algorithm binary tree node
<秋文山> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法sorting

说明:数据结构课程设计_拓扑排序 用邻接表构造图 然后进行拓扑排序 -Data Structure Course Design _ topological sort graph using adjacency list structure and then proceed to topological sorting
<何高兴> 在 2025-01-31 上传 | 大小:5kb | 下载:0

[数据结构常用算法fzdj

说明:分支定界算法C语言实现源程序,标准C源代码,直接可以运行,程序有详细的说明-Branch and bound algorithm for C language source code implementation, the standard C source code can run directly, the program has a detailed descr iption of
<wanghao> 在 2025-01-31 上传 | 大小:143kb | 下载:0

[数据结构常用算法suoshubiaodashi

说明:数据结构课程设计 求算术表达式的值 学习数据结构的可以参考一下 希望对你们有用-Data structure the curriculum design for the value of the arithmetic expression study data structures for reference you wish to be useful
<zz> 在 2025-01-31 上传 | 大小:4kb | 下载:0

[数据结构常用算法guanjianlujin

说明:解决工程项目aoe-网的关键路径的问题,用到了拓扑排列 求最早发生时间 活动的最迟完成时间-Solution aoe-Net project critical path of the problem, use a topological order for the first time the activities took place at the latest completion time
<何高兴> 在 2025-01-31 上传 | 大小:7kb | 下载:0

[数据结构常用算法PolishCal

说明:栈的应用—Polish Calculator-Application Stack-Polish Calculator
<应好> 在 2025-01-31 上传 | 大小:52kb | 下载:0

[数据结构常用算法Nqueen

说明:一个简单的N皇后可视化原代码,完成皇后解决方案的图形界面-A simple visualization of N-Queen' s source code to complete the Queen' s graphical interface solutions
<samuel> 在 2025-01-31 上传 | 大小:409kb | 下载:0

[数据结构常用算法123

说明:会场安排问题 完成简单的数据排序 给出最优的解决方案数-Arrangements for the completion of the venue easy to sort the data give the number of optimal solutions
<samuel> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法1108

说明:在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高,即n ?i=1pi xi 取得最大值。约束条件为n ?i =1wi xi≤c 和xi?[ 0 , 1 ] [ 1≤i≤n]。-At 0/1 knapsack problem, there is a need for a
<samuel> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法tcc

说明:这个是一个用数据结构做的停车场,这个很不错啊 ,真的啊-This is a data structure used to do the parking lot, this is not错啊really ah
<黄春辉> 在 2025-01-31 上传 | 大小:3kb | 下载:0

[数据结构常用算法1027-1

说明:五十位小数的开方 使用者输入一个整数即可出现答案-50 decimal prescribing users can enter an integer answer appears
<gogo> 在 2025-01-31 上传 | 大小:1kb | 下载:0
« 1 2 ... .79 .80 .81 .82 .83 584.85 .86 .87 .88 .89 ... 2656 »

源码中国 www.ymcn.org