显示效果:palette=rocket,deep两种效果 ...
分类:
其他好文 时间:
2019-09-14 17:19:02
阅读次数:
142
萌新入门之搭建python环境,windows版本
分类:
编程语言 时间:
2019-09-14 00:27:04
阅读次数:
129
MATLAB中图像的基本操作 1、读取、显示图片 MATLAB中提供了immread()与imshow()函数读取和显示图片。其中读取函数imread()原型: A是结构体名,用来存储读入的图像数据。filename是读取的文件名,文件名要用”括起来。fmt是读取文件的类型如:jpg、png等等,这 ...
分类:
其他好文 时间:
2019-09-13 15:56:53
阅读次数:
90
-- 原文:https://blog.csdn.net/KimLK/article/details/78064384 -- ...
分类:
其他好文 时间:
2019-09-13 15:51:44
阅读次数:
106
OFDM(orthogonal frequency division multiplexing),which assigns one block (in time ) to one user, OFDMA (orthogonal frequency division multiple access) ...
分类:
其他好文 时间:
2019-09-12 16:34:03
阅读次数:
103
折线图(plot) 基本使用 import matplotlib.pyplot as plt # 导包 plt.figure() # 1)创建画布(容器层) plt.plot([1, 2, 3, 4, 5, 6 ,7], [17, 17, 18, 15, 11, 11, 13]) # 2)绘制折线图 ...
分类:
其他好文 时间:
2019-09-12 15:05:57
阅读次数:
270
常用命令 dir:列出当前目录下的所有文件 clc:清除命令窗 clear all:清除环境(从内存中清除所有变量) who:将内存中的当前变量以简单形式列出 close all: 关闭所有的 Figure 窗口 变量设置 (1).变量命名 MATLAB 的变量名以字母打头,后最多可跟 19 个字母 ...
分类:
其他好文 时间:
2019-09-12 10:22:07
阅读次数:
126
the configured user limit (128) on the number of inotify instances has been reached在DotNet核心中读取json文件时出错“已达到inotify实例数量的配置用户限制(128)”解决方法: 临时:$ echo 65 ...
分类:
其他好文 时间:
2019-09-11 23:48:17
阅读次数:
224
1、https://github.com/akopytov/sysbench#rhelcentos获取 或是 2、解压 3、编译安装 确保已经安装了相关的依赖 4、测试是否成功安装 ...
分类:
其他好文 时间:
2019-09-11 20:16:01
阅读次数:
59
FROM php:5.6.38-fpm COPY . /alidata/workerspace WORKDIR /alidata/workerspace RUN set -x && apt-get update \ && apt-get install -y \ libfreetype6-dev \... ...
分类:
其他好文 时间:
2019-09-10 15:04:41
阅读次数:
142