资源列表
[数据结构常用算法] CountKeyword
说明:输入C语言保留字文本文件、C语言源程序文件,输出记录对应C语言源文件中各关键词出现次数的文本文件。 完成以下功能:读取C语言保留字文本文件,建立C语言保留字链表;建立逐行读取给定C语言源文件,分解出每个单词并与C语言关键词进行比较,记录各关键词出现的次数,将所有关键词出现的次数保存到给定文本文件;要考虑用命令行参数实现该任务。 要应用以下知识点:文件的读写;字符数组的操作;命令行参数的使用。 -Enter the C lan<王伟> 在 2024-11-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] ordernumbers
说明:基于C语言环境下的冒泡法排序的程序简单举例-order the numbers based on VC 6.0<郝智> 在 2024-11-15 上传 | 大小:4kb | 下载:0
[数据结构常用算法] SequentialQuickMergeBubbleSort
说明:In this code there are algorithms for sequential sorting like Quick Sort,Merge,Bubble,Insertion written in c++.<Tahira Murtaza> 在 2024-11-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] xianxingbiaodecharuheshanchu
说明:利用顺序表完成线性表信息的管理。要求首先建立并初始化线性表,并实现增加、删除、查找、修改和遍历表等功能。-To complete the order form using the linear form of information management. Requires first to create and initialize the linear form, and to achieve to add, delete, sea<小刀> 在 2024-11-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] danlianbiaocaozuo
说明:利用单链表完成一个班级的所有学生信息的管理:能够增加、删除、查找、修改学生的记录。-Completed using a single list of all students in a class of information management: the ability to add, delete, search, modify the student' s record.<小刀> 在 2024-11-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] DataStructureOfE00
说明:e00文件格式是ArcGIS的标准数据交换格式,这是e00文件的数据结构-The data structure of e00 file.<张良> 在 2024-11-15 上传 | 大小:8kb | 下载:0
[数据结构常用算法] sort-algorithms-using-class-and-object
说明:该程序使用类和对象实现了包括希尔排序、快速排序、堆排序和归并排序。-This program implements some sort-algorithms which include ShellSorting、QuickSorting、HeapSorting and MergeSorting,using class and object。<张永健> 在 2024-11-15 上传 | 大小:858kb | 下载:0