第6章 
ShellShell就是一个命令解释器,负责完成用户与内核之间的交互。目前流行电Shell主要有:Bourne Shell( sh )、Bourne Again 
Shell( Bash )、C Shell( csh )和Korn Shell( ksh ),Ubuntu Linux默认支持电s...
                            
                            
                                分类:
其他好文   时间:
2014-07-22 23:12:54   
                                阅读次数:
481
                             
                    
                        
                            
                            
                                Problem D
Predator II
Time limit: 2 seconds
 
Oh No!!! The predator has entered the room again. But this time it is a different kind of room.
The room is a square of size 1000...
                            
                            
                                分类:
其他好文   时间:
2014-07-22 23:03:13   
                                阅读次数:
358
                             
                    
                        
                            
                            
                                题目链接构造矩阵 看的题解,剩下的就是模板了,好久没写过了,注意取余。#include 
#include #include #include #include #include #include using namespace 
std;#define MOD 10007#define LL __in...
                            
                            
                                分类:
其他好文   时间:
2014-05-10 19:55:41   
                                阅读次数:
262
                             
                    
                        
                            
                            
                                Paint the Grid Again
Time Limit: 2 Seconds      
Memory Limit: 65536 KB 
Leo has a grid with N × N cells. He wants to paint each cell with a specific color (either black or white).
Leo has a...
                            
                            
                                分类:
其他好文   时间:
2014-05-07 06:56:10   
                                阅读次数:
470
                             
                    
                        
                            
                            
                                比赛时候看完题目就觉得是拓扑排序,当时心里隐隐觉得跟相框叠加那个题有点相似的
然后wzy问我no solution 是什么情况,我就一直去想是不是构成了什么排列就一定是no solution
其实只用再参考相框叠加那个题往前想一丁点就够了,就是从最后涂的那一层开始往前找,每一次都必然有一行或一整列是一样的
每次按逆字母序删除这一行或列就是了。
拓扑排序的题总是类似而且简单的,找到关系,敲代...
                            
                            
                                分类:
其他好文   时间:
2014-05-07 03:29:38   
                                阅读次数:
259
                             
                    
                        
                            
                            
                                ACM    SG函数     Fibonacci again and again    hdu1848...
                            
                            
                                分类:
其他好文   时间:
2014-05-03 15:33:52   
                                阅读次数:
337
                             
                    
                        
                            
                            
                                题目//f(1) = 1, f(2) = 1, f(n > 2) = f(n - 1) + 
f(n - 2)import java.io.*;import java.util.*;import java.math.*;public class Main 
{ /** * @xqq ...
                            
                            
                                分类:
编程语言   时间:
2014-05-01 18:55:52   
                                阅读次数:
450
                             
                    
                        
                            
                            
                                hdu 1250 Hat's Fibonacci 高精度数,类似万进制...
                            
                            
                                分类:
其他好文   时间:
2014-05-01 18:26:27   
                                阅读次数:
351
                             
                    
                        
                            
                            
                                Fibonacci Tilings    斐波那契数列一个性质的巧妙证明
                            
                            
                                分类:
其他好文   时间:
2014-05-01 10:56:53   
                                阅读次数:
653