文件名称:Exercise-1-IntChar

  • 所属分类:
  • 其他小程序
  • 资源属性:
  • [C/C++] [Text]
  • 上传时间:
  • 2013-05-12
  • 文件大小:
  • 1kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • Ligh****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

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

定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。

* 例如:"ABCD",用一个整数保存,其二进制形式为:0100 0001 0100 0010 0100 0011 0100 0100

* 长度不足四个字符的串,剩下部分用0补足。

*

*

* 自己根据需要类IntChar的属性和方法,但需满足以下要求:

* 1. 在类IntChar中,不能用C++语言中的string类型来定义任何属性(变量)。

* 2. 对于定义的类IntChar,在main函数中,能用以下方式使用类IntChar:

*

* void main()

* {

* IntChar IC("Love")

* IC.ASC_Print() // 以字符串形式显示对象IC中保存的内容

* IC.Binary_Print() // 以二进制形式显示对象IC中保存的内容

* IC.Int_Print() // 以整数形式显示对象IC中保存的内容

* }-Custom class IntChar, save a length not exceeding 4 string with an integer. Suppose a character length is 1 byte.* For example: " ABCD" , kept by an integer, binary form: 0,100,000,101,000,010 0100 0011 0100 0100* length of less than four characters of the string, the rest of complement with 0. The*** the need class IntChar of the properties and methods, but must meet the following requirements:* 1. In class IntChar, can not use the string type the C++ language to define any attributes (variables).* 2. Defined class IntChar, the main function can be used following ways IntChar:** void main () {IntChar IC (" Love" ) * IC.ASC_Print () // in characters string displayed in the form saved in the object IC* IC.Binary_Print () // save the contents of the object IC* IC.Int_Print () in binary form // integer saved in the object IC*}
(系统自动生成,下载前可以参看下载内容)

下载文件列表





Exercise 1:IntChar.txt

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org