-
PLT用法
好东西!我这个自己写的代码1-11函数,分别描述了11种不同的用PLT库来对图像做变化的,其中第十一题实现灰度均衡化,是我认为最难的部分,相信你们看了以后,就能了解,怎么使用PLT库,以及PLT的基本用法,这个在数据可视化中非常有用!
- 2022-06-18 08:29:06下载
- 积分: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
-
NSGA-II
高斯二阶帕累托解的python实现方法,非常实用(Python implementation of Gauss second order Pareto solution)
- 2020-06-23 08:00:01下载
- 积分:1
-
C3D-lstm
说明: 根据论文写了下pytorch版的模型,替换dataset可用于训练(According to the paper, the model of Python version is written, and the replacement dataset can be used for training)
- 2021-02-14 13:27:46下载
- 积分:1
-
canny算法
说明: 改进的canny算法,边缘处理更加精确,瘦边效果改进力度大,可以借鉴参考(The improved Canny algorithm, edge processing more accurate, thin edge effect improved greatly, can be used for reference)
- 2020-12-08 18:30:55下载
- 积分:1
-
Python射击游戏
外星人射击游戏,title fedora LiveCD Method 1root (hd0,0)kernel /vmlinuz0 root=live:LABEL=LIU rootfstype=auto ro rd.live.image quietinitrd /initrd0.imgboot
在这里要提一下,LABEL那个参数,是指你的LiveOS文件所在分区的盘符,比如我的U盘,盘符是LIU,另外,要注意的是root (hd0,0)这个参数,对于那些有隐藏主分区的来说,就不是这样写了,比如是root (hd0,1),这个要看自己的分区情况了。然后还有一种方法,不是按盘符寻找LiveOS文件的,是按路径寻找的,像下面所写:
title fedora LiveCD Method 2
root (hd0,1)
kernel /vmlinuz0 root=live:/dev/sda2 rootfstype=auto ro rd.live.image quiet
initrd /initrd0.img
- 2022-01-25 20:18:55下载
- 积分:1
-
二维码全部源码
全部的二维码源码设计,有详细的Python源码和图片示例,详细全面的展示二维码的设计,可以详细的简化开发过程,源码可以直接使用
- 2022-01-31 22:09:48下载
- 积分:1
-
Proxy
python网络编程设置代理服务器,转发及缓存机制(python proxy server for caching)
- 2019-04-03 12:53:30下载
- 积分:1
-
lstm时间序列的python语言
说明: lstm时间序列的python语言,可以参考(Python language of LSTM time series)
- 2019-12-24 10:41:47下载
- 积分:1
-
naive_bayers
朴素贝叶斯的在Python中的调用方法以及对数据的训练及预测方法(Naive bayesian call methods in Python and the training and prediction methods for data)
- 2018-05-30 11:09:01下载
- 积分:1