资源列表

« 1 2 ... .21 .22 .23 .24 .25 1726.27 .28 .29 .30 .31 ... 2656 »

[数据结构常用算法table_single

说明:顺序表和单链表分别实现集合的并,交,差以及对称差运算-Order to achieve the table and set of single chain, respectively, intersection, difference and symmetric differential operators
<邹蓉> 在 2024-10-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法jiheyusuan

说明:本文件为,实现数组及数值的集合运算的代码。-This document is to achieve the set of the array and numerical computation code.
<邹蓉> 在 2024-10-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法ALGO3-9

说明:用递归函数求解迷宫问题(求出所有解) 只是一个程序 已经编译通过 有详细的注释-Recursive function to solve maze problems (all the solutions obtained) is a program has been compiled through detailed notes
<王世海> 在 2024-10-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法ch03

说明:打印出所有的1-1000之间所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数本身。例如:153-Between all of the 1-1000 print all of the " Narcissus number" , the so-called " Narcissistic number" refers to a three-digit, the number of
<庄志聪> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法Text1

说明:一个统计学生成绩的程序,要求输入10个学生5门功课的成绩,分别用子函数求出:(1)每个学生的平均分;(2)每门功课的平均分;(3)找出最高分所对应的学生和功课-A statistical procedure for student achievement, asked to enter the 10 students five homework results were obtained with Functions: (1) The
<Candy> 在 2024-10-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法RedBlackTree

说明:红黑树、二叉搜索树的实现和性能比较。因为实验要求指定了输入哪些数据,所以在实现时我用了一个数组将所有的数据保存到内存里,然后直接调用插入和删除操作,这样就不再需要用户输入数据,省去了输入数据的麻烦。删除操作也是在程序里直接调用的,不要用户输入。-red black tree
<何雯> 在 2024-10-05 上传 | 大小:251904 | 下载:0

[数据结构常用算法lcs

说明:最长子序列,问题描述: 随机生成小于等于n的自然数的一个序列,输出其最长递增子序列(任意一个即可)。 n 分别取 1000,3000,10000。 例: n=5 随机序列为 5 1 4 2 3,正确输出为1 2 3,即长度为3的递增子序列。 -lcs
<何雯> 在 2024-10-05 上传 | 大小:184320 | 下载:0

[数据结构常用算法sorts

说明:合并排序 插入排序 希尔排序 快速排序 冒泡排序 桶排序 的比较。随机产生空间大小为: N = 10, 1000,10000,100000 的排序样本,取值为[0,1]区间。除了插入排序和冒泡排序,其他四个还随机产生空间大小为:1000000、10000000的排序样本。 -sorts
<何雯> 在 2024-10-05 上传 | 大小:218112 | 下载:0

[数据结构常用算法UnDirectGraph

说明:本程序实现了《数据结构》课本中无向图的基本算法,包括图的构造、图的深度、广度优先遍历算法、用Prim、Kruskal算法构造最小生成树以及分别用Dijkstra、Floyd算法求源点到所有顶点、图中任意两点间的最短路径,并给出具体的路径 -This procedure achieved a " data structure" textbooks undirected graph the basic algorithm,
<王广友> 在 2024-10-05 上传 | 大小:39936 | 下载:0

[数据结构常用算法BinaryTree

说明:数据结构中二叉树的实现以及先序,中序,后序的遍历,并且有计算叶子结点,深度等等附加功能-Data Structure:Binary Tree,achieve some functions like:preorder,inorder,postorder,depth calculation,node calculation and so on.
<Micrs> 在 2024-10-05 上传 | 大小:256000 | 下载:0

[数据结构常用算法perm1

说明:此程序完成对给出的数组使用递归法进行全排序。-To complete this process using the recursive method given wide array sort.
<王广友> 在 2024-10-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法SortProblems

说明:数据结构:实现各种排序的功能,包括快速排序,希尔排序,堆排序-Data Structure:Solve some sort problem, include insert sort,merge sort,quick sort,heap sort,and so on.
<Micrs> 在 2024-10-05 上传 | 大小:319488 | 下载:0
« 1 2 ... .21 .22 .23 .24 .25 1726.27 .28 .29 .30 .31 ... 2656 »

源码中国 www.ymcn.org