摘要: 图示直观解释时间域采样和频域采样的关系 阅读全文
posted @ 2018-08-20 15:39 人工智障搬运工 阅读(649) 评论(0) 推荐(0) 编辑
摘要: VMware Tools是大家配置VMware虚拟机的必选安装的工具。 它可以增强显示性能,提高用户操作体验。 它可以同步虚拟机与主机的时间。 首先要打开虚拟机,点击"虚拟机"->安装Vmware Tools->在弹出的对话框里选择"安装". vmware会自动挂载 tools.iso 镜像文件 然 阅读全文
posted @ 2015-05-02 14:36 人工智障搬运工 阅读(397) 评论(0) 推荐(0) 编辑
摘要: from turtle import * penup() goto(0,-200) pendown() circle(200) penup() goto(-100,50) pendown() begin_fill() circle(17.5) end_fill() penup() goto(100, 阅读全文
posted @ 2015-05-01 22:39 人工智障搬运工 阅读(10265) 评论(0) 推荐(0) 编辑
摘要: 用海龟画图就是这么简单 阅读全文
posted @ 2015-05-01 22:28 人工智障搬运工 阅读(3638) 评论(0) 推荐(0) 编辑