文件名称:add_two_list
- 所属分类:
- C#编程
- 资源属性:
- [C/C++] [Windows] [Visual.Net] [源码]
- 上传时间:
- 2015-03-31
- 文件大小:
- 9.52mb
- 下载次数:
- 0次
- 提 供 者:
- jingya*******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
此C++代码实现将两个逆序输入的数字构成的链表中进行相加,链表中的值一次只能存放一位数字,若两个数字和大于10,则加到下一位上。如输入: (2 -> 4 -> 3) + (5 -> 6 -> 4)
输出: 7 -> 0 -> 8-This code implements the list C++ two digital inputs configured in reverse order are summed, the list of values can only store one digit, and if two numbers greater than 10, then applied to the next. Such as input: (2-> 4-> 3)+ (5-> 6-> 4) Output: 7-> 0-> 8
输出: 7 -> 0 -> 8-This code implements the list C++ two digital inputs configured in reverse order are summed, the list of values can only store one digit, and if two numbers greater than 10, then applied to the next. Such as input: (2-> 4-> 3)+ (5-> 6-> 4) Output: 7-> 0-> 8
(系统自动生成,下载前可以参看下载内容)
下载文件列表
add_two_list
............\debug
............\.....\leetcode_string.exe
............\.....\leetcode_string.ilk
............\.....\leetcode_string.pdb
............\ipch
............\....\leetcode_string-15acd44d
............\....\........................\leetcode_string-f32c6927.ipch
............\leetcode_string
............\leetcode_string.ncb
............\leetcode_string.opensdf
............\leetcode_string.sdf
............\leetcode_string.sln
............\leetcode_string.sln.old
............\leetcode_string.suo
............\leetcode_string.suo.old
............\...............\Add_two_list.cpp
............\...............\Add_two_list.h
............\...............\add_two_numbers.cpp
............\...............\add_two_numbers.h
............\...............\Debug
............\...............\.....\Add_two_list.obj
............\...............\.....\add_two_numbers.obj
............\...............\.....\BuildLog.htm
............\...............\.....\CL.read.1.tlog
............\...............\.....\CL.write.1.tlog
............\...............\.....\isMatch.obj
............\...............\.....\leetcode_string.Build.CppClean.log
............\...............\.....\leetcode_string.exe.embed.manifest
............\...............\.....\leetcode_string.exe.embed.manifest.res
............\...............\.....\leetcode_string.exe.intermediate.manifest
............\...............\.....\leetcode_string.lastbuildstate
............\...............\.....\leetcode_string.log
............\...............\.....\leetcode_string.obj
............\...............\.....\leetcode_string_manifest.rc
............\...............\.....\link-cvtres.read.1.tlog
............\...............\.....\link-cvtres.write.1.tlog
............\...............\.....\link.read.1.tlog
............\...............\.....\link.write.1.tlog
............\...............\.....\Merge_Sort.obj
............\...............\.....\mt.dep
............\...............\.....\mt.read.1.tlog
............\...............\.....\mt.write.1.tlog
............\...............\.....\printList.obj
............\...............\.....\rc.read.1.tlog
............\...............\.....\rc.write.1.tlog
............\...............\.....\ReorderList.obj
............\...............\.....\setZeros.obj
............\...............\.....\stdafx.obj
............\...............\.....\vc100.idb
............\...............\.....\vc100.pdb
............\...............\isMatch.cpp
............\...............\isMatch.h
............\...............\leetcode_string.cpp
............\...............\leetcode_string.vcproj
............\...............\leetcode_string.vcproj.Lucas_wang-PC.Lucas_wang.user
............\...............\leetcode_string.vcxproj
............\...............\leetcode_string.vcxproj.filters
............\...............\leetcode_string.vcxproj.user
............\...............\Merge_Sort.cpp
............\...............\Merge_Sort.h
............\...............\printList.cpp
............\...............\public.h
............\...............\ReadMe.txt
............\...............\ReorderList.cpp
............\...............\ReorderList.h
............\...............\setZeros.cpp
............\...............\SetZeros.h
............\...............\stdafx.cpp
............\...............\stdafx.h
............\UpgradeLog.XML
............\_UpgradeReport_Files
............\....................\UpgradeReport.css
............\....................\UpgradeReport.xslt
............\....................\UpgradeReport_Minus.gif
............\....................\UpgradeReport_Plus.gif