上一页 1 ··· 3 4 5 6 7
摘要: map–C++ STL 学习 Map是STL的一个关联容器,它提供一对一(其中第一个可以称为关键字,每个关键字只能在map中出现一次,第二个可能称为该关键字的值)的数据处理能力。 说下map内部数据的组织,map内部自建一颗红黑树(一种非严格意义上的平衡二叉树),这颗树具有对数... 阅读全文
posted @ 2017-02-26 17:19 紫魔戒 阅读(271) 评论(0) 推荐(0) 编辑
摘要: Description: Calculate the sum of two integers a and b, but you are not allowed to use the operator + and -.Example: Given a = 1 and b = 2, re... 阅读全文
posted @ 2017-02-25 19:09 紫魔戒 阅读(119) 评论(0) 推荐(0) 编辑
摘要: DescriptionGiven a non-empty string check if it can be constructed by taking a substring of it and appending multiple copies of the substring ... 阅读全文
posted @ 2016-06-02 15:03 紫魔戒 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 学习《C专家编程》序言中的编程挑战中,解决对#include 中的一些疑问,在网上搜索资料了解,现在分享。有一个讲解非常详细的网站,对于每个头文件,以及头文件中的函数、变量等等讲解非常好,还有实例帮助理解。我的收获:1.time_t是long的typedef形式;2.函数ctime(... 阅读全文
posted @ 2016-05-31 21:33 紫魔戒 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 欢迎使用Markdown编辑器写博客本Markdown编辑器使用[StackEdit][6]修改而来,用它写博客,将会带来全新的体验哦:Markdown和扩展Markdown简洁的语法代码块高亮图片链接和图片上传LaTex数学公式UML序列图和流程图离线写博客导入导出Markdown... 阅读全文
posted @ 2016-05-31 20:39 紫魔戒 阅读(100) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7