pair的数据定义 在C++ pair的参考网站的介绍如下所示 > stdpair is a class template that provides a way to store two heterogeneous objects as a single unit. A pair is a spe ...
                            
                            
                                分类:
编程语言   时间:
2020-06-14 23:53:25   
                                阅读次数:
113
                             
                         
                    
                        
                            
                            
                                    Description Once in a forest, there lived \(n\) aggressive monkeys. At the beginning, they each does things in its own way and none of them knows each ...
                            
                            
                                分类:
其他好文   时间:
2020-06-13 00:21:23   
                                阅读次数:
79
                             
                         
                    
                        
                            
                            
                                    import timeperson_list = ["chb", "wmq", "xxy", "lyp", "wzq"]def ask_way(person_list): print("-" * 60) if len(person_list)== 0 : return"no one can help ...
                            
                            
                                分类:
其他好文   时间:
2020-06-04 01:44:08   
                                阅读次数:
63
                             
                         
                    
                        
                            
                            
                                本文翻译自:Proper way to initialize a C# dictionary with values? I am creating a dictionary in a C# file with the following code: 我正在使用以下代码在C#文件中创建字典: priv ...
                            
                            
                         
                    
                        
                            
                            
                                #start project 1.1, venv module is embedied since python3.3, the right way to start is: " python3 -m venv /path/to/new/virtual/environment " cor@debia ...
                            
                            
                                分类:
编程语言   时间:
2020-06-02 11:06:16   
                                阅读次数:
45
                             
                         
                    
                        
                            
                            
                                    #运用werkzeug自建框架 ##一.自建框架信息 ###1.实现的功能 |功能类型 |代表名称 | | | | |程序接受、响应信息以及运行|app.run()| | 路由以及视图函数处理 |app.way('/',methods=['GET']) | | 请求处理 | request | |  ...
                            
                            
                                分类:
编程语言   时间:
2020-05-29 23:05:24   
                                阅读次数:
72
                             
                         
                    
                        
                            
                            
                                本文译自:Webpack your bags这篇文章由入门到深入的介绍了webpack的功能和使用技巧,真心值得一看。 由于我英语水平有限,而且很少翻译文章,所以文中的一些语句在翻译时做了类似语义的转换,望谅解。要是有幸被转还是希望能够注明啊 by the way,打个小广告。。把自己的github ...
                            
                            
                                分类:
Web程序   时间:
2020-05-23 20:26:50   
                                阅读次数:
61
                             
                         
                    
                        
                            
                            
                                    题意:给两段航班的起始时间a ,b 这两段航班的飞行时间分别为ta,tb 给k次删除航班的次数, 问如何让飞从A飞到B 再从B起飞到目的地的时间最久 题目链接:https://codeforc.es/contest/1148/problem/B 刚开始想的是贪心选怎么删除航班,但是贪心的话是受k影响 ...
                            
                            
                                分类:
其他好文   时间:
2020-05-23 12:53:50   
                                阅读次数:
47
                             
                         
                    
                        
                            
                            
                                    Description You are trapped in a 3D dungeon and need to find the quickest way out! The dungeon is composed of unit cubes which may or may not be fille ...
                            
                            
                                分类:
其他好文   时间:
2020-05-18 20:55:26   
                                阅读次数:
60
                             
                         
                    
                        
                            
                            
                                    题目 People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6 digit number, w ...
                            
                            
                                分类:
其他好文   时间:
2020-05-18 14:35:03   
                                阅读次数:
49