-
PCSC_reader
基于python的Tkinter模块,实现的pcsc读卡器的收发程序(pcsc reader apdu transceive program, based on python Tkinter module)
- 2021-03-26 19:19:13下载
- 积分:1
-
Python网络数据采集.pdf
Python网络数据采集。OReilly.Web.Scraping.with.Python.2015.6,共340页PDF。
- 2020-12-04下载
- 积分:1
-
Function for Bayesian and euclidean, mahalanobis_classifier
- 2022-09-02 07:20:03下载
- 积分:1
-
Spider-master
说明: 简单的爬虫程序,可以用来爬取网页信息,基于python实现(Simple crawler program)
- 2021-04-21 13:41:22下载
- 积分:1
-
telegram_api
说明: Python Telegram Example
- 2019-05-27 15:47:50下载
- 积分:1
-
猜拳游戏(石头剪刀布.py)
# 石头 0 剪刀 1 布 2 import randombot = random.randint(0, 2)player = int(input("输入您的结果")) if (player == 1) and (bot == 2) or (player == 2) and (bot == 0) or (player == 0) and (bot == 1): print("玩家获胜") elif player == bot: print("你们打成平手") else: print("电脑获胜")
- 2020-11-30下载
- 积分:1
-
纹理特征提取
说明: 采用gabor算法,灰度共生矩阵、灰度梯度共生矩阵提取图像纹理信息(Using Gabor algorithm, gray level co-occurrence matrix and gray level gradient co-occurrence matrix to extract image texture information)
- 2020-11-05 17:49:50下载
- 积分:1
-
cmod5n
cmod5 python code has been used in python to find out wind speed
- 2020-11-25 15:49:32下载
- 积分:1
-
NMF 程序
说明: 使用NMF识别,输入样本矩阵,进行非负矩阵分解得到分解矩阵。(Nonnegative matrix decomposition using NMF identification)
- 2019-12-01 15:23:05下载
- 积分:1
-
shape_predictor_5_face_landmarks.dat
说明: 用于人脸识别中的5点特征模型,将人脸数据进行提取(Five-Point Feature Model for Face Recognition and Face Data Extraction)
- 2020-06-22 11:20:02下载
- 积分:1