自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (4)
  • 收藏
  • 关注

转载 字符编码

转自:http://fenying.blog.163.com/blog/static/102055993201061211265761/ 文/Fenying   近来学习字符编码,发现网络上总是把“字符集(Character Set)”与“字符编码(Encode)”搞混了,我也给弄得晕头转向。   其实字符编码与字符集在本质上就是不同的东西。   字符(Character)

2016-10-31 17:00:41 206

C/C++标准库

C/C++标准库英文文档. Pre-processor commands Operator Precedence Escape Sequences ASCII Chart Data Types Keywords Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Memory Other standard C functions C++ I/O C++ Strings C++ String Streams Miscellaneous C++ About the Standard Template Library Iterators C++ Algorithms C++ Vectors C++ Double-Ended Queues C++ Lists C++ Priority Queues C++ Queues C++ Stacks C++ Sets C++ Multisets C++ Maps C++ Multimaps C++ Bitsets

2013-04-14

boost帮助文档

boost库中文帮助文档. 1. Boost.Accumulators Preface 序言 User's Guide 用户指南 Acknowledgements 鸣谢 Reference 参考手册 2. Boost.Any Introduction 简介 Examples 例子 Reference 参考手册 Acknowledgements 鸣谢 3. Boost.Array Introduction 简介 Reference 参考手册 Design Rationale 设计原理 For more information... 更多信息... Acknowledgements 鸣谢 4. Boost.Concept_Check Concept reference 概念参考 5. Boost.Date_Time Conceptual 概念说明 General Usage Examples 常见用例 Gregorian 格里历 Posix Time Posix 时间 Local Time 本地时间 Date Time Input/Output 日期时间的输入/输出 Serialization 序列化 Details 细节 Examples 例子 Library Reference 库参考手册 6. Boost.Foreach Introduction 简介 Extensibility 可扩展性 Portability 可移植性 Pitfalls 缺陷 History and Acknowledgements 历史与鸣谢 7. Boost.Function Introduction 简介 History & Compatibility Notes 历史与兼容性说明 Tutorial 教程 Reference 参考手册 Frequently Asked Questions 常见问题 Miscellaneous Notes 杂项说明 Testsuite 测试套件 8. Boost.Functional/Hash Introduction 简介 Tutorial 教程 Extending boost::hash for a custom data type 为定制的数据类型扩展 boost::hash Combining hash values 组合散列值 Portability 可移植性 Disabling The Extensions 禁止扩展 Change Log 变更历史 Reference 参考手册 Links 链接 Acknowledgements 鸣谢 9. Boost.Interprocess Introduction 简介 Quick Guide for the Impatient 快速入门 Some basic explanations 基本说明 Sharing memory between processes 进程间的共享内存 Mapping Address Independent Pointer: offset_ptr 映射地址无关的指针:offset_ptr Synchronization mechanisms 同步机制 Managed Memory Segments 管理内存段 Allocators, containers and memory allocation algorithms 分配器、容器和内存分配算法 Direct iostream formatting: vectorstream and bufferstream 直接 iostream 格式化:vectorstream 和 bufferstream Ownership smart pointers 智能指针的所有权 Architecture and internals 体系结构与内部细节 Customizing Boost.Interprocess 定制 Boost.Interprocess Acknowledgements, notes and links 鸣谢、说明与链接 Boost.Interprocess Reference 参考手册 10. Boost.Intrusive Introduction 简介 Intrusive and non-intrusive containers 介入式与非介入式容器 How to use Boost.Intrusive 如何使用 Boost.Intrusive When to use? 何时使用? Concept summary 概念摘要 Presenting Boost.Intrusive containers 介绍 Boost.Intrusive 容器 Safe hooks 安全的挂钩 Auto-unlink hooks 自动卸载的挂钩 Intrusive singly linked list: slist 介入式的单链表:slist Intrusive doubly linked list: list 介式式的双链表:list Intrusive associative containers: set, multiset, rbtree 介入式的关联式容器:set, multiset, rbtree Semi-Intrusive unordered associative containers: unordered_set, unordered_multiset 半介入式的关联式容器:unordered_set, unordered_multiset Intrusive splay tree based associative containers: splay_set, splay_multiset and , splay_tree 介入式 splay 树:splay_set, splay_multiset and , splay_tree Intrusive avl tree based associative containers: avl_set, avl_multiset and avltree 介入式 avl 树:avl_set, avl_multiset and avltree Intrusive scapegoat tree based associative containers: sg_set, sg_multiset and sgtree 介入式 scapegoat 树:sg_set, sg_multiset and sgtree Advanced lookup and insertion functions for associative containers 关联式容器的高级查找和插入函数 Erasing and disposing values from Boost.Intrusive containers 从 Boost.Intrusive 容器中删除和处理值 Cloning Boost.Intrusive containers 克隆 Boost.Intrusive 容器 Using smart pointers with Boost.Intrusive containers 将智能指针用于 Boost.Intrusive 容器 Obtaining iterators from values 从值获取迭代器 Any Hooks: A single hook for any Intrusive container 任意挂钩:用于任意介入式容器的单个挂钩 Concepts explained 概念说明 Node algorithms with custom NodeTraits 带定制NodeTraits 的节点算法 Containers with custom ValueTraits 带定制 ValueTraits 的容器 Thread safety guarantees 线程安全性保证 Obtaining the same types and reducing symbol length 获得相同的类型和缩短符号长度 Design Notes 设计说明 Performance 性能 Release Notes 发布说明 Tested compilers 已测试的编译器 References 参考手册 Acknowledgements 鸣谢 Reference 参考 License notices 许可证通告 11. Boost.Lambda In a nutshell 简单说明 Getting Started 入门 Introduction 简介 Using the library 使用本库 Lambda expressions in details Lambda表达式的详细说明 Extending return type deduction system 扩展返回类型推导系统 Practical considerations 实际考虑 Relation to other Boost libraries 与其它 Boost 库的关系 Contributors 贡献者 Rationale for some of the design decisions 某些设计决议的原理 Bibliography 参考书目 12. Boost.MPI Introduction 简介 Getting started 入门 Tutorial 教程 Reference 参考手册 Python Bindings 与 Python 的绑定 Design Philosophy 设计原理 Performance Evaluation 性能评估 Revision History 修订历史 Acknowledgments 鸣谢 13. Boost.Program_options Introduction 简介 Tutorial 教程 Library Overview 库的概览 How To 如何使用 Design Discussion 设计讨论 Acknowledgements 鸣谢 Reference 参考手册 14. Boost.PropertyTree What is Property Tree? 属性树是什么? Five Minute Tutorial 五分钟入门 Property Tree as a Container 作为容器的属性树 Property Tree Synopsis 属性树概要 How to Populate a Property Tree 如何填充属性树 How to Access Data in a Property Tree 如何访问属性树中的数据 Appendices 附录 Reference 参考手册 15. Boost.Proto Preface 序言 Users' Guide 用户指南 Reference 参考手册 Appendices 附录 16. Boost.Ref Introduction 简介 Reference 参考手册 Acknowledgements 鸣谢 17. Boost.Signals Introduction 简介 Tutorial 教程 Reference 参考手册 Frequently Asked Questions 常见问题 Design Overview 设计概览 Design Rationale 设计原理 Testsuite 测试套件 18. Boost.Signals2 Introduction 简介 Tutorial 教程 Example programs 示例程序 Reference 参考手册 Thread-Safety 线程安全性 Frequently Asked Questions 常见问题 Design Rationale 设计原理 Signals2 API Changes API的变化 Testsuite 测试套件 19. Boost.StaticAssert Overview and Tutorial 概览与教程 How it works 如何工作 Test Programs 测试程序 20. Boost String Algorithms Library Introduction 简介 Release Notes 发布说明 Usage 用法 Quick Reference 快速参考 Design Topics 设计要点 Concepts 概念 Reference 参考手册 Rationale原理 Environment 环境 Credits 鸣谢 21. Thread Overview 概览 Changes since boost 1.35 从 boost 1.35 后的改变 Thread Management 线程管理 Synchronization 同步 Thread Local Storage 线程局部存储 Date and Time Requirements 日期与时间要求 Acknowledgments 鸣谢 22. Boost.TR1 Introduction 简介 Usage 用法 Configuration 配置 TR1 By Subject 分类 TR1 By Header 头文件 Implementation 实现 Testing 测试 23. Boost.Tribool Introduction 简介 Tutorial 教程 Reference 参考手册 Testsuite 测试套件 24. Boost.Typeof Motivation 动机 Tutorial 教程 Reference 参考手册 Other considerations and tips 其它考虑和提示 Contributed By: 贡献者 Acknowledgements 鸣谢 25. Boost.Units 1.0.0 Introduction 简介 Quick Start 快速入门 Dimensional Analysis 量纲分析 Units 单位 Quantities 数量 Examples 例子 Utilities 工具 Reference 参考手册 Installation 安装 FAQ 常见问题 Acknowledgements 鸣谢 Help Wanted 所需帮助 Release Notes 发布说明 TODO 待办事项 26. Boost.Unordered Introduction 简介 The Data Structure 数据结构 Equality Predicates and Hash Functions 等同性谓词与散列函数 Comparison with Associative Containers 与关联式容器的比较 Implementation Rationale 实现原理 Change Log 变更历史 Reference 参考手册 Bibliography 参考书目 27. Boost.Variant Introduction 简介 Tutorial 教程 Reference 参考手册 Design Overview 设计概览 Miscellaneous Notes 杂项说明 References 参考 28. Boost.Xpressive Preface 序言 User's Guide 用户指南 Reference 参考手册 Acknowledgments 鸣谢 Appendices 附录

2013-04-14

Juniper防火墙初级配置手册

系统管理. 透明模式. 路由模式. 安全策略. 地址翻译. 应用层和网络层防攻击. 适合学习使用.

2013-01-31

Juniper防火墙查错排错

Web界面的事件日志. Web界面的策略流量日志. Get arp. Get mac-learn.

2013-01-31

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除