资源列表
[数据结构常用算法] shujujiegou
说明:数据结构几个实验的实验报告,并且附有完整的源代码在文档后,供参考使用。-Several experiments reported experimental data structures, and with full source code after the document for reference.<stone> 在 2025-01-13 上传 | 大小:290kb | 下载:0
[数据结构常用算法] new-Bubble-Sort
说明:修改起泡排序的算法,在正反两个方向交替进行扫描,即第一趟把排序码最大的对象放到序列的最后,第二趟把排序码最小的对象放到序列的最前面。如此反复进行。-Modified bubble sort algorithm, in both directions alternately scanning, sorting code that first trip to the largest objects into the final, the s<罗壹文> 在 2025-01-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] acmlittleprogram
说明:用C语言实现各种小程序和最基础的算法集锦。适用于初学编程的人-Achieve a variety of small programs and highlights the most basic algorithm using C language. Suitable for novice programmers who<wangxiwen> 在 2025-01-13 上传 | 大小:2.83mb | 下载:0
[数据结构常用算法] crc_direct
说明:简单的crc算法实例源代码----codebocks-the simple crc code for test<myname> 在 2025-01-13 上传 | 大小:8kb | 下载:0
[数据结构常用算法] data-structure
说明:设有一个职工文件,每个职工记录包含职工编号姓名部门号工资数信息: int num //职工号 char name[15] //姓名 int depno //部门 float salary //工资 设计一个程序完成如下功能。 (1)从文件中读出职工记录,并建立一个带头结点的单链表。 (2)输入一个职工记录。 (3)显示所有职工记录。 (4)按照编号对所有职工记录进行递增排序。 (5)按照编号对所有<余啸坤> 在 2025-01-13 上传 | 大小:2.71mb | 下载:0