码迷,mamicode.com
首页 >  
搜索关键字:modern    ( 490个结果
《Effective Modern C++》翻译--条款2: 理解auto自动类型推导
条款2: 理解auto自动类型推导如果你已经读过条款1关于模板类型推导的内容,那么你几乎已经知道了关于auto类型推导的全部。至于为什么auto类型推导就是模板类型推导只有一个地方感到好奇。那是什么呢?即模板类型推导包括了模板、函数和参数,而auto类型推断不用与这些打交道。这当然是真的,但是没关系。模板类型推导和auto自动类型推导是直接匹配的。从字面上看,就是从一个算法转换到另一个算法而已。在条...
分类:编程语言   时间:2016-01-10 22:49:21    阅读次数:285
《Effective Modern C++》翻译--条款1: 理解模板类型推导
北京2016年1月9日13:47:17 开始第一章的翻译。 第一章名为 类型推断 分为四个条款: 1理解模板类型推导 2理解auto自动类型推导 3理解decltype操作符 4如何对待推导的类型第一章 类型推导C++98有一套单一的类型推导的规则用来推导函数模板。C++11轻微的修改了这些规则并且增加了两个推导规则,一个用于auto,一个用于decltype。接着C++14扩展了auto和decl...
分类:编程语言   时间:2016-01-10 11:50:32    阅读次数:252
决定干点事儿--翻译一下《effective modern c++》
写了很多关于C++11的博客,总是觉得不踏实,很多东西都是东拼西凑。市场上也很少有C++11的优秀书籍,但幸运的是Meyers老爷子并没有闲赋,为我们带来了《effective modern c++》。我们都要认清,一个人很难超越自我,超越自我的巅峰之作。因为不同的时代,也会早就不同的伟大作品。说上面这段话的意思就是,我们不能期待《effective modern c++》能达到《effective...
分类:编程语言   时间:2016-01-09 01:06:51    阅读次数:181
Some Modern Softwares' drawbacks: User experience 12/29/2015
In the nowadays, there are many APP in the PC or smart Phone. Some of them can't meet the customers' need. And I summary some modern softwares' drawba...
分类:其他好文   时间:2015-12-29 22:31:05    阅读次数:189
[转][C++ 11]override and final - write clean and maintainable C++ code
原文:http://arne-mertz.de/2015/12/modern-c-features-override-and-final/Today I writeabout a pair of less often discussed, less complicated features intr...
分类:编程语言   时间:2015-12-16 23:13:43    阅读次数:493
Kendo UI
Kendo UI is an HTML5, jQuery-based framework for building modern web apps.The framework features lots of UI widgets, a rich data visualization framewo...
分类:其他好文   时间:2015-12-02 18:20:40    阅读次数:107
1.6 Performance
1.6 performanceAssessing the performance of computers can be quite challenging. The scale and intricacy of modern software systems, together with the ...
分类:其他好文   时间:2015-11-26 19:06:54    阅读次数:189
练习--python中的Queue与多进程(multiprocessing)
按官方说法:This module isOBSOLETEand is only provided on PyPI to support old projects that still use it. PleaseDO NOT USE IT FOR NEW PROJECTS!Use modern al...
分类:编程语言   时间:2015-11-15 23:05:50    阅读次数:171
(纪录片)现代生活的秘密规则:算法 The Secret Rules of Modern Living: Algorithms
简介:The Secret Rules of Modern Living: Algorithms(2015)导演:David Briggs主演:Marcus du Sautoy类型:纪录片官方网站:http://www.bbc.co.uk/programmes/p030s6b3制片国家/地区:英国语...
分类:编程语言   时间:2015-11-08 17:46:17    阅读次数:201
2015南阳CCPC H - Sudoku 数独
H - SudokuDescriptionYi Sima was one of the best counselors of Cao Cao. He likes to play a funny game himself. It looks like the modern Sudoku, but sm...
分类:其他好文   时间:2015-10-30 20:28:55    阅读次数:297
490条   上一页 1 ... 30 31 32 33 34 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!