资源列表

« 1 2 ... .95 .96 .97 .98 .99 2400.01 .02 .03 .04 .05 ... 2656 »

[数据结构常用算法jiegouti

说明:结构体的排序,定义一个5个元素的 struct STUDENT 数组, (1)从键盘输入5个学生的信息。 (2)按总分降序排序。 (3)按语文成绩降序排序。 (4)按姓名升序排序。-Structure of the sort, define a five-element array of struct STUDENT, (1) from the keyboard 5 student information. (2) in
<里昂> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法polynomials

说明:两个多项式相加,使用链表,计算时间复杂度,数据结构应用-Write a function to add two polynomials. Do not destroy the input. Use a linked list implementation. If the polynomials have M and N terms, respectively, what is the time compl
<zhuang929> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法Polynomial-operations

说明:单链表存储多项式,头结点可存放多项式 的参数,如项数等-Single-chain storage polynomials, the first node can store the polynomial parameters, such as the number of items, etc.
<阿园> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法07

说明:用堆栈实现0-1背包问题,以此了解递归实现的栈本质-0-1 knapsack problem with the stack implementation, in order to understand the recursive nature of stacks
<猫熊> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法10.15

说明:有一个班4个学生,5门课。(1)求第一门课的平均分 (2)找出有2门以上课程不及格的学生,输出他们的学号和全部 课程成绩和平均成绩;(3)找出平均成绩在90分以上或者全部 课程成绩在85分以上的学生。分别编写3个函数实现以上3个要求-There is a class four student, 5 course. (1) Find the first course of the average (2) to identify
<weiyanyu> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法R7.4

说明:.4已有一个已经排好序的数组,今输入一个数,要求按照原来排序的规律将它插入数组中。 本程序可以对both由小到大的排列数组和由大到小的数组进行操作-.4 Has an already sorted array, this type a number, sorted according to the original law required it into the array. The program can arrange for
<weiyanyu> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法duofa

说明:六种不同思路,编写对三个数排序的程序,供大家学学习-Six different ideas, write the number on the order of three procedures for everyone to learn to learn
<studysun> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法Division

说明:一元多项式的除法,用C语言实现,包含链表的使用。-One yuan polynomial division, with the C language, including the use of the list.
<> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法Fibonacci

说明:斐波那契数的三种方法性能比较,分别是矩阵法,自底向上法和直接递归法-three fibonacci methods
<宋晓晖> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法kruskal

说明:K r u s k a l算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选取的边若产生环路则不可能形成一棵生成树-K ruskal algorithm each time you select n-1 edges, using criteria of greed: from the left side, select a loop with no mini
<黄京> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法prim

说明:算法简介:Prim算法用于求无向图的最小生成树  设图G =(V,E),其生成树的顶点集合为U。    ①、把v0放入U。    ②、在所有u∈U,v∈V-U的边(u,v)∈E中找一条最小权值的边,加入生成树。    ③、把②找到的边的v加入U集合。如果U集合已有n个元素,则结束,否则继续执行②。    其算法的时间复杂度为O(|E|log|V|)-Introduction to Algorithms: Prim alg
<黄京> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法01package

说明:关于背包问题的实现,很好的代码,希望我们一起学习。-Knapsack problem on the realization of good code, I hope we learn together.
<李晴> 在 2025-01-11 上传 | 大小:1kb | 下载:0
« 1 2 ... .95 .96 .97 .98 .99 2400.01 .02 .03 .04 .05 ... 2656 »

源码中国 www.ymcn.org