码迷,mamicode.com
首页 >  
搜索关键字:figure    ( 2425个结果
点散射方法进行混响仿真,信号为单频信号,散射体高斯分布,无多普勒频域
clc;close all;clear all; %点散射方法进行混响仿真,信号为单频信号,散射体高斯分布,无多普勒频域 M=100; %阵元数 N=1000; deltar=1; %每次扫描的角度 deltasita=1; p=(deltar)*(deltasita)/(2*pi); f0=250 ...
分类:其他好文   时间:2019-04-29 14:05:13    阅读次数:180
matplotlib画图报错This figure includes Axes that are not compatible with tight_layout, so results might be incorrect.
之前用以下代码将实验结果用matplotlib show出来 画出的图都没什么问题,但忽然有一次数据量比较大,matplotlib开始报错,并且画出的图出现以下问题: 报错: 图: 看到坐标轴丢失,并且坐标都挤到一起了,先想到的会不会是数据太多轴坐标密集给挤一起了? = = too stupid… ...
分类:其他好文   时间:2019-04-28 15:22:45    阅读次数:585
Filter、Interceptor、Aspect 区别及实现
Fliter 过滤器 请求在到达Controller之前进行与返回去之后 调用 入参为 reuqest,response,chian,过滤器获取不了具体调用哪一个类,哪一个方法。 实现: 1、继承 Filter 接口 2、声明:两种方式,一是在类前加入@Component ,不能指定拦截的路径;二是 ...
分类:Web程序   时间:2019-04-27 23:58:25    阅读次数:299
Ubuntu安装配置rclone(Onedrive应用)
rclone安装 命令行安装 脚本安装 源文件安装 从预编译二进制文件安装:curl命令可换为wget、axel,当然也可以直接(浏览器)手动下载 deb包安装 下载对应deb包:https://rclone.org/downloads/ dpkg命令 gdeb命令 rclone配置 获取客户端ID ...
分类:系统相关   时间:2019-04-27 09:51:04    阅读次数:422
spark sql metastore 配置 mysql
本文主要介绍如何为 spark sql 的 metastore 配置成 mysql 。 spark 的版本 2.4.0 版本 hive script 版本为 hive 1.2.2 mysql 为 5.7.18 mysql 的安装部署就不在这里介绍了。 首先为 mysql 的root 用户设置密码 设 ...
分类:数据库   时间:2019-04-25 19:01:08    阅读次数:481
Python中的json文件数据可视化之制作交易收盘价折线图
Figure: 郑重提醒:代码千万别拼写错了,x_label_rotation=20拼写成x_label_ratation=20都把我的头搞大了。 相关知识点可以参考一篇非常好的博文https://segmentfault.com/a/1190000015098563 ...
分类:编程语言   时间:2019-04-19 19:46:19    阅读次数:231
灯塔 (数据结构)
灯塔(LightHouse) 灯塔(LightHouse) Description As shown in the following figure, If another lighthouse is in gray area, they can beacon each other. For exa ...
分类:其他好文   时间:2019-04-18 21:48:32    阅读次数:276
ubuntu 16.04 搭建tigervnc
主要参考 https://vitux.com/ubuntu-vnc-server/ apt install xfce4 xfce4-goodies -yapt install -y tightvncserversu - xxxvncservervncserver -kill :1cd /etc/sy ...
分类:系统相关   时间:2019-04-18 19:59:56    阅读次数:317
CentOS 7 源码安装
yum httpd的源码安装
分类:其他好文   时间:2019-04-18 00:48:32    阅读次数:136
【LeetCode每天一题】Maximum Subarray(最大子数组)
Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum. Example: Inpu ...
分类:编程语言   时间:2019-04-17 20:51:31    阅读次数:232
2425条   上一页 1 ... 67 68 69 70 71 ... 243 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!