文件名称:tt

  • 所属分类:
  • 其他小程序
  • 资源属性:
  • [PPT]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 92kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 蔡**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

本演示程序中,集合的元素为字符,集合大小为n<20,以字符串的形式输入,以“回车”为结束标志。程序读入一个字符串,统计该字符串中出现的字符及其次数,然后输出结果。运用一个二叉树来保存处理结果,字符串中的每个不同的字符用树描述,每个结点包含4 个域,格式为:

字符

该字符的出现次数

指向ASCII码小于该字符的左子树指针

指向ASCII码大于该字符的右子树指针

因此,程序的功能是依次从输入字符串中取出一个字符,把它们插入到树中

-The demonstration program, a collection of elements for the characters, set the size of n <20, in the form of input string in order to return to end the signs. Program read into a string, statistics appear in the string of characters and their number, and then output the results. Using a binary tree to save the results, each string of characters with different tree descr iption, each node contains four domains, the format is: the emergence of characters in the number of characters in ASCII code point is less than the characters left subtree pointer to ASCII character code is greater than the right subtree pointer, therefore, the procedure followed by the function is removed from the input string one character, they are inserted into the tree
(系统自动生成,下载前可以参看下载内容)

下载文件列表

%B5%DA5%D5%C2%CA%F7%D3%EB%B6%FE%B2%E6%CA%F7.ppt

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org