-
CAD中1:2000图廓生成
利用pyautocad函数包,实现在AutoCAD中批量生成1:2000图廓。
- 2023-07-31 04:40:03下载
- 积分:1
-
Blender-GIS
【实例简介】Blender软件插件。
- 2021-08-06 00:30:53下载
- 积分:1
-
爬取知乎收藏夹
爬取知乎收藏夹,暂时无法实现收藏夹翻页,有待后续改进,里面代码cookie需要结合自己电脑填,用户名邮箱和用户和密码也要自己填,这点要注意
- 2022-07-26 09:38:57下载
- 积分:1
-
w3_generalization
machine learning 方面有关于Generalization and Bayesian Introduction的资料,语言是python(machine learning aspects of information concerning Generalization and Bayesian Introduction, language is python)
- 2013-12-07 23:11:31下载
- 积分:1
-
Python-master
Python脚本。模拟登录知乎, 爬虫,操作excel,微信公众号,远程开机(Python script. Simulated login, crawler, excel, Wechat public number, remote boot)
- 2020-06-21 07:40:02下载
- 积分: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
-
SOLARPV
说明: EXAMPLE OF PSSE simulations and python scripting (solar PV)
- 2019-10-15 21:27:01下载
- 积分:1
-
男声女声识别程序
k男声女声识别程序,识别出男性和女性声音,通过样本学习和对比,可以识别比较准确,是比较方不的一个工具
- 2023-02-10 10:00:03下载
- 积分:1
-
PolynomialCurveFitting
说明: 基于python的多项式曲线拟合,本程序以1 3 5 9次为例子。(Based on the polynomial curve fitting of python, this program takes 1 3 5 9 times as an example.)
- 2020-05-28 10:04:30下载
- 积分:1
-
《PYTHON QT GUI快速编程 PYQT编程指南》源码
该压缩包主要是pyqt5的开发资料,需要设计界面等的同学可以下载。(The compressed packet is mainly pyqt5 development information.)
- 2018-10-04 09:36:12下载
- 积分:1