资源列表

« 1 2 ... .39 .40 .41 .42 .43 1544.45 .46 .47 .48 .49 ... 2656 »

[数据结构常用算法dating

说明:用贪心算法做的一道ckp的约会 期间用快速排序对约会结束时间做了升序排列 跟活动安排异曲同工-Greedy algorithm used to do together during appointments ckp quick sort of dating the end of time to do the activities arranged in ascending order with the same
<409> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法jiandanxuanze

说明:基本思想:   设所排序序列的记录个数为n。i取1,2,…,n-1,从所有n-i+1个记录(R,R[i+1],…,R[n]中找出排序码最小的记录,与第i个记录交换。执行n-1趟 后就完成了记录序列的排序。 -The basic idea: set up the sort of record sequence number for n. i get 1,2, ..., n-1, from all n-i+ 1 record (R
<小杉> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法ArithmeticExpressionEvaluation

说明:算术表达式求值 从键盘读入一个合法的算术表达式,输出正确的结果,并显示输入序列和栈的变化过程。-Arithmetic Expression Evaluation Reading from the keyboard into a legitimate expression of the arithmetic, the output correct results, and display the input sequence and
<杨猛> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法Expressiontree

说明:表达式二叉树求值的源程序代码,用visualc++环境-Expression tree is evaluated using the source code visualc++ environment
<chengx> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法eightqueen

说明:八皇后游戏的说明: 问题的提出:八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法? 基本思想是:先把皇后放在(0,0)位置,然后把1号皇后放在(1,j)位置, 使其满足要求。接着放2号皇后,依此类推。遇到某个皇后如把她无论放在该行的任意 位置均不满足要求,则前一个皇
<王清> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法checkarray

说明:设计一个用于检查数组在使用时下标是否越界的类,如越界给出提示。(知识点:下标运算符的重载)。-Used to check the design of a current array subscr ipt is in the use of cross-border class, such as cross-border give tips. [Knowledge points: subscr ipt operator overloadin
<王清> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法suanfa

说明:算法设计与分析 1. 用直接递归方法计算n!: (2)通过键盘输入n的值,( 2. 用直接递归方法计算第n个Fibonacci数: 3. 用直接递归方法计算Ackerman函数: 4. 用直接递归方法给出n个元素的全排列: 8. 用直接递归方法求解Hanoi塔问题 -Algorithm Design and Analysis 1. Using direct recursive method
<lilianjie> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法DataStructure

说明:一些简单数据结构的实现。 包括了链表、堆、栈等。-Some simple data structures implementation.
<王志斌> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法sorting

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

[数据结构常用算法ashu

说明:right threaded binary tr-right threaded binary tree
<aakanksha89> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法rtbzip

说明:多功能的红黑树和压缩算法,可用于网络传输加减压-Red, black and multi-functional tree and compression algorithms, network transmission can be used to add decompression
<张龙萍> 在 2024-10-09 上传 | 大小:5120 | 下载:0

[数据结构常用算法ksp

说明:求前k条最短路径,本程序可用于求地图的路线安排和前k个最短路径分配问题,十分管用,可用于2000个点的计算-find out the kth shortest path
<翟晓宇> 在 2024-10-09 上传 | 大小:5120 | 下载:0
« 1 2 ... .39 .40 .41 .42 .43 1544.45 .46 .47 .48 .49 ... 2656 »

源码中国 www.ymcn.org