-
在 Python 中的 KMS 激活脚本
V4、 V5,V6 KMS 请求的响应。-激活 Windows 的支持 7/8/8.1/2008R2/2012/2012R2 和 Office 2010/2013 年。
# 依赖项-Python 2.7.x 或者 Python 2.6.x 与安装的"argparse"模块。-如果安装"pytz"模块,在详细输出"请求时间"将转换为本地时间。否则,它将以 utc 时间表示。
# 用法-要启动服务器,执行 "python server.py [listen_address] [端口]"。默认侦听地址是"0.0.0.0"(所有的接口) 和默认端口是"1688"。-向运行客户端,使用 "python client.py server_address [端口]"。默认端口是"1688"。
- 2022-08-24 21:53:57下载
- 积分:1
-
xunfeng_vul_poc-master
说明: 巡风扫描器为开源扫描器,附件为自用开发的相关插件(The patrol scanner is an open-source scanner, and the accessories are related plug-ins developed for self use)
- 2020-01-07 16:04:40下载
- 积分:1
-
改进的人工势场法Python
说明: 用Python语言编写的改进的人工势场法代码。解决了目标不可达问题。(The improved artificial potential field code written in Python language. The problem of inaccessibility of goals has been solved.)
- 2021-02-04 10:59:58下载
- 积分:1
-
线性回归-梯度下降
拟合线性函数y=mx+b,根据偏微分求导,梯度下降就是为了得到合适的线性参数,通过求导不断更新参数,来逐渐得到最接近的参数。先将系数随便设置一个数,将x带入,根据实际y值,调整系数。损失函数就是给定系数(一般初始值为0),得到预测值,将所有预测值减去真实值,就是损失函数。如果预测的很准,损失函数最小(为0)。
- 2022-03-19 20:13:40下载
- 积分:1
-
AI-Isolation
人工智能领域,game play里面 isolation问题的解决,并且含有测试代码(The field of artificial intelligence, the solution of the isolation problem in game play, and contains the test code)
- 2018-01-08 09:56:06下载
- 积分:1
-
python爬虫,模拟登陆,获取人名,微博信息等,多线程
一门课程的作业
模拟登陆
多线程,广度优先
正则表达式提取信息
获得的信息插入数据库
需要在本地搭建一个数据库和表,
用python写出来的程序相比其他语言简单的多,用到的依赖关系,在命令行里下载也不麻烦。
- 2022-03-18 20:38:54下载
- 积分:1
-
ginger
说明: python flask advance
- 2019-03-15 10:02:35下载
- 积分:1
-
QT GUI快速编程 PYQT编程指南
python qt 快速编程的中文原版使用手册(using qt with pyhton)
- 2020-08-28 14:28:12下载
- 积分:1
-
Mises模型UMAT代码
Mises模型UMAT代码,可用于ABAqus二次开发。
- 2023-04-07 04:40:03下载
- 积分:1
-
SVM分类手动鼠标手写数字
说明: python编写,使用sklearn机器学习库里的svm分类器,以MNIST为数据集,手动输入数字分类,MNIST.py为训练代码,训练10000次准确率为93.93%,手动3.py为手动输入并分类的代码。(Written in Python, using the svm classifier in the sklearn machine learning library, using MNIST as the data set, manually input the numeric classification, MNIST.py is the training code, the accuracy of training 10000 times is 93.93%, manual 3.py is manually entered and classified Code.)
- 2020-05-28 21:30:53下载
- 积分:1