搜索资源列表
youlishusizeyunsuan
- 有理数是一个可以转化为一个分数的数,例如2/3,533/920,-12/49都是有理数,而根号2就是无理数。在C++中,并没有预先定义有理数类型,需要时可以定义一个有理数类,将有理数的分子分母分别存放在两个整型变量中。对有理数的操作可以通过重载运算符来实现.
CPP-string
- 主要介绍C++中的CSting的各种用法,以及CString中的String类型的各种转化。-Mainly introduces CSting in c++ all kinds of usage, and the String types of various CString transfor
Transform
- 通过sstream实现了字符串型数字与数值型数字之间的转化(The transformation between string and value is realized through sstream)