资源列表

« 1 2 ... .62 .63 .64 .65 .66 1567.68 .69 .70 .71 .72 ... 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
<里昂> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[数据结构常用算法c-100

说明:C语言经典算法一百例,其中含有 水仙花书 等算法-Classical algorithm one hundred cases of the C language, which contains algorithms, such as daffodils book
<里昂> 在 2024-10-08 上传 | 大小:7168 | 下载:0

[数据结构常用算法tubao

说明:凸包算法,根据鼠标点出来的点来画凸多边形。-Convex hull algorithm, according to the mouse point to draw out of the convex polygon.
<LiangTreeMan> 在 2024-10-08 上传 | 大小:1960960 | 下载:0

[数据结构常用算法LinkList-code

说明:展示单链表的基本操作,如插入,删除,查找。虽然代码质量不是很高,我希望前辈们请教学习,希望能够容纳我。-Display a single list of basic operations, such as insert, delete, search. Although the code is not very high quality, I hope predecessors ask to learn, want to hold me
<zhaogui> 在 2024-10-08 上传 | 大小:26624 | 下载:0

[数据结构常用算法matching

说明:严蔚敏的数据结构(C语言版),栈与队列只括号匹配算法实现-Yan Wei-min data structure (C-language version), stack and queue in parentheses matching algorithm only
<1457987661> 在 2024-10-08 上传 | 大小:5120 | 下载:0

[数据结构常用算法02

说明:程序功能: 能完成每位学生的某门课程的平时成绩和期末考试成绩的录入, 完成每位学生的总评成绩计算(平时成绩*30 +期末考试成绩*70 )并生成数据文件, 生成分数段统计文件(不及格人数,60-69数,70-79人数,80-89人数,90-100人数,及格 率), 通过学生成绩的数据文件查询学生成绩(查询条件自定)。 通过学生成绩的分段统计文件输出学生成绩分段情况和及格率。 程序要求
<高丽丽> 在 2024-10-08 上传 | 大小:8192 | 下载:0

[数据结构常用算法20071025141959

说明:《数据结构与算法分析》 ――课程内容体系主要内容 -" Data Structures and Algorithm Analysis" - course content system main content
<石林峰> 在 2024-10-08 上传 | 大小:24576 | 下载: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> 在 2024-10-08 上传 | 大小:1024 | 下载:0

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

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

[数据结构常用算法Source-code

说明:常用算法程序集(C语言)(第三版)以及课本上的源代码-Commonly used algorithm assembly (C language) (third edition) and textbooks on the source code
<jackywu> 在 2024-10-08 上传 | 大小:6600704 | 下载:0

[数据结构常用算法shunxubiao

说明:顺序表的应用 (1).输入一组整型元素序列,建立顺序表。 (2).实现该顺序表的遍历。 (3).在该顺序表中顺序查找某一元素,查找成功返回1,否则返回0。 (4).判断该顺序表中元素是否对称,对称返回1,否则返回0。 (5).实现把该表中所有奇数排在偶数之前,即表的前面为奇数,后面为偶数。 (6).输入整型元素序列利用有序表插入算法建立一个有序表。 (7).利用算法6建立两个非递减有序表并把它们合并成一个非递
<Yang> 在 2024-10-08 上传 | 大小:2048 | 下载:0

[数据结构常用算法lianbiao

说明:链表的应用 (1).键盘输入一组元素,建立一个无头结点的单向链表(无序)。 (2).遍历(打印)单向链表。 (3).把单向链表中元素逆置(不允许申请新的结点空间)。 (4).在单向链表中删除所有的偶数元素结点。 (5).对链表排序,排序后链表元素按照非递减方式排列(注意:排序时如果要交换两个结点的顺序,不得通过交换结点的内容,而需要使用改变指针的方式交换结点的位置。建议使用直接插入排序算法)。 (6).利用算法5
<Yang> 在 2024-10-08 上传 | 大小:2048 | 下载:0
« 1 2 ... .62 .63 .64 .65 .66 1567.68 .69 .70 .71 .72 ... 2656 »

源码中国 www.ymcn.org