码迷,mamicode.com
首页 >  
搜索关键字:modern    ( 490个结果
Adopting Modern Objective-C 译文
这些年来,Objective-C在不断的发展和进化。尽管最核心的概念和实践都是一直未变的,它还是在很多方面发生了巨大的改变,并取得了巨大的进步。这些改变提高了诸如类型安全,内存管理,性能等方方面面的特性,让编写Objective-C变得更加容易。为了让你现在和未来的代码变得更加健壮,可靠和更加有弹性...
分类:其他好文   时间:2015-08-11 06:56:01    阅读次数:153
uva 563 Crimewave(最大流)
Nieuw Knollendam is a very modern town. This becomes clear already when looking at the layout of its map, which is just a rectangular grid of streets and avenues. Being an important trade centre, Nieuw...
分类:其他好文   时间:2015-07-19 10:20:44    阅读次数:105
Lab - Configure RIPv2
TopologyObjective:Configure RIPv2Verify ConnectivityBackgroundAlthough RIP is rarely used in modern networks, it is useful as a foundation for underst...
分类:其他好文   时间:2015-07-15 10:51:44    阅读次数:137
Introduction to Gaussian Processes
Introduction to Gaussian ProcessesGaussian processes (GP) are a cornerstone of modern machine learning. They are often used fornon-parametricregressio...
分类:其他好文   时间:2015-07-14 20:11:57    阅读次数:195
ubuntu的两种网络连接模式
ubuntu的网络连接分成两种类型,一种是modern 模式, 这种模式的配置通过ifconfig命令来进行配置,重启之后失效,这种模式就是在destop 下右上角的网络连接。如图所示modern模式的配置在/etc/network/interfaces 配置文件中不会产生对应的项,在interfa...
分类:系统相关   时间:2015-07-14 15:18:07    阅读次数:252
hdu2222Keywords Search (特里)
Problem DescriptionIn the modern time, Search engine came into the life of everybody like Google, Baidu, etc.Wiskey also wants to bring this feature t...
分类:其他好文   时间:2015-07-11 21:26:08    阅读次数:111
C++ 11 右值引用以及std::move
新类型:          int和int&是什么?都是类型。int是整数类型,int&则是整数引用类型。同样int&&也是一个类型。两个引号&&是C++ 11提出的一个新的引用类型。记住,这是一个新的类型。默念10次吧。如果你记住这个新类型,那么很多疑问都能迎刃而解。并且对《Effective Modern C++》说到的void f(Widget&& w),就很容易明白w是新类型的一...
分类:编程语言   时间:2015-07-07 00:57:17    阅读次数:228
Template Metaprogramming with Modern C++: Introduction
Template Metaprogramming with Modern C++: IntroductionPosted onSeptember 10, 2014byManu SánchezTemplate Metaprogramming with Modern C++: IntroductionA...
分类:编程语言   时间:2015-07-05 21:07:23    阅读次数:190
SPORTSTORE OPENCART 商城自适应主题模板 ABC-0003-01
SPORTSTORE OPENCART 商城自适应主题模板 ABC-0003-01 Before you upgrade your store be sure to read the READ FIRST!!!.HTML SportStore is responsive, multi-purpose and modern OpenCart theme. Unlimited ...
分类:其他好文   时间:2015-06-28 20:18:13    阅读次数:205
HTML5系列四(特征检测、Modernizr.js的相关介绍)
Modernizr:一个HTML5特征检测库Modernizr帮助我们检测浏览器是否实现了某个特征,如果实现了那么开发人员就可以充分利用这个特征做一些工作Modernizr是自动运行的,无须调用诸如modernizr_init()之类的初始化方法Modernizr的官网地址http://modern...
分类:Web程序   时间:2015-06-27 19:40:15    阅读次数:299
490条   上一页 1 ... 35 36 37 38 39 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!