码迷,mamicode.com
首页 >  
搜索关键字:nice    ( 900个结果
Codeforces 474B. Worms
It is lunch time for Mole. His friend, Marmot, prepared him a nice game for lunch. Marmot brought Mole n ordered piles of worms such that i-th pile co ...
分类:其他好文   时间:2017-07-26 22:12:35    阅读次数:144
hdu, KMP algorithm, linear string search algorithm, a nice reference provided
reference: Rabin-Karp and Knuth-Morris-Pratt Algorithms By TheLlama– TopCoder Member https://www.topcoder.com/community/data-science/data-science-tuto ...
分类:其他好文   时间:2017-07-25 14:27:20    阅读次数:138
写在大三的最后一天
明天就是大三的暑假了。 事实上大学到如今也没过过一个半完整的暑假。大一留在了实验室。大二在ACM,都是回家十几天的样子。这样也好,回家倒说不定荒废了。 转眼就到了大三都结束的时候,却总是感觉高三好像还是昨天。那些往日整天在一起的同学好多都已经长时间没有联系,青春的日子一去不返了。无法忘记的进入大学的 ...
分类:其他好文   时间:2017-07-25 12:32:30    阅读次数:126
从字节码和JVM的角度解析Java核心类String的不可变特性
1. 前言 最近看到几个有趣的关于Java核心类String的问题。 翻阅了网上的一些博客和stackoverflow,结合自己的理解做一个汇总。 2. String类是如何实现不可变的 String类的一大特点,就是使用Final类修饰符。 A class can be declared fina ...
分类:编程语言   时间:2017-07-24 01:24:03    阅读次数:282
第七单元进程相关命令及优先级的处理
1.进程定义进程就是cpu未完成的工作2.ps命令psa##关于当前环境的所有进程x|-A##所有进程f##显示进程从属关系e##显示进程调用环境工具的详细信息l##长列表显示进程的详细信息u##显示进程的用户信息psax-o%cpu,%mem,user,group,comm,nice,pid,stat##指定显示进程的某些信息##%cpu..
分类:系统相关   时间:2017-07-23 00:48:59    阅读次数:203
NYOJ 364 田忌赛马
田忌赛马 时间限制:3000 ms | 内存限制:65535 KB 难度:3 描写叙述Here is a famous story in Chinese history. "That was about 2300 years ago. General Tian Ji was a high offic ...
分类:其他好文   时间:2017-07-22 17:00:41    阅读次数:161
HDU 4902 Nice boat 线段树+离线
据说暴力也过了。还傻逼地写了这么长。。。 #include <stdio.h> #include <string.h> #include <math.h> #include <iostream> using namespace std; #define ll long long #define L( ...
分类:其他好文   时间:2017-07-18 21:30:50    阅读次数:162
JS中,对象的访问
访问对象里的属性时,可以用点操作或者中括号操作来进行。 但是,如果嵌套属性的名称有空格的时候,必须使用中括号来操作。 比如: var ex={ "hello world":"nice", "lol":"good game" } ex["hello world"];//"nice" ex.lol;// ...
分类:Web程序   时间:2017-07-15 10:05:17    阅读次数:148
[CentOS 7系列]监控系统状态(下)
1、iostat/iotop磁盘使用[root@server01~]#iostat##静态显示 Linux3.10.0-514.el7.x86_64(server01)2017年07月11日_x86_64_(1CPU) avg-cpu:%user%nice%system%iowait%steal%idle 0.320.004.050.290.0095.34 Device:tpskB_read/skB_wrtn/skB_readkB_wrtn sda1.6253.203.892346..
分类:其他好文   时间:2017-07-12 10:19:29    阅读次数:232
900条   上一页 1 ... 33 34 35 36 37 ... 90 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!