码迷,mamicode.com
首页 >  
搜索关键字:strange way to expre    ( 2753个结果
C++中pair的使用
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
「ZOJ 2334」Monkey King
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
C#中Dictionary的初始化方式
本文翻译自:Proper way to initialize a C# dictionary with values? I am creating a dictionary in a C# file with the following code: 我正在使用以下代码在C#文件中创建字典: priv ...
分类:Windows程序   时间:2020-06-03 20:45:29    阅读次数:198
跟老齐学Python Django实战 3/n Second edition
#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
西二Python第六轮
#运用werkzeug自建框架 ##一.自建框架信息 ###1.实现的功能 |功能类型 |代表名称 | | | | |程序接受、响应信息以及运行|app.run()| | 路由以及视图函数处理 |app.way('/',methods=['GET']) | | 请求处理 | request | | ...
分类:编程语言   时间:2020-05-29 23:05:24    阅读次数:72
[译] 用 Webpack 武装自己
本文译自:Webpack your bags这篇文章由入门到深入的介绍了webpack的功能和使用技巧,真心值得一看。 由于我英语水平有限,而且很少翻译文章,所以文中的一些语句在翻译时做了类似语义的转换,望谅解。要是有幸被转还是希望能够注明啊 by the way,打个小广告。。把自己的github ...
分类:Web程序   时间:2020-05-23 20:26:50    阅读次数:61
Codeforces Global Round 3 B. Born This Way
题意:给两段航班的起始时间a ,b 这两段航班的飞行时间分别为ta,tb 给k次删除航班的次数, 问如何让飞从A飞到B 再从B起飞到目的地的时间最久 题目链接:https://codeforc.es/contest/1148/problem/B 刚开始想的是贪心选怎么删除航班,但是贪心的话是受k影响 ...
分类:其他好文   时间:2020-05-23 12:53:50    阅读次数:47
[UVA532] Dungeon Master 题解
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
PAT1027 Colors in Mars (20分) 10进制转13进制
题目 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
2753条   上一页 1 ... 5 6 7 8 9 ... 276 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!