CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压

文件名称:DArray-Template-better

介绍说明--下载内容来自于网络,使用问题请自行百度

现在实现的类已经比较好了,用户使用起来很方便。



但是,新的问题又出来了。



上述的动态数组只能存储double类型的数据。想象一下,另一个用户也想用这个动态数组,但是他处理的数据是int类型的,该如何办?



当然,你可以再写一个基于int类型的动态数组类,你发现,大部分的代码都不要改动,只要将类型double变成int即可。



如果另一个用户需要处理的是float类型,还有用户处理的是char类型的….该怎么办?



这样做的缺点很显然:

   这些类的代码大同小异,代码冗余;

   当对这个类进行修改时,所有的这些类都要同时改,不利于代码维护;



有无办法解决这个问题?即,如果能把变量的“类型”也当作一个“变量”,不就可以了吗?这个在C中是不能解决的,但是在C++中,有一种新的机制template,就可以解决上述问题。Template的使用非常简单,大致的形式见:

-Now the class has been better achieved, and the user is easy to use.



However, the new issue came out again.



The dynamic array can store double types of data. Imagine, another user would like to use this dynamic array, but his handling of the data is int type, how do?



Of course, you can write a dynamic array of type int-based class, you find that most of the code have not changed, simply type int can become double.



If another user needs to be addressed is the float type, there is the user dealing with the char type .... How to do?



This disadvantage is clear:

 similar code for these classes, code redundancy 

 When the right to modify this class, all of these classes should also change, is not conducive to code maintenance 



Any other way to solve this problem? That is, if the variable can "type" also as a "variable", not to the information? This can not be solved in C, but in C++, there is a new mechanism template, you can solve these problems.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

DArray-Template-better/DynamicArray.dsw
DArray-Template-better/DynamicArray.ncb
DArray-Template-better/DynamicArray.plg
DArray-Template-better/DynamicArray.dsp
DArray-Template-better/Debug/vc60.idb
DArray-Template-better/Debug/vc60.pdb
DArray-Template-better/Debug/DynamicArray.exe
DArray-Template-better/Debug/DynamicArray.pdb
DArray-Template-better/Debug/main.obj
DArray-Template-better/Debug/DynamicArray.pch
DArray-Template-better/Debug/DArray.obj
DArray-Template-better/Debug/DynamicArray.ilk
DArray-Template-better/DArray.cpp
DArray-Template-better/main.cpp
DArray-Template-better/DArray.h
DArray-Template-better/DynamicArray.opt
DArray-Template-better/Debug
DArray-Template-better

相关说明

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

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com