码迷,mamicode.com
首页 >  
搜索关键字:modern    ( 490个结果
前端必学习网址
1.modernizr工具: http://modernizr.cn/ 2.w3school:http://www.w3school.com.cn 3.菜鸟教程:http://www.runoob.com/ ...
分类:其他好文   时间:2017-03-23 22:05:34    阅读次数:171
usaco 2017 US Open
A:Modern Art 给定一个n*n的网格,有n*n个颜色,每种颜色按一定顺序覆盖了一个矩形。给定末状态,求有几种颜色可能是第一个填上去的。n<=1000 题解:二维查分+前缀和起来,然后就可以快速求得每个点被覆盖了多少次啦。复杂度n^2 B.Switch Grass 给定一个n个点m条边的图, ...
分类:其他好文   时间:2017-03-19 13:06:24    阅读次数:387
threejs和particles.js
particles.js 在线配置的东西: http://vincentgarreau.com/particles.js/ https://threejs.org/ http://thehuub.co/ http://www.uisdc.com/4-modern-background-tricks ...
分类:Web程序   时间:2017-03-14 12:19:59    阅读次数:200
科技文章分享
原文章: computer is a machine that manipulates data according to a list of instructions.The first devices that resemble modern computers date to the mid- ...
分类:其他好文   时间:2017-03-09 13:41:06    阅读次数:178
HDU 2222 Keywords Search AC自动机
Keywords Search Problem Description In the modern time, Search engine came into the life of everybody like Google, Baidu, etc.Wiskey also wants to bri ...
分类:其他好文   时间:2017-03-07 20:44:50    阅读次数:188
Content Security Policy介绍
Content Security Policy https://content-security-policy.com/ The new Content-Security-Policy HTTP response header helps you reduce XSS risks on modern ...
分类:其他好文   时间:2017-02-26 18:47:58    阅读次数:244
20个编写现代CSS代码的建议
原文:http://tutorialzine.com/2016/08/20-protips-for-writing-modern-css/(作者:Danny Markov) 译文 https://segmentfault.com/a/1190000006834519(作者:王下邀月熊) 明白何谓Ma ...
分类:Web程序   时间:2017-02-25 10:58:28    阅读次数:262
Adopting Modern Objective-C
Change id to instancetype in appropriate places Change enum to NS_ENUM or NS_OPTIONS The NS_ENUM macro helps define both the name and type of the enum ...
分类:其他好文   时间:2017-02-22 13:08:32    阅读次数:128
很棒的计算机入门课程:公开课从与非门到俄罗斯方块(第二部分)
博客中的文章均为meelo原创,请务必以链接形式注明本文地址 Build a Modern Computer from First Principles: Nand to Tetris Part II (project-centered course) by: Noam Nisan & Shimon ...
分类:其他好文   时间:2017-02-21 20:47:45    阅读次数:518
YYModel源代码阅读--基础知识
NS_ASSUME_NONNULL_BEGIN & NS_ASSUME_NONNULL_END 这组宏是成对使用的,不得不说我们自己写代码的时候使用的很少,以至于遗漏这个知识点,现在我们就来看看这两个宏会引出什么问题。 这组宏会引出几个关于Objective-C新特性的知识点: Nullabilit ...
分类:其他好文   时间:2017-02-17 19:55:09    阅读次数:220
490条   上一页 1 ... 21 22 23 24 25 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!