码迷,mamicode.com
首页 >  
搜索关键字:john    ( 3348个结果
P3720 [AHOI2017初中组]guide
题目描述 农场主John最近在网上买了一辆新车,在购买汽车配件时,John不小心点了两次“提交”按钮。导致汽车上安装了两套GPS系统,更糟糕的是John在使用GPS导航时,两套系统常常给出不同的路线。从地图上看,John居住的地区有N(2 ≤ N ≤ 100,000)个十字路口和M(1 ≤ M ≤ ...
分类:其他好文   时间:2019-10-13 00:41:58    阅读次数:90
POJ - 3616-Milking Time(DP)
链接: https://vjudge.net/problem/POJ 3616 题意: Bessie is such a hard working cow. In fact, she is so focused on maximizing her productivity that she deci ...
分类:其他好文   时间:2019-10-12 22:37:25    阅读次数:86
POJ 2387 Til the Cows Come Home (Dijkstra)
题目链接: "POJ 2387" Description Bessie is out in the field and wants to get back to the barn to get as much sleep as possible before Farmer John wakes he ...
分类:其他好文   时间:2019-10-11 23:38:12    阅读次数:97
一 .node和npm 和 Bower
一 .npm https://www.cnblogs.com/john-sr/p/6036652.html https://www.npmjs.cn/getting-started/what-is-npm/ https://www.runoob.com/nodejs/nodejs-npm.html ...
分类:其他好文   时间:2019-10-11 18:46:41    阅读次数:99
JS的数组进行切片slice
代码 和pyhon一样,左包含,又不包含,字符串也支持,因为字符串是特殊的数组 ...
分类:编程语言   时间:2019-10-10 20:05:30    阅读次数:337
Lake Counting (POJ - 2386)
Description Due to recent rains, water has pooled in various places in Farmer John's field, which is represented by a rectangle of N x M (1 <= N <= 10 ...
分类:其他好文   时间:2019-10-09 19:55:38    阅读次数:105
P2964 [USACO09NOV]硬币的游戏A Coin Game
题目描述 Farmer John's cows like to play coin games so FJ has invented with a new two-player coin game called Xoinc for them. Initially a stack of N (5 <= ...
分类:其他好文   时间:2019-10-08 00:58:08    阅读次数:145
es6基础
let的使用 1用来声明变量,类似于var,只在作用域中有效:存在块级作用域。 2不存在声明提升:不允许重复申明,包括函数变量和函数参数。 const的使用 用来声明常量,其他语法参照let。 console.log(a);//返回undefined var a = 10; console.log( ...
分类:其他好文   时间:2019-10-07 13:01:36    阅读次数:82
[Design Pattern] 设计模式0_概述1
什么是设计模式 设计模式是前人对编程的总结。 在所谓前人栽树,后人乘凉,学习前人踩过的坑是提高自己编程实力的一个好途径。 为什么要学习设计模式 原因大致如下: 让自己写出更加高内聚,松耦合的代码 让自己开发出“可维护,可拓展”的代码 让自己以后快速入门一个API 学习Spring的必备前置技能 如何 ...
分类:其他好文   时间:2019-10-06 20:39:20    阅读次数:105
计算机系统领域中的一些大牛 - 保持更新
计算机系统领域中的一些大牛,时长看看他们的简历,才不会迷失方向:(排名不分先后) John Ousterhout https://web.stanford.edu/~ouster/cgi-bin/home.php Diego Ongaro https://ongardie.net/diego/ ...
分类:其他好文   时间:2019-10-06 18:54:55    阅读次数:115
3348条   上一页 1 ... 26 27 28 29 30 ... 335 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!