码迷,mamicode.com
首页 >  
搜索关键字:software defined    ( 9513个结果
11、sqlite
#-*- codeing = utf-8 -*- #@Time : 2020/6/14 15:10 #@Author : zhangfudong #@FILE :testSqlite.py #@Software : PyCharm import sqlite3 ## python 支持的轻便的数据库 ...
分类:数据库   时间:2020-06-27 20:24:34    阅读次数:74
8、异常与import
#-*- codeing = utf-8 -*- #@Time : 2020/6/7 20:28 #@Author : zhangfudong #@FILE :Errors and Expections.py #@Software : PyCharm 错误与异常 有错误发生时,会直接中断程序,因此需 ...
分类:其他好文   时间:2020-06-27 20:00:35    阅读次数:58
13、爬虫
爬虫准备 #-*- codeing = utf-8 -*- #@Time : 2020/6/8 7:33 #@Author : zhangfudong #@FILE :douban.py #@Software : PyCharm # 豆瓣 # https://movie.douban.com/top ...
分类:其他好文   时间:2020-06-27 19:50:15    阅读次数:80
0304. Range Sum Query 2D - Immutable (M)
恢复内容开始 Range Sum Query 2D - Immutable (M) 题目 Given a 2D matrix matrix, find the sum of the elements inside the rectangle defined by its upper left cor ...
分类:其他好文   时间:2020-06-27 09:36:59    阅读次数:61
temp
Windows Registry Editor Version 5.00 [-HKEY_CURRENT_USER\Software\Classes\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC}] [-HKEY_CURRENT_USER\Software\C ...
分类:其他好文   时间:2020-06-26 20:39:56    阅读次数:79
对于chemshell的学习
下一步应该就开始学习chemshell了。今天记录一下了解: chemshell相当于一个平台。 QM/MM的计算是对QM区域和MM区域同时进行计算的,DL-POLY和高斯之间可能没有给对方留接口,意思就是你想用高斯算QM,想用DL-POLY算MM是行不通的,也就是说DL-POLY和高斯不能同时使用 ...
分类:系统相关   时间:2020-06-26 18:11:26    阅读次数:50
浙大保研2019年上机题 7-4 Index of Popularity (30分)
7-4 Index of Popularity (30分) The index of popularity (IP) of someone in his/her circle of friends is defined to be the number of friends he/she has i ...
分类:其他好文   时间:2020-06-26 14:39:43    阅读次数:106
浙大保研2019年上机题 7-1 Happy Numbers (20分)
7-1 Happy Numbers (20分) A happy number is defined by the following process: Starting with any positive integer, replace the number by the sum of the s ...
分类:移动开发   时间:2020-06-26 14:26:29    阅读次数:90
第五空间智能安全大赛-web
第五空间智能安全大赛-web hate-php : 进入题目,发现入下的代码; 看到过滤了很多东西;但是由提示我们也可以知道我们需要读取的文件就是flag.php文件;但是这里有个问题,get_defined_functions()函数它将获取所有已定义的函数,包括内置(internal) 和用户定 ...
分类:Web程序   时间:2020-06-26 12:49:16    阅读次数:344
0223. Rectangle Area (M)
Rectangle Area (M) 题目 Find the total area covered by two rectilinear rectangles in a 2D plane. Each rectangle is defined by its bottom left corner and ...
分类:其他好文   时间:2020-06-26 11:14:20    阅读次数:61
9513条   上一页 1 ... 25 26 27 28 29 ... 952 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!