资源列表

« 1 2 ... .07 .08 .09 .10 .11 1512.13 .14 .15 .16 .17 ... 2656 »

[数据结构常用算法rank-of--100--meter-race-

说明:某大学开田径运动会,现有12名选手参加100米比赛,对应的运动员号及成绩如表所示,请按照成绩排名并输出,要求每一行输出名次、运动员号及成绩。要求用冒泡法排序。-To open a university track and field sports, currently has 12 players to participate in 100m, corresponding to the number of athletes and the results shown in the table,
<bryce> 在 2025-06-15 上传 | 大小:12kb | 下载:0

[数据结构常用算法KSP

说明:dijkstra第k条最短路径算法 Dijkstra(迪杰斯特拉)算法是典型的最短路径路由算法,用于计算一个节点到其他所有节点的最短路径。-dijkstra Kth shortest path algorithm
<> 在 2025-06-15 上传 | 大小:19kb | 下载:0

[数据结构常用算法cPP

说明:主要是C++链表和指针的一些基本操作,初学的时候写的。-Mainly C++ linked list and some basic pointer operations, beginner' s time to write.
<郭磊> 在 2025-06-15 上传 | 大小:106kb | 下载:0

[数据结构常用算法Dijkstra

说明:Dijkstr的最短路径算法,实现功能是应用Dijkstra算法求图上二顶点之间的最短距离。-Dijkstr the shortest path algorithm, Dijkstra' s algorithm is applied to achieve functional requirements map the shortest distance between two vertices.
<姜浩> 在 2025-06-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法cut-the-minimum-cut-problem

说明:cut 最小割问题 网络G=(V,E)的割cut(S,T)是将G的顶点集V划分为2个不相交的子集S和T,使s Î S , t Î T ,且cut(S,T) = {(u,v)Î E | u Î S,vÎ T}。设每条边(u,v)的边权为a(u,v),则割 cut(S,T)的权值为cut(S,T)中所有边权之和。最小割问题要求网络G 的权值最小的割。-cut the minimum cut problem network G = (V, E)
<yjian> 在 2025-06-15 上传 | 大小:329kb | 下载:0

[数据结构常用算法diam-diamond-mine-issue

说明:diam 钻矿问题 已探明某钻石矿区中钻石的分布情况,如图1 所示。要开采出全部钻石就要挖掘通往所 有钻石埋藏地点的矿道。矿道可以沿着东南西北4个方向挖掘。每一矿道可以连接多个钻石 埋藏点。按照矿道施工要求,可以平行开挖矿道,但不允许交叉。钻矿问题要求对于给定的 钻石分布,设计一个矿道长度总和最小的挖掘矿道方案-diam diamond mine issue has proven a diamond mine in the diamond distribution, shown in
<yjian> 在 2025-06-15 上传 | 大小:224kb | 下载:0

[数据结构常用算法kirch

说明:kirch 网络等效电阻问题 给定一个由n 个结点构成的网络电路,结点编号为1,2,…,n。结点间连接着m个电 阻。网络等效电阻问题要求计算结点1和n 之间的等效电阻。-kirch equivalent resistance network of a given problem of n nodes of a network circuit, nodes numbered 1,2, ..., n. Connected between nodes m-resistance. Problem r
<yjian> 在 2025-06-15 上传 | 大小:675kb | 下载:0

[数据结构常用算法kni

说明:kni 骑士共存问题 给定一个由n 个结点构成的网络电路,结点编号为1,2,…,n。结点间连接着m个电 阻。网络等效电阻问题要求计算结点1和n 之间的等效电阻-kni Knight coexistence given an n-node network consisting of circuit nodes numbered 1,2, ..., n. Connected between nodes m-resistance. Equivalent resistance network pro
<yjian> 在 2025-06-15 上传 | 大小:78kb | 下载:0

[数据结构常用算法rescue

说明:rescue 孤岛营救问题 大兵瑞恩被关押在迷宫的东南角,即(N,M)单元里,并已经昏迷。迷宫只有一个入口, 在西北角。也就是说,麦克可以直接进入(1,1)单元。另外,麦克从一个单元移动到另一个 相邻单元的时间为1,拿取所在单元的钥匙的时间以及用钥匙开门的时间可忽略不计。-island to rescue Private Ryan, rescue issues to be held in the southeast corner of the maze, namely (N, M) un
<yjian> 在 2025-06-15 上传 | 大小:307kb | 下载:0

[数据结构常用算法student-system

说明:线性表是最常用最简单的一种数据结构。本设计运用线性表实现较为容易,可以实现学生数据的录入、插入、删除、查询、修改、显示操作,至于文件的相关操作,即学生数据保存至文件和载入文件,可以利用C语言中文件操作的相关函数实现。-Linear is the most common form of a simple data structure. The design is more easily achieved using the linear form, students can achieve dat
<肖飞> 在 2025-06-15 上传 | 大小:297kb | 下载:0

[数据结构常用算法Monkey

说明:猴子吃桃数组解决 有一群猴子摘了一堆桃子,他们每天都吃当前桃子的一半且再多吃一个,到了第10天就只余下一个桃子。求出原来这群猴子共摘了多少个桃子。-Monkey eating a group of monkeys to solve an array of peach picked a bunch of peaches, peaches they currently eat every day and then eat a half, to the first 10 days left in a
<tom> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法fast

说明:数据结构课程中的快速排序方法,控制台应用程序-Data structures course in the quick sort method, the console application
<youbin> 在 2025-06-15 上传 | 大小:205kb | 下载:0
« 1 2 ... .07 .08 .09 .10 .11 1512.13 .14 .15 .16 .17 ... 2656 »

源码中国 www.ymcn.org