码迷,mamicode.com
首页 >  
搜索关键字:stars    ( 386个结果
python中的*和**的用途
def function_with_one_star(*t): print(t, type(t)) def function_with_two_stars(**d) print(d, type(d))上面定义了两个函数,分别用了带一个星号和两个星号的参数,它们是什么意思,运行下面的代码: funct ...
分类:编程语言   时间:2019-06-06 00:29:03    阅读次数:134
我如行云独自游
转摘: I wandered lonely as l cloud That floats on high o'er vales and hills, When all at once Isaw a crowd, A host, of golden daffodils; Beside the lake ...
分类:其他好文   时间:2019-06-05 23:38:14    阅读次数:144
bootstrap 固定比例响应式视频
Bootstrap 3 Responsive Video Embeds that Maintain Aspect Ratio 16:9 Responsive Aspect Ratio 4:3 R... ...
分类:其他好文   时间:2019-05-27 13:21:56    阅读次数:100
Docker实战
Docker 构建 Tomcat 查找 Docker Hub 上的 Tomcat 镜像 root@UbuntuBase:/usr/local/docker/tomcat# docker search tomcat NAME DESCRIPTION STARS OFFICIAL AUTOMATED t ...
分类:其他好文   时间:2019-05-09 21:40:17    阅读次数:123
三元环HDU 6184
HDU - 6184 C - Counting Stars 题目大意:有n个点,m条边,问有一共有多少个‘structure’也就是满足V=(A,B,C,D) and E=(AB,BC,CD,DA,AC)这样一个图形,类似于四边形中间连接了一条对角线。 如果我们把这个四边形拆分的话,其实就是两个共用 ...
分类:其他好文   时间:2019-04-12 09:13:21    阅读次数:166
媒体查询
在style中直接引用下面代码 ...
分类:其他好文   时间:2019-04-03 22:13:42    阅读次数:150
10大Python开源项目推荐(Github平均star2135)
翻译 | suisui 来源 | 人工智能头条(AI_Thinker) 继续假日充电系列~本文是 Mybridge 挑选的 10 个 Python 开源项目,Github 平均star 2135,希望你能够喜欢~~ ▌Rank 1:Requests-HTML v0.9(7385 stars on G ...
分类:编程语言   时间:2019-03-29 11:43:00    阅读次数:452
POJ2482 Stars in Your Window
题意 Language:DefaultStars in Your Window Time Limit: 1000MSMemory Limit: 65536KTotal Submissions: 15036Accepted: 4061DescriptionFleeting time does not ...
分类:Windows程序   时间:2019-03-26 10:42:25    阅读次数:175
hdu1541--Stars(树状数组)
Problem Description Astronomers often examine star maps where stars are represented by points on a plane and each star has Cartesian coordinates. Let ...
分类:编程语言   时间:2019-02-19 13:08:58    阅读次数:146
[题解列表] GDUT-ACM集训题目
放在Virtual Judge上的专题: [题解][树状数组] POJ 2352 - Stars https://www.cnblogs.com/Kaidora/p/10389073.html [题解] [BFS] POJ 1426 - Find The Multiple https://www.c ...
分类:其他好文   时间:2019-02-17 20:36:29    阅读次数:180
386条   上一页 1 ... 6 7 8 9 10 ... 39 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!