资源列表
[数据结构常用算法] backpack-ga-algorithm
说明:背包问题或0-1背包问题遗传算法程序,里面用的实数编码方式值得借鉴。-0-1 knapsack problem or knapsack problem genetic algorithm procedure, which uses real coding can be learned.<olivejy> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] table_single
说明:顺序表和单链表分别实现集合的并,交,差以及对称差运算-Order to achieve the table and set of single chain, respectively, intersection, difference and symmetric differential operators<邹蓉> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] jiheyusuan
说明:本文件为,实现数组及数值的集合运算的代码。-This document is to achieve the set of the array and numerical computation code.<邹蓉> 在 2025-06-15 上传 | 大小:1kb | 下载: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 its Members and equal to the n<庄志聪> 在 2025-06-15 上传 | 大小:3kb | 下载: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 average score for each student<Candy> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] RedBlackTree
说明:红黑树、二叉搜索树的实现和性能比较。因为实验要求指定了输入哪些数据,所以在实现时我用了一个数组将所有的数据保存到内存里,然后直接调用插入和删除操作,这样就不再需要用户输入数据,省去了输入数据的麻烦。删除操作也是在程序里直接调用的,不要用户输入。-red black tree<何雯> 在 2025-06-15 上传 | 大小:246kb | 下载:0