- code 现代数字信号处理 何广军 MATLAB 代码
- MyOwnShell.tar write a my own shell to execute all kinds of functions
- matlabClassicalarithmetics matlab 经典算法程序 包括一些基本的matlab的算法
- VISUM-Exercise-for-Monday Visum Exercise for Monday no use of matlab
- hongwaijiema1602xianshi 红外解码1602液晶显示
- sb1250-mac This driver is designed for the Broadcom SiByte SOC built
文件名称:AssertLinkRing
-
所属分类:
- 标签属性:
- 上传时间:2016-01-18
-
文件大小:179.99kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
链表的构建,往往会造成链表环,特别是单链表。单链表构成环之后,最低级的方法就是固定一个节点,并遍历所有的节点。若遇到环,则可能无限循环。此代码中,采用一个指针一次移动一个节点,一个指针移动两个节点,判定两个指针是否相等。若存在相等的情况,那么该链表中存在环。-
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/AssertLinkRing.suo
AssertLinkRing/AssertLinkRing/
AssertLinkRing/AssertLinkRing/AssertLinkRing.c
AssertLinkRing/AssertLinkRing/AssertLinkRing.h
AssertLinkRing/AssertLinkRing/AssertLinkRing.vcxproj
AssertLinkRing/AssertLinkRing/AssertLinkRing.vcxproj.filters
AssertLinkRing/AssertLinkRing/AssertLinkRing.vcxproj.user
AssertLinkRing/AssertLinkRing/Debug/
AssertLinkRing/AssertLinkRing/Debug/AssertLinkRing.exe.embed.manifest
AssertLinkRing/AssertLinkRing/Debug/AssertLinkRing.exe.embed.manifest.res
AssertLinkRing/AssertLinkRing/Debug/AssertLinkRing.exe.intermediate.manifest
AssertLinkRing/AssertLinkRing/Debug/AssertLinkRing.lastbuildstate
AssertLinkRing/AssertLinkRing/Debug/AssertLinkRing.log
AssertLinkRing/AssertLinkRing/Debug/AssertLinkRing.obj
AssertLinkRing/AssertLinkRing/Debug/AssertLinkRing.vcxprojResolveAssemblyReference.cache
AssertLinkRing/AssertLinkRing/Debug/AssertLinkRing.write.1.tlog
AssertLinkRing/AssertLinkRing/Debug/AssertLinkRing_manifest.rc
AssertLinkRing/AssertLinkRing/Debug/cl.command.1.tlog
AssertLinkRing/AssertLinkRing/Debug/CL.read.1.tlog
AssertLinkRing/AssertLinkRing/Debug/CL.write.1.tlog
AssertLinkRing/AssertLinkRing/Debug/link.command.1.tlog
AssertLinkRing/AssertLinkRing/Debug/link.read.1.tlog
AssertLinkRing/AssertLinkRing/Debug/link.write.1.tlog
AssertLinkRing/AssertLinkRing/Debug/link-cvtres.read.1.tlog
AssertLinkRing/AssertLinkRing/Debug/link-cvtres.write.1.tlog
AssertLinkRing/AssertLinkRing/Debug/linklist.obj
AssertLinkRing/AssertLinkRing/Debug/main.obj
AssertLinkRing/AssertLinkRing/Debug/mt.command.1.tlog
AssertLinkRing/AssertLinkRing/Debug/mt.read.1.tlog
AssertLinkRing/AssertLinkRing/Debug/mt.write.1.tlog
AssertLinkRing/AssertLinkRing/Debug/rc.command.1.tlog
AssertLinkRing/AssertLinkRing/Debug/rc.read.1.tlog
AssertLinkRing/AssertLinkRing/Debug/rc.write.1.tlog
AssertLinkRing/AssertLinkRing/Debug/vc100.idb
AssertLinkRing/AssertLinkRing/Debug/vc100.pdb
AssertLinkRing/AssertLinkRing/linklist.c
AssertLinkRing/AssertLinkRing/linklist.h
AssertLinkRing/AssertLinkRing/main.c
AssertLinkRing/Debug/
AssertLinkRing/Debug/AssertLinkRing.exe
AssertLinkRing/Debug/AssertLinkRing.ilk
AssertLinkRing/Debug/AssertLinkRing.pdb
AssertLinkRing/AssertLinkRing.suo
AssertLinkRing/AssertLinkRing/
AssertLinkRing/AssertLinkRing/AssertLinkRing.c
AssertLinkRing/AssertLinkRing/AssertLinkRing.h
AssertLinkRing/AssertLinkRing/AssertLinkRing.vcxproj
AssertLinkRing/AssertLinkRing/AssertLinkRing.vcxproj.filters
AssertLinkRing/AssertLinkRing/AssertLinkRing.vcxproj.user
AssertLinkRing/AssertLinkRing/Debug/
AssertLinkRing/AssertLinkRing/Debug/AssertLinkRing.exe.embed.manifest
AssertLinkRing/AssertLinkRing/Debug/AssertLinkRing.exe.embed.manifest.res
AssertLinkRing/AssertLinkRing/Debug/AssertLinkRing.exe.intermediate.manifest
AssertLinkRing/AssertLinkRing/Debug/AssertLinkRing.lastbuildstate
AssertLinkRing/AssertLinkRing/Debug/AssertLinkRing.log
AssertLinkRing/AssertLinkRing/Debug/AssertLinkRing.obj
AssertLinkRing/AssertLinkRing/Debug/AssertLinkRing.vcxprojResolveAssemblyReference.cache
AssertLinkRing/AssertLinkRing/Debug/AssertLinkRing.write.1.tlog
AssertLinkRing/AssertLinkRing/Debug/AssertLinkRing_manifest.rc
AssertLinkRing/AssertLinkRing/Debug/cl.command.1.tlog
AssertLinkRing/AssertLinkRing/Debug/CL.read.1.tlog
AssertLinkRing/AssertLinkRing/Debug/CL.write.1.tlog
AssertLinkRing/AssertLinkRing/Debug/link.command.1.tlog
AssertLinkRing/AssertLinkRing/Debug/link.read.1.tlog
AssertLinkRing/AssertLinkRing/Debug/link.write.1.tlog
AssertLinkRing/AssertLinkRing/Debug/link-cvtres.read.1.tlog
AssertLinkRing/AssertLinkRing/Debug/link-cvtres.write.1.tlog
AssertLinkRing/AssertLinkRing/Debug/linklist.obj
AssertLinkRing/AssertLinkRing/Debug/main.obj
AssertLinkRing/AssertLinkRing/Debug/mt.command.1.tlog
AssertLinkRing/AssertLinkRing/Debug/mt.read.1.tlog
AssertLinkRing/AssertLinkRing/Debug/mt.write.1.tlog
AssertLinkRing/AssertLinkRing/Debug/rc.command.1.tlog
AssertLinkRing/AssertLinkRing/Debug/rc.read.1.tlog
AssertLinkRing/AssertLinkRing/Debug/rc.write.1.tlog
AssertLinkRing/AssertLinkRing/Debug/vc100.idb
AssertLinkRing/AssertLinkRing/Debug/vc100.pdb
AssertLinkRing/AssertLinkRing/linklist.c
AssertLinkRing/AssertLinkRing/linklist.h
AssertLinkRing/AssertLinkRing/main.c
AssertLinkRing/Debug/
AssertLinkRing/Debug/AssertLinkRing.exe
AssertLinkRing/Debug/AssertLinkRing.ilk
AssertLinkRing/Debug/AssertLinkRing.pdb
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
