-
Python SocketServer, threading示例
Python SocketServer, threading
- 2013-01-08下载
- 积分:1
-
threshold
python语言,三种阈值分割方式,简单阈值分割,自适应阈值分割,OTsu分割方式(Python language, three methods of image segmentation , simple threshold segmentation, adaptive threshold segmentation, OTsu segmentation)
- 2019-04-06 16:08:23下载
- 积分:1
-
SLAM
说明: 以slam为核心的python实现代码,包含可视化组件(some slam code with the python script)
- 2021-01-03 13:38:57下载
- 积分:1
-
ApkDetecter
ApkDetecter
+++++++++++++++++++++++++++++++++++++++++++
运行环境:
1、python 版本 < 3.0
2、安装pyqt组件
3、双击ApkDetecter.pyw可直接运行
+++++++++++++++++++++++++++++++++++++++++++
Android Apk查壳工具源代码
主要功能:
1、检测DEX文件是否加固及加固厂商
2、检测APK的基本信息:
APKMD5值,APK包名,APK版本,签名信息等
3、DEX文件的字节信息
如果想增加新的apk加固检测方法
可在CheckProtect类中self.protectflag_dict添加检测点
- 2022-03-12 16:06:54下载
- 积分:1
-
PyQt5快速开发与实战所有程序
说明: 《PyQt5快速开发与实战》所有章节的例程(Routines for all chapters of PyQt5 Rapid Development and Practice)
- 2020-06-21 07:40:01下载
- 积分:1
-
asian_option
美亚式期权定价 使用蒙特卡洛数值模拟方法,对美亚式期权进行定价(Asian option pricing)
- 2021-04-01 23:29:07下载
- 积分:1
-
利用RBF神经网络,解决异或问题DS
1.利用RBF神经网络,解决异或问题:
1)异或问题本质上是一个二分类问题:输入为向量[x1,x2],输出是标量,取值限定为0或1.(1. Use RBF neural network to solve different or problems:
1) an xor problem is essentially a binary problem: the input is a vector [x1,x2], and the output is a scalar whose value is limited to 0 or 1.)
- 2018-12-05 22:47:54下载
- 积分:1
-
Apriori
说明: 数据挖掘Apriori经典算法源码,只需将main函数中的而数据集换成自己的就可以成功运行啦。(Data mining Apriori classic algorithm source code, you only need to replace the data set in the main function with your own to run successfully.)
- 2021-03-18 21:27:41下载
- 积分:1
-
python实现贪吃蛇小游戏(面向对象)
用python(面向对象)的方法实现贪吃蛇小游戏 python 3 ,pygame 2.0
- 2020-04-20下载
- 积分:1
-
kMeans
基于原型的目标函数聚类方法,数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则(A prototype based objective function clustering method, the data point to a certain distance from the prototype is used as the objective function of the optimization, and the adjustment rule of the iterative operation is obtained by the method of finding the extremum of the function.)
- 2018-05-18 15:17:50下载
- 积分:1