登录
首页 » 终端 » 各种链表操作

各种链表操作

于 2022-12-18 发布 文件大小:3.41 kB
0 147
下载积分: 2 下载次数: 1

代码说明:

链表的各种操作  头插尾插  排序  判断环  合并有序链表等等

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • HTML基础
    HTML或超文本标记语言是用于创建Web页面的标准标记语言。HTML是写在由尖括号括起来(象)标记HTML元素的形式。 HTML标签最常用来像对虽然一些标记表示空元素,因此是不成对的,例如。在一对第一标记是开始标记,第二标记是该结束标记(它们也被称为开放标记和结束标记)。Web浏览器可以读取HTML文件,并撰写成视觉或听觉的网页。该浏览器不显示HTML标记,但使用它们来解释网页的内容。的HTML描述了网站的结构语义随着线索供呈现,使得它的标记语言,而不是一种编程语言。HTML元素形成的所有网站的基石。的HTML允许图像和对象将要被嵌入,并且可以用于创建交互式表单。它提供了表示,如标题,段落,列表,链接,报价和其他物品的结构性语义文本创建结构化文档的一种手段。它可以嵌入语言编写的,如JavaScript影响的HTML网页的行为脚本。Web浏览器也可以指层叠样式表(CSS)来定义文本和其他材料的外观和布局。万维网联盟(W3C),双方的HTML和CSS的标准维护者,鼓励使用CSS了明确的表象HTML中。[1]
    2022-09-10 22:35:03下载
    积分:1
  • 关于猎人过河问题 要解决这个问题就要使过河时载两个过河,返回时尽量只有一个回来。用一个字符串数组来存猎人,狼,羊,白菜;下标依次为0,1,2,3;但他们都有河这...
    关于猎人过河问题 要解决这个问题就要使过河时载两个过河,返回时尽量只有一个回来。用一个字符串数组来存猎人,狼,羊,白菜;下标依次为0,1,2,3;但他们都有河这边和那边两种状态;为方便则定义一个结构,只含一个int型变量n;当在河这边时n设为0;在河那边时n设为1。由于每次过河与返回都要考虑狼能否吃羊或羊能否吃白菜;则需要一个函数来判断每次选择是否满足条件。-Hunters across the river on the issues to resolve this issue so we should cross the river when the two set out across the river to return to when there is only one back as far as possible. Using a string array to keep hunters, the wolf, sheep, and cabbage subscript followed by 0,1,2,3 but they have a river here and there two states To facilitate the definition of a structure containing only an int variable n When in the river here when n is set to 0 in the river when n is set to one side. Due to cross the river and return each time to consider whether the wolf can eat the sheep吃羊or cabbage you need a function to determine each choose whether or not to meet the conditions.
    2022-09-15 08:35:04下载
    积分:1
  • 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程...
    1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, the process is the role of TEST language lexical analysis. 2, double-click operation input file name, or under the command prompt test input file name ... supports multiple documents simultaneously lexical analysis. 3, the procedure was VC6.0 testing environment, using the C syntax. Of course, there are C syntax. 4, the process left a lot of interface to question the future of grammar analysis and semantic analysis experiments expansion. For example, lexical analysis has been credited to a sequence of data storage structures to be used later. 5, the scanning process is handled by the part of teachers Coaldale red model procedures and revisions, (an increase of some function) in order to adapt to other parts of the interface are all prepared b
    2022-02-11 12:24:13下载
    积分:1
  • 从长方形得到面积
    应用背景一) ;创建C:温度 struct_rect.dev并添加下面的源文件::#包括
    2022-02-10 05:47:19下载
    积分:1
  • 进程管理
    程序被开发作为操作系统工作,本科计算机科学的问题。 程序模拟两个进程调度程序: 第一份工作更短和轮叫调度。
    2023-08-04 01:45:03下载
    积分:1
  • 包含一个源文件,实现一个简单的计算器功能,如自己再扩充功能,可实现自定义变量,自定义方程等。...
    包含一个源文件,实现一个简单的计算器功能,如自己再扩充功能,可实现自定义变量,自定义方程等。-contains a source, the realization of a simple calculator functions, such as further expansion of their functions can be realized from the definition of variables, since the definition of equations.
    2023-03-28 21:00:03下载
    积分:1
  • 用Visual Basic开发的模拟DOS功能小程序.含VB源码
    用Visual Basic开发的模拟DOS功能小程序.含VB源码-Developed using Visual Basic applet simulation of DOS functions. With VB source code
    2022-02-13 23:27:37下载
    积分:1
  • 更详细的测试和屏幕分辨率设置一个例子
    更详细的屏幕分辨率检测和设置的例子-more detailed testing and screen resolution set an example
    2023-06-14 02:00:03下载
    积分:1
  • 1.具有低温上电和高温断电功能; 2.能够进行温度上限和温度下限设置,并且实时显示温度; 程序内以给出详细注释....
    1.具有低温上电和高温断电功能; 2.能够进行温度上限和温度下限设置,并且实时显示温度; 程序内以给出详细注释.-1. With a low temperature and high temperature power-off function 2. To carry out the minimum temperature and maximum temperature settings, and real-time display of temperature process to give detailed comments.
    2022-08-16 13:06:37下载
    积分:1
  • for use Log4j log operation, LOG4J log file records is a powerful tool, a very c...
    使用Log4j进行日志操作,LOG4J是记录日志文件的强大工具,非常方便较大系统的开发。-for use Log4j log operation, LOG4J log file records is a powerful tool, a very convenient larger system development.
    2023-04-11 15:00:04下载
    积分:1
  • 696516资源总数
  • 106689会员总数
  • 3今日下载