文件名称:5
- 所属分类:
- 其他小程序
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-05-04
- 文件大小:
- 3kb
- 下载次数:
- 1次
- 提 供 者:
- xiaoxi*******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
二叉树
你的程序必须接受命令行参数不确定的数目,其中第一个指定的输出文件,其余的用于指定输入文件。例如,参数可能是这样的:
输出文件inputFile1 inputFile2 ...
有了这些参数,程序会打开并阅读依次输入每个文件,建立一个二叉树
遍历二叉树算法-Count the number of the words in files:This assignment is designed to reinforce the student s understanding of binary tree.
你的程序必须接受命令行参数不确定的数目,其中第一个指定的输出文件,其余的用于指定输入文件。例如,参数可能是这样的:
输出文件inputFile1 inputFile2 ...
有了这些参数,程序会打开并阅读依次输入每个文件,建立一个二叉树
遍历二叉树算法-Count the number of the words in files:This assignment is designed to reinforce the student s understanding of binary tree.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
binaryTree.cpp