-
自动买莱茨狗程序
说明
使用前请安装threadpool
pip2 install threadpool
如果想使用selenium自动登录,需要安装
pip2 install -U selenium
1.编辑config.ini
[Pet-Chain]
interval 程序间隔
common 普通品质价格
rare 稀有品质价格
excellence 卓越品质价格
epic 史诗品质价格
mythical 神话品质价格
webdriver firefox/chrome
[Login]
username 百度用户名
password 百度密码
2.如果不使用selenium,则需要保存headers
打开莱茨狗市场页面,登录
- 2022-04-28 07:59:44下载
- 积分:1
-
pkunuts
python 爬虫 可配置url 过滤列表 调整线程,代码质量很高,学习佳品(Python crawler can configure the URL filter list adjust thread, high quality code, learning to share)
- 2015-01-29 14:03:17下载
- 积分:1
-
ACO
基于ACO算法的路径规划算法,用python3.7实现,可直接运行(The path planning algorithm based on ACO algorithm is implemented by Python 3.7 and can run directly.)
- 2020-06-25 08:40:02下载
- 积分:1
-
double_windows_example
一个简单的通过按钮弹出新窗口的例子,使用PyQt5&Python3编写。重点是QDialog。(A simple example of popping up a new window through a button is written in PyQt5 & Python 3. The emphasis is on QDialog.)
- 2018-12-11 15:17:26下载
- 积分:1
-
pca+svm
说明: pca-svm的人脸识别,利用pca进行人脸特征提取,再利用svm进行聚类分析(Face recognition based on PCA SVM)
- 2019-12-25 11:55:25下载
- 积分:1
-
可以在ABaqus中模拟出三维多晶体Desktop
可以在ABaqus中模拟出三维多晶体,加入取向模拟晶粒的受力情况。(The three-dimensional polycrystal can be simulated in ABaqus, and the force of the grain can be simulated with the orientation.)
- 2020-07-18 10:48:50下载
- 积分:1
-
Clustering
1) 使用凝聚型层次聚类算法(即最小生成树算法)对所有数据点进行聚类,最后聚成3类。相异度定义方法可选择single linkage、complete linkage、average linkage或者average group linkage中任意一种。
2) 使用C-Means算法对所有数据点进行聚类。C=3。
任务2(必做):
使用高斯混合模型(GMM)聚类算法对所有数据点进行聚类。C=3。并请给出得到的混合模型参数(包括比例??、均值??和协方差Σ)。
任务3(全做):
1) 参考数据文件第三列的类标签,使用聚类有效性评价的外部方法Normalized Mutual Information指标,分别计算任务1和任务2聚类结果的有效性。
2) 使用聚类有效性评价的内部方法Xie-Beni指标,分别计算任务1和任务2聚类结果的有效性。(The main results are as follows: 1) the condensed hierarchical clustering algorithm (that is, the minimum spanning tree algorithm) is used to cluster all the data points, and finally it is grouped into three categories. Any of the single linkage,complete linkage,average linkage or average group linkage methods can be selected for the definition of dissimilarity. 2) using C-Means algorithm to cluster all data points. C = 3.)
- 2019-05-16 21:54:22下载
- 积分:1
-
import numpy as np
说明: 基于MATLAB的标准化降水指数SPI计算程序,对干旱进行识别。可对各个站点及流域批处理。可计算SPI1,SPI3,SPI6,SPI9,SPI12等(Based on the SPI calculation program of standardized precipitation index in MATLAB, drought is identified. Batch processing can be carried out for each station and basin. SPI1, spi3, spi6, spi9, spi12, etc. can be calculated)
- 2021-03-15 17:49:22下载
- 积分:1
-
Image-Steganography-ICS-project--master
说明: 图片隐写算法实现,采用python代码实现。(Picture steganography.)
- 2020-06-17 06:40:01下载
- 积分:1
-
决策树
说明: 使用Python对决策树算法进行了基础的模拟,输入数据后,可以输出根据数据的哪些属性进行决策树分类。(Python is used to simulate the decision tree algorithm. After inputting the data, it can output which attributes of the data to classify the decision tree.)
- 2019-03-27 21:05:37下载
- 积分:1