搜索资源列表
给定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
Eff_STL_CN[1]
- 本书是C++语言参考手册,按字母顺序介绍了C++语言的核心和最常用的类库及函数库,内容涵盖了C++的关键字,函数,运算符,类概念和技术细节.本书解释细致易懂,范例程序简短明了.初学者和有经验的C++程序员都能够从本书快速地找到所需问题的答案.-This book is C++ Language reference manual, in alphabetical order, introduced the C++ Language core and most commonly used class
daoxu
- 利用STL提供的容器和算法,对数组里的三个数倒序输出。-Provided by the use of STL containers and algorithms, of the array in reverse order of the three the number of output.
include
- 一个二叉树算法的MAP的template,使用与分配内存,经测试(顺序插入256万条数据)效率比STL高5倍。乱序插入256万条数据,是stl的2倍。-A B-Tree Map template,It 5 times faster than the stl::Map.(Test insert 2.56M datas in sequential order. 2 times faster in random order.)
STL
- STL高阶详细解析,初学者勿看,对于有C++有一定见地的人很有帮助。-STL higher order detailed analysis, beginners do not see, very helpful for C++ there must insightful.
Container
- 通过堆栈实现Fibonacci序列的顺序、逆序显示-By stack implementation Fibonacci sequence order, reverse display
GSing
- 某学校举行一场唱歌比赛,共有24个人参加,按参加顺序设置参赛号(参赛号为100至123)。每个选手唱完一首歌之后,由10个评委分别打分。该选手的最终得分是去掉一个最高分和一个最低分,求得剩下的8个评分的平均分。 比赛共三轮,前两轮为淘汰赛,第三轮为决赛。选手的名次按得分降序排列,若得分一样,按参赛号升序排名。 第一轮分为4个小组,根据参赛号顺序依次划分,比如100-105为一组,106-111为第二组,依次类推,每组6个人,每人分别按参赛号顺序演唱。当小组演唱完后,淘汰组内排名最后
STL
- 源码之前了无秘密,你将看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;你将看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;你甚至能够看到底层的memory pook和高阶抽象的traits机制的实现。(Before the secret source code, you will see the vector implementation, list implement