资源列表
[数据结构常用算法] graphic_joint
说明:此代码主要实现的是求图中关节点的C程序,一起讨论,共同进步 -This code is the main key points for the figure of C procedures, discuss it together and make progress together<武玉伟> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] BinaryTree
说明:树(Tree)中的各种经典操作,如遍历,查找节点,删除节点,等等。-Tree (Tree) in a variety of classic operation, such as traversal, find nodes, delete nodes, and so on.<王新新> 在 2025-06-17 上传 | 大小:36kb | 下载:0
[数据结构常用算法] shang[inguanli
说明:第一次上传,呵呵!!这是我们课程设计的一道题目,传上来大家分享,给点意见。 某商场有如下的几种货品:衬衣、鞋子、帽子、裤子、冰箱、电视、立柜、壁橱、沙发。每一种货物都有详细的说明信息。 衬衣:布料、尺寸、单价、产地、库存量、所属货柜; 鞋子:皮料、尺寸、单价、产地、库存量、所属货柜; 帽子:布料、样式(平顶或尖顶)、尺寸、单价、产地、库存量、所属货柜; 裤子:布料、尺寸、单价、产地、库存量、所属货柜; 冰箱:制冷类型、样式(二门或三门)、颜色、尺寸、单价、产地、库存量、重<duqig> 在 2025-06-17 上传 | 大小:976kb | 下载:0
[数据结构常用算法] FindMajor
说明:首先输入数字序列的数目,然后输入这个数字序列,程序会找出此数字序列的多数元素(即超过二分之一的数量).-First of all, the number of input digital sequence, and then enter the number sequence, the program will identify the majority of this number sequence elements (that is, more than half of the amount<天山燕> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] merge
说明:首先通过递归调用,将原数组不断的分小,最终将数组分成N份。然后将有序的两组合并成一个有序数组,每合并一次数组的规模.就会翻倍,最终会将原来无序的数组变成一个有序的数组。-First of all, through the recursive calls, the original constant array of small points, which will ultimately be divided into N copies of the array. And then ordered<天山燕> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] AVLTtreeSource
说明:AVL平衡二叉树。原本在这里下载了其他人的平衡二叉树,但发现都不好用,于是从codeguru下载了一个。现在经修正后,已经符合ANSI C规范,并作了适当的封装,用起来和一个类的用法也差不多。这里的代码作为一个demo展示了树的用法。-AVL balanced binary tree. Originally here to download other people s balanced binary tree, but found not easy to use, so from a code<周善人> 在 2025-06-17 上传 | 大小:180kb | 下载:0