码迷,mamicode.com
首页 >  
搜索关键字:recent    ( 1003个结果
英语常用表达整理
第一部分: 一、简要综述以往和现在研究: 1. 之前的工作已经提出了多种有效的方法来xxx:Recent work has proposed various methods capable of xxx ...... methods only .....;The advantages of thes ...
分类:其他好文   时间:2019-10-24 23:34:38    阅读次数:139
python 使用nmap 模块
官网 https://pypi.org/project/python-nmap/ >>> import nmap>>> nm = nmap.PortScannerScanner()Traceback (most recent call last): File "<stdin>", line 1, i ...
分类:编程语言   时间:2019-10-23 18:17:07    阅读次数:103
python学习(索引)
一.索引 索引从 0 开始,最后一个字符-1 如:str[0] 整型int不支持索引取值 >>> age = 123 >>> >>> age[1] Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeE ...
分类:编程语言   时间:2019-10-22 10:38:48    阅读次数:117
python中index()与find()的差异
发现了python中的index()和find()实现的功能相似,去百度发现还是有不一样的。 先来个正常的 00 Process finished with exit code 0 Traceback (most recent call last):File "C:/Users/PycharmPro ...
分类:编程语言   时间:2019-10-19 09:52:29    阅读次数:98
pytest 运行文件报错
用pytest 执行时报错: Traceback (most recent call last): File "D:\program files\JetBrains\PyCharm Community Edition 2019.2.3\helpers\pycharm\_jb_pytest_runne... ...
分类:其他好文   时间:2019-10-17 01:05:11    阅读次数:765
Histograms of Sparse Codes for Object Detection用于目标检测的稀疏码直方图
AbstractObject detection has seen huge progress in recent years, much thanks to the heavily-engineered Histograms of Oriented Gradients (HOG) features ...
分类:其他好文   时间:2019-10-16 11:30:41    阅读次数:148
leetcode-158周赛-5224-掷筛子模拟
题目描述: 方法:动态规划O(6?6?n?15) 递归: 迭代: 解析: ...
分类:其他好文   时间:2019-10-14 10:30:12    阅读次数:99
查看电脑使用记录(包括打开过的文件)
1、查看电脑开关机 开“我的电脑”,C盘Windows目录下有很多文件,找到一个SchedLgU.txt。它是“计划任务”的日志,会忠实地记录电脑计划任务的执行情况,还有每次开机启动Windows系统的信息。 2、查看历史文档 运行recent,可以看到在本地硬盘上的操作,,(包括打开的电影,wor ...
分类:其他好文   时间:2019-10-12 11:29:09    阅读次数:246
python之数据类型(字符串)
字符串用双引号" "或单引号' '都可以。 (一)字符串拼接 代码: 结果: (二)字符串切片 代码: 结果: (三)获取字符串长度或者字节数 代码: 结果: (四)统计字符串出现的次数 代码: 结果: (五)格式化输出 format() 方法对字符串进行格式化。 代码: 结果: ...
分类:编程语言   时间:2019-10-12 01:04:17    阅读次数:141
Lake Counting (POJ - 2386)
Description Due to recent rains, water has pooled in various places in Farmer John's field, which is represented by a rectangle of N x M (1 <= N <= 10 ...
分类:其他好文   时间:2019-10-09 19:55:38    阅读次数:105
1003条   上一页 1 ... 13 14 15 16 17 ... 101 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!