资源列表
[数据结构常用算法] Data-structure-Code
说明:数据结构主要内容的c语言实现 包含线性表,链表,树,希尔排序等等重要数据结构的编程事例-Main data structure of c language contains a linear table, list, tree, hill sort of programming so important examples of data structures<lonrun> 在 2025-06-15 上传 | 大小:21kb | 下载:0
[数据结构常用算法] BeiHang08_03
说明:从string.in中读入数据,然后用户输入一个短字符串。要求查找string.in中和短字符串的所有匹配,输出行号、匹配字符串到string.out文件中。 //匹配时不区分大小写,并且可以有一个用中括号表示的模式匹配。如“aa[123]bb”,就是说aa1bb、aa2bb、aa3bb都算匹配。-Read data from string.in, then the user enters a short string. Find string.in requirements and sho<王石> 在 2025-06-15 上传 | 大小:477kb | 下载:0
[数据结构常用算法] volunteer
说明:本系统为一个用c语言开发的程序代码,是用来记录志愿者报名系统的。主要是用链表实现的。并且使用了文件的部分功能。能完成插入,删除,显示等等功能。比较完备。-The system is a development program using c language code is used to record the volunteer registration system. The list is mainly used to achieve. And use a portion of the f<luodouodu> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] bitree
说明:一个简单的遍历二叉树的示例程序,搜索并在屏幕上显示-A simple example of binary tree traversing procedures, search and display on the screen<Chouchou Feng> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] the-internal-sorting-algorithm
说明: 通过内部排序算法实现,熟练掌握各种排序算法的基本技术。通过各种排序算法在数据随机分布、正序和逆序情况下,数据比较次数和数据元素移动次数,对不同排序算法的时间复杂读获得只管的感受。-Through internal sorting algorithm, to master the basic techniques of various sorting algorithms. Data through a variety of sorting algorithms in random distri<魏冰> 在 2025-06-15 上传 | 大小:14kb | 下载:0
[数据结构常用算法] List
说明:对链表的一些处理,包括头插法建表,尾插法建表,链表长度运算 ,求链表第i个元素运算 ,按值查找运算,插入结点运算,删除结点运算,逆置链表运算-On the list of some of the processing, including construction of the first interpolation table, end table built interpolation, computing the length of the list, find the i-th elem<zzd> 在 2025-06-15 上传 | 大小:2kb | 下载:0