资源列表
[Windows编程] longestPath
说明:图的算法,求两个结点间的最长路径,基于邻接矩阵和有向图,通过Dijkstra算法反向求解出最长路径-Graph algorithms, find the longest path between two nodes, based on the adjacency matrix diagram reverse Dijkstra algorithm for solving the longest path<xiaozhuzi> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[其他小程序] GoldGenerator
说明:通信中DOLD序列产生器--- --- --- 。-Communication DOLD sequence generator.------.<ygy> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[其他小程序] suanfa
说明:本程序通过对10000个随机产生的整型数据,利用起泡排序算法和选择排序算法进行排序并比较其排序时间, 从而揭示这两个算法在时间性能上的差异。-The program by 10,000 randomly generated integer data, using bubble sort algorithm and selection sort algorithm to sort and compare sort time, which reveals the difference in time<周盈吉> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[Windows编程] guess-number
说明:猜数字游戏 用户开始有100元钱,没有钱了或不玩了就退出。 每一轮先问用户赌多少钱,如果输入0则结束游戏,赌注必须是正的且少于现有的钱数,然后猜一个1到10 的数,用这个数与计算机产生的数比较,如果猜对了,用户赢赌注这么多钱,如果猜错了,用户损失钱,损失的钱数是 赌注/5*(用户猜的数与计算机数之差) 例如赌注是50,计算机产生的是5,用户猜的是7,则损失20元,因为 50/5 * (7-5) = 20 如果损失72,而用户只有50,则损失50 -Guessi<尚瑞> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[GDI/图象编程] calculator
说明:计算器,实现的实数的加,减法乘法以及除法等一些的基本运算,还有平方等更高级一点的运算-Calculator, plus real numbers, subtraction, multiplication, and division achieved some of the basic operations, there are square, and other more advanced computing<拓> 在 2025-06-25 上传 | 大小:1kb | 下载:0