资源列表

« 1 2 ... .18 .19 .20 .21 .22 2423.24 .25 .26 .27 .28 ... 2656 »

[数据结构常用算法Network-node-shortest-path

说明:此代码实现了网络结点之中最短路径的计算,并输出了各个网络结点的路由表 ,路由表包括:目的网络,下一跳,代价,详细地址。此代码的原理是Dijstra算法。在代码的注释中有测试用例,用户测试时只需将程序运行后再将测试用例复制到DOS黑框中即可。测试用例中有详细的用例解释。-This code implements the network nodes being the shortest path calculation, and out
<刘伟强> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法shiyan2

说明:数据结构,两个多项式的相加计算,主要运用链表-Data structures, computing the sum of two polynomials, the main use of the list
<> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法shiyan3

说明:模拟银行的叫号机。在程序运行过程中使用文本菜单供用户选择,选择1则模拟储户按下叫号机取叫号纸(即入队列),选择2则模拟银行工作人员按下叫号机,请取得相应号数的储户到前台办理业务(即出队列)。叫号机的号数从1号开始往上递增。 -Simulation machine called the number of banks. The program is running for the user to choose a text menu,
<> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法BiTree

说明:二叉树的实现,上大一时候的作业,分享给大家-The realization of a binary tree, a freshman, when operating, for everyone to share
<juvham> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法pku1274_HK

说明:HK算法 HK算法 HK算法 HK算法 HK算法 -HK algorithm(work on PKU 1274)
<林衍凯> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法6

说明:在一个字符数组c中存放了10个整数,以空格相间隔,要求将它们放到整型数组中,再按大小排序,然后再存放回字符数组c中。-C in a character array of 10 integers in the store, with a space interval, requiring them into the integer array, and then sorted by size and then placed back in
<tdgm> 在 2024-11-08 上传 | 大小:1kb | 下载:0

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

说明:广义表的建立和判断两广义表是否相等,数据结构作业-To establish and determine the general form of the two is equal to the generalized form, the data structure operations
<杜长春> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法mytable

说明:这是一个关于二叉树表的C++程序,适合于C++初学者或是大学生课程设计-This is a binary form of the C++ program, C++ is suitable for beginners or students course design
<wade> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法2

说明:羽毛球队有男女运动员各n人。给定2 个n×n矩阵P和Q。P[i][j]是男运动员i和女运动员j配对组成混合双打的男运动员竞赛优势;Q[i][j]是女运动员i和男运动员j配合的女运动员竞赛优势。由于技术配合和心理状态等各种因素影响,P[i][j]不一定等于Q[j][i]。男运动员i和女运动员j配对组成混合双打的男女双方竞赛优势为P[i][j]*Q[j][i]。设计一个算法,计算男女运动员最佳配对法,使各组男女双方竞赛优势的总和达到最大。
<张开> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法beibao

说明:背包问题,可以解决最短路径问题,或优化问题-Knapsack problem, the shortest path problem can be solved, or optimization problems
<liuyanan> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法tree

说明:可以建立huffman树,完成编码、解码、打印二叉树等功能-This is useful.
<李木子> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法seqlist

说明:顺序表的一些基本操作,还有做的一些顺序表的题目的答案,旁边有注释-Some of the basic operation of the order of the table, there to do some of the answers to the subject of the order of the table, next to comments
<wjk> 在 2024-11-08 上传 | 大小:1kb | 下载:0
« 1 2 ... .18 .19 .20 .21 .22 2423.24 .25 .26 .27 .28 ... 2656 »

源码中国 www.ymcn.org