码迷,mamicode.com
首页 >  
搜索关键字:chunk too big to move    ( 15268个结果
HDOJ What is your grade?
题目:Problem Description“Point, point, life of student!”This is a ballad(歌谣)well known in colleges, and you must care about your score in this exam too....
分类:其他好文   时间:2014-09-07 10:57:54    阅读次数:257
每日算法之四十四:Unique Path(矩阵中不重复路径的数目)
Unique Paths: A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any point in time. The robot is t...
分类:其他好文   时间:2014-09-06 22:37:14    阅读次数:246
Triangle --- 至顶向下求最小值
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:其他好文   时间:2014-09-06 17:20:33    阅读次数:229
SGU 220~229
SB题一堆,以后为了提高效率,SB题,一眼题一律不码。220 Little Bishops题意:求n*n的棋盘上放K个象的放法, 象可以对角线相互攻击sb题。221 Big Bishops如上,一字未变,加个高精度即可,尼玛我现在高精度都能写错,还是滚回pj吧。。222. Little Rooks题...
分类:其他好文   时间:2014-09-06 13:34:53    阅读次数:215
461C. Appleman and a Sheet of Paper(树状数组)
C. Appleman and a Sheet of Papertime limit per test2 secondsmemory limit per test256 megabytesAppleman has a very big sheet of paper. This sheet has a...
分类:移动开发   时间:2014-09-05 14:19:31    阅读次数:368
限制USB延迟启动
阻止用户从未经授权的位置安装设备驱动程序。 组策略 。。。too long too see directly.what determins when a drivers i s load.specifying driver laod order./ load order group for file...
分类:其他好文   时间:2014-09-05 14:09:41    阅读次数:222
Nginx出现“413 Request Entity Too Large”错误解决方法
今天使用phpmyadmin的导入功能的时候,由于sql文件过大,服务器出现错误提示了,413RequestEntityToo Large,google了一下,发现是Nginx的错误提示。解决方法:打开nginx主配置文件nginx.conf,找到http{}段,添加 client_max_body_size100m;fedora下vi/etc/nginx/nginx.conf重..
分类:其他好文   时间:2014-09-05 03:16:31    阅读次数:241
POJ 2887 Big String 线段树 离线处理
一开始看的时候没什么思路,后来一看卧槽不是简单的离线处理么。反着插入一遍然后直接查询就好了。#include #include #include using namespace std;#define lson rt > 1; build(lson); build(rson); ...
分类:其他好文   时间:2014-09-04 18:32:29    阅读次数:186
linux RAID,LVM
mdadm:用户空间管理工具,将任何块设备做成RAID模式化命令创建命令-C专用选项-l:级别-n#:设备个数-a{yes|no}:是否自动为其创建设备文件-c:CHUNK大小,2^n,默认为64K-x#:指定空闲盘个数管理模式-add,-remove,--failmdadm/dev/md#--fail/dev/sda#监控模式-F增长模式-G装..
分类:系统相关   时间:2014-09-04 12:00:00    阅读次数:276
关于大O表示法和小O表示法
上节课老师讲了一下各种表示法,当时没咋听懂,后来查了一些资料弄懂了,记录一下。主要是从维基百科上看的。http://en.wikipedia.org/wiki/Big_O_notation大O表示法:f(x) = O(g(x)) 表示f(x)以g(x)为上界。上界并不是确接。例如n^2的上界可以是n...
分类:其他好文   时间:2014-09-04 05:15:37    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!