-
银行客户信息挖掘与处理系统
对无标签的银行数据进行聚类打标,进行数据分析(Cluster and mark the unlabeled bank data and analyze the data)
- 2020-06-23 15:20:01下载
- 积分:1
-
1
判断它是不是回文数。即12321是回文数,个位与万位相同,十位与千位相同。(Determine if it is a palindrome. That is, 12321 is the number of palindromes, the single digit is the same as the 10,000 digit, and the ten digit is the same as the thousand digit.)
- 2020-06-17 17:40:03下载
- 积分:1
-
vue-django
此为django-vue前后端分离,综合了python django框架和前端流行的vue框架,使用restful api 良好的实现了前后端分离,通过这个架构可以良好实现全站开发,您必须拥有一点python django知识前端知识以及数据库知识
- 2022-06-15 21:27:30下载
- 积分:1
-
1.Python机器学习-预测分析核心算法
说明: 机器学习核心算法分析,python实现,异步图书(Analysis of machine learning core algorithm,by python)
- 2020-08-17 10:52:40下载
- 积分:1
-
ZigBee
Python code to communicate with MaxStream ZigBee modules.
- 2013-11-19 13:14:45下载
- 积分:1
-
新建 ZIP 压缩文件
通过python和opencv的运用,对指针式仪表的刻度识别(Calibration Recognition of Pointer Instrument)
- 2020-06-21 17:00:01下载
- 积分:1
-
Python装饰器的几个简单实例
8个实例简单介绍Python装饰器的实现。包含参数,执行效果等:#/usr/bin/env python#-*- coding:utf-8 -*-"""两个装饰器的执行顺序是outer_0 开头输入前outer_1 123原函数 呵呵outer_1 456outer_0 加法结果等于"""#哪个装饰器先执行就先执行谁的,比如将outer_0和outer_1调转,其实就是也可以把一个装饰器outer_1当做参数传入outer_0#装饰器主要运用于权限设置def outer_0(func): def inner(*args, **kwargs): print("开头输入前") ret = func(*args, **kwargs) print("加法结果等于",ret,"
") return ret return innerdef outer_1(func): def inner(*args, **kwargs): print("123") ret = func(*args, **kwargs) &
- 2022-08-25 11:18:16下载
- 积分:1
-
sfm-bundler(python)
说明: 就是用sfm方法把用相机拍摄的图像进行重建三维模型(The SFM method is used to reconstruct the three-dimensional model of the image taken by the camera)
- 2020-11-30 16:04:32下载
- 积分:1
-
ptvdk
matlab development toolbox support vector machine, Add noise processing, Face Recognition light treatment method.
- 2017-08-26 14:04:24下载
- 积分:1
-
鸢尾花
说明: 封装KNN算法,了解IRIS数据集 分类鸢尾花数据集(Encapsulation of KNN algorithm to understand IRIS dataset classification iris dataset)
- 2019-07-04 11:03:59下载
- 积分:1