文件名称:AssertLinkRing
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2016-01-19
- 文件大小:
- 180kb
- 下载次数:
- 0次
- 提 供 者:
- yo***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
链表的构建,往往会造成链表环,特别是单链表。单链表构成环之后,最低级的方法就是固定一个节点,并遍历所有的节点。若遇到环,则可能无限循环。此代码中,采用一个指针一次移动一个节点,一个指针移动两个节点,判定两个指针是否相等。若存在相等的情况,那么该链表中存在环。-
Construction of the list, often cause chain ring, especially single list. After single list form a ring, the lowest level approach is a fixed node, and traverse all the nodes. If you encounter the ring, it may be an infinite loop. This code, using a pointer to a mobile node, a mobile two node pointers, determined that the two pointers are equal. If equal conditions exist, then the existence of the list rings.
Construction of the list, often cause chain ring, especially single list. After single list form a ring, the lowest level approach is a fixed node, and traverse all the nodes. If you encounter the ring, it may be an infinite loop. This code, using a pointer to a mobile node, a mobile two node pointers, determined that the two pointers are equal. If equal conditions exist, then the existence of the list rings.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AssertLinkRing\AssertLinkRing.sln
..............\AssertLinkRing.suo
..............\AssertLinkRing
..............\..............\AssertLinkRing.c
..............\..............\AssertLinkRing.h
..............\..............\AssertLinkRing.vcxproj
..............\..............\AssertLinkRing.vcxproj.filters
..............\..............\AssertLinkRing.vcxproj.user
..............\..............\Debug
..............\..............\.....\AssertLinkRing.exe.embed.manifest
..............\..............\.....\AssertLinkRing.exe.embed.manifest.res
..............\..............\.....\AssertLinkRing.exe.intermediate.manifest
..............\..............\.....\AssertLinkRing.lastbuildstate
..............\..............\.....\AssertLinkRing.log
..............\..............\.....\AssertLinkRing.obj
..............\..............\.....\AssertLinkRing.vcxprojResolveAssemblyReference.cache
..............\..............\.....\AssertLinkRing.write.1.tlog
..............\..............\.....\AssertLinkRing_manifest.rc
..............\..............\.....\CL.read.1.tlog
..............\..............\.....\CL.write.1.tlog
..............\..............\.....\link.read.1.tlog
..............\..............\.....\link.write.1.tlog
..............\..............\.....\link-cvtres.read.1.tlog
..............\..............\.....\link-cvtres.write.1.tlog
..............\..............\.....\linklist.obj
..............\..............\.....\main.obj
..............\..............\.....\mt.read.1.tlog
..............\..............\.....\mt.write.1.tlog
..............\..............\.....\rc.read.1.tlog
..............\..............\.....\rc.write.1.tlog
..............\..............\.....\vc100.idb
..............\..............\.....\vc100.pdb
..............\..............\linklist.c
..............\..............\linklist.h
..............\..............\main.c
..............\Debug
..............\.....\AssertLinkRing.exe
..............\.....\AssertLinkRing.ilk
..............\.....\AssertLinkRing.pdb