```cpp include include include include using namespace std; struct Edge{ int too, nxt, val, lim; }edge[60005]; int n, m, ss, tt, sss, ttt, hea[255], c ...
                            
                            
                                分类:
其他好文   时间:
2017-12-24 20:10:57   
                                阅读次数:
184
                             
                         
                    
                        
                            
                            
                                    #5. 【NOI2014】动物园 近日,园长发现动物园中好吃懒做的动物越来越多了。例如企鹅,只会卖萌向游客要吃的。为了整治动物园的不良风气,让动物们凭自己的真才实学向游客要吃的园长决定开设算法班,让动物们学习算法。 某天,园长给动物们讲解KMP算法。 园长:“对于一个字符串SS它的长度为LL。我们 ...
                            
                            
                                分类:
其他好文   时间:
2017-12-24 13:42:59   
                                阅读次数:
165
                             
                         
                    
                        
                            
                            
                                YY 2位数的年 YYYY 4位数的年 MM 2位数的月 MON 简拼的月 MONTH 全拼的月 DD 2位数的天DY 周几的缩写 DAY 周几的全拼 HH24 24小时制的小时 HH12 12小时制的小时 MI 显示分 SS 显示秒 AM 上下午 ...
                            
                            
                                分类:
数据库   时间:
2017-12-23 23:02:33   
                                阅读次数:
185
                             
                         
                    
                        
                            
                            
                                    推荐看 "这里" cpp include include include include using namespace std; int n, m, uu, vv, ww, cc, hea[225], cnt, ss, tt, maxFlow, lev[225], tot, T; const in ...
                            
                            
                                分类:
其他好文   时间:
2017-12-22 21:55:21   
                                阅读次数:
161
                             
                         
                    
                        
                            
                            
                                有两种方案解决此问题,具体操作: 一:根据时间来恢复: 1、查询数据库当前时间(目的是为了检查数据库时间是否与你电脑时间相近,避免时间不同而将数据恢复到错误时间点) select to_char(sysdate,'yyyy-mm-dd hh24:mi:ss') from dual; 2、查询删除数据 ...
                            
                            
                                分类:
数据库   时间:
2017-12-22 13:32:35   
                                阅读次数:
197
                             
                         
                    
                        
                            
                            
                                    每次选代价最小的流增广 cpp include include include include using namespace std; struct Edge{ int too, nxt, val, cst; }edge[100005]; int n, m, ss, tt, maxFlow, mi ...
                            
                            
                                分类:
其他好文   时间:
2017-12-21 20:05:54   
                                阅读次数:
117
                             
                         
                    
                        
                            
                            
                                    Clock Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65535/65535 K (Java/Others) Problem Description Given a time HH:MM:SS and one parameter a,  ...
                            
                            
                                分类:
其他好文   时间:
2017-12-20 03:55:34   
                                阅读次数:
176
                             
                         
                    
                        
                            
                            
                                    1、什么是较对集合:字符集的字符比较规则(collation,collate),一个字符集有多个较对集合。 mysql> create table ss (id int primary key auto_increment, -> cc char(10)); insert into ss value ...
                            
                            
                                分类:
数据库   时间:
2017-12-18 19:08:51   
                                阅读次数:
185
                             
                         
                    
                        
                            
                            
                                    第一次接触SPI是因为当时用到NRF24L01,需要用SPI进行通信。因为2401上面写着MOSI、MISO、SS、RST,当时以为只要用到SPI就肯定有这几个引脚,以至于限制了自己的思维。只认识MISO/MOSI/,并不知道他们的真实意义。所以后来遇到DO、DI、CS、RES时,就不知道是什么意思 ...
                            
                            
                                分类:
其他好文   时间:
2017-12-18 01:21:04   
                                阅读次数:
194