更新时间:2019-12-20 17:09:40
封面
版权信息
内容简介
前言
第1章 ACM程序设计入门
1.1 ACM/ICPC简介
1.2 用Dev-C++编写控制台程序
1.3 ACM竞赛本机调试方法
1.4 RealOJ源程序在线评测系统在线实验
第2章 C++STL泛型编 程
2.1 C++STL概述
2.2 vector向量容器
2.3 string基本字符系列容器
2.4 set集合容器
2.5 multiset多重集合容器
2.6 map映照容器
2.7 multimap多重映照容器
2.8 deque双端队列容器
2.9 list双向链表容器
2.10 bitset位集合容器
2.11 stack堆栈容器
2.12 queue队列容器
2.13 priority_queue优先队列容器
第3章 ACM程序设计基础
3.1 读入一个参数
3.2 读入两个参数
3.3 1!到n!的和
3.4 等比数列
3.5 菲波那契数
3.6 最大公约数
3.7 最小公倍数
3.8 平均数
3.9 对称三位数素数
3.10 十进制转换为二进制
3.11 列出完数
3.12 12!配对
3.13 五位以内的对称素数
3.14 01串排序
3.15 排列对称串
3.16 按绩点排名
3.17 按1的个数排序
第4章 ACM程序设计实战
4.1 Quicksum
4.2 IBM Minus One
4.3 Binary Numbers
4.4 Encoding
4.5 Look and Say
4.6 Abbreviation
4.7 The Seven Percent Solution
4.8 Digital Roots
4.9 Box of Bricks
4.10 Geometry Made Simple
4.11 Reverse Text
4.12 Word Reversal
4.13 A Simple Question of Chemistry
4.14 Adding Reversed Numbers
4.15 Image Transformation
4.16 Beautiful Meadow
4.17 DNA Sorting
4.18 Daffodil Number
4.19 Error Correction
4.20 Martian Addition
4.21 FatMouse' Trade
4.22 List the Books
4.23 Head-to-Head Match
4.24 Windows Message Queue
4.25 Language of FatMouse
4.26 Palindromes
4.27 Root of the Problem
4.28 Magic Square
4.29 Semi-Prime
4.30 Beautiful Number
4.31 Phone List
4.32 Calendar
4.33 No Brainer
4.34 Quick Change
4.35 Total Amount
4.36 Electrical Outlets
4.37 Speed Limit
4.38 Beat the Spread!
4.39 Champion of the Swordsmanship
4.40 Doubles
4.41 File Searching
4.42 Old Bill
4.43 Divisor Summation
4.44 Easier Done Than Said?
4.45 Let the Balloon Rise
4.46 The Hardest Problem Ever
4.47 Fibonacci Again
4.48 Excuses Excuses!
4.49 Lowest Bit
4.50 Longest Ordered Subsequence
附录1 用VC++编 写控制台程序的方法
附录2 本书试题第三方ACM网站链接
参考文献