资源列表
给定n 位正整数a,去掉其中任意k≤n 个数字后
- 给定n 位正整数a,去掉其中任意k≤n 个数字后,剩下的数字按原次序排列组成一个新的正整数。对于给定的n位正整数a 和正整数k,设计一个算法找出剩下数字组成的新数最小的删数方案。 对于给定的正整数a,编程计算删去k个数字后得到的最小数。 ,Given n-bit positive integer a, which removed any k ≤ n digits, the remaining number of the original order to form a new po
STL_Advance.rar
- 学习STL编程非常好的教程,强烈推荐!高手必读!,Very good learning STL Programming Guide, strongly recommended! Expert must-read!
Boost+STL.rar
- 介绍C++和Boost的经典力作,非常值得研究,有想学习Boost的一定好好研究一下哈,Introduced the C++ And Boost classic masterpiece, very worthy of study, there are certain Boost want to learn a good look Kazakhstan
STLsource(JJhou).rar
- 侯捷<STL源码分析>,简体中文完整版,带书签,Hou Jie <STL源码分析> , A complete simple Chinese version, with bookmarks
Chapter13_1.rar
- C++STL开发技术导引 一本很好的书 大家赶快下吧,C++ STL to develop technical guidance of a good book right under the U.S. as soon as possible
c076.zip
- illustrate using std and stl libriry,illustrate using std and stl libriry
artIGS.rar
- 分析IGES文件结构及读入,STL文件的重载,Analysis of IGES file structure and read, STL files overloaded
Dinkumware_STL_source.rar
- Dinkumware STL 源代码....,Dinkumware STL source code
STL.zip
- source code from Mastering The Standard C++ Classes using C++. 1) The source code listings from each chapter can be found in the listings directory. The listings directory is divided by chapter. 2) A html quick reference for the mo
floatMec
- 极大熵聚类算法的C++实现,输入为二维矩阵,修改宏定义可实现多维-Maximum Entropy Clustering Algorithm C++ implementation, the input for the two-dimensional matrix, can be modified to achieve multi-dimensional macro definition
atoi
- 非常好用的字符串转长整型号的函数,无关操作系统和平台-Very easy to use string to long integer type of function, independent of operating systems and platforms
Polynomial
- 这是一个用list完成一个多项式的类,STL初学者可以体会一下list的用法。-This is a list of classes to complete a polynomial, STL beginners can learn about the usage list.