#使用turtle库绘制并填充一个五角星 from turtle import Turtle #引用turtle库 p=Turtle() #给p赋值为 p.speed(2) #速度 p.pensize(5) #画笔宽度 p.color("red") #画笔颜色 p.fillcolor("yellow ...
分类:
其他好文 时间:
2020-07-01 15:51:22
阅读次数:
379
比起ES2019,ES2020 算是一波大更新了,动态 import、安全的链式操作、大整数支持……全都加入了豪华午餐 ...
分类:
其他好文 时间:
2020-07-01 09:49:03
阅读次数:
48
关于centos的安装其实大部分时候都是在虚拟机环境下安装。 好处无疑有这几个:方便,快速,主要就是整出事情了我可以直接删了重装 我这边是在vmware下进行一个安装 vmware我这边给出下载链接:[http://forspeed.onlinedown.net/down/newdown/4/26/ ...
分类:
其他好文 时间:
2020-07-01 09:33:26
阅读次数:
183
核心交换机:switchleft#showrunning-configBuildingconfiguration...Currentconfiguration:1826bytes!version16.3.2noservicetimestampslogdatetimemsecnoservicetimestampsdebugdatetimemsecnoservicepassword-encryptio
分类:
其他好文 时间:
2020-06-28 11:12:43
阅读次数:
65
GPIO基础知识 4种输入模式 输入浮空 GPIO_Mode_IN_FLOATING 输入上拉 GPIO_Mode_IPU 输入下拉 GPIO_Mode_IPD 模拟输入GPIO_Mode_AIN 4种输出模式 开漏输出(上下拉) 开漏复用(上下拉) 推挽式输出(上下拉) 推挽式复用(上下拉) 4种 ...
分类:
其他好文 时间:
2020-06-24 00:12:54
阅读次数:
54
YOLOv4: Optimal Speed and Accuracy of Object Detection 论文地址:链接:百度网盘 提取码:lgw1 GitHub地址:https://github.com/AlexeyAB/darknet 【摘要】有很多特征可以提高卷积神经网络(CNN)的准确性 ...
分类:
其他好文 时间:
2020-06-13 22:55:55
阅读次数:
62
rk3288开发板上的AD接口分为:高速ADC流(High-speed ADC Stream Interface)、温度传感器(Temperature Sensor)、逐次逼近ADC(Successive Approximation Register);ADC扩展知识:1、获取 AD 通道 stru ...
分类:
移动开发 时间:
2020-06-12 14:22:01
阅读次数:
159
/** * 模拟数据 数据格式如下: * * 日期 卡口ID 摄像头编号 车牌号 拍摄时间 车速 道路ID 区域ID * date monitor_id camera_id car action_time speed road_id area_id * * monitor_flow_action * ...
分类:
其他好文 时间:
2020-06-09 20:34:37
阅读次数:
71
#include<bits/stdc++.h>#define ll long long#define speed_up ios::sync_with_stdio(false);cin.tie(0);cout.tie(0);using namespace std;/*俄罗斯方块游戏题意:有n个数,从左 ...
分类:
其他好文 时间:
2020-06-09 20:18:52
阅读次数:
45
git 提交时,显示 修改 C:\Users\.gitconfig 文件中标红色字体的内容: [http] sslVerify = false postBuffer = 524288000 lowSpeedLimit = 0 lowSpeedTime = 999999 [user] name = y ...
分类:
其他好文 时间:
2020-06-09 10:04:24
阅读次数:
81