摘要:
参考视频:莫烦python https://mofanpy.com/tutorials/python-basic/threading/why/ 1.多线程简单介绍 # -*- coding: utf-8 -*- import threading def main(): print(threading 阅读全文
posted @ 2021-08-26 12:27
蔡军帅
阅读(247)
评论(0)
推荐(0)
摘要:
https://www.bilibili.com/video/av51720348?p=5 阅读全文
posted @ 2021-08-26 12:04
蔡军帅
阅读(276)
评论(0)
推荐(0)
摘要:
> x<-runif(50,0,2) > y<-runif(50,0,2) > plot(x,y,main="散点图",xlab="横坐标",ylab="纵坐标") > text(0.6,0.6,"text at (0.6,0.6)") > abline(h=.6,v=.6) > 阅读全文
posted @ 2021-08-26 12:04
蔡军帅
阅读(130)
评论(0)
推荐(0)
浙公网安备 33010602011771号