登录
首页 » Python » 画多边形

画多边形

于 2020-06-17 发布 文件大小:12KB
0 115
下载积分: 1 下载次数: 1

代码说明:

  画椭圆、矩形,勾勒出所需图形的大小与所在的位置。(Draw an ellipse or rectangle to outline the size and location of the desired graphic.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • STM32F427工程模板
    基于F4系列的串口工程模板,所例举的是串口4的示范。(Serial port engineering template)
    2018-01-26 18:19:47下载
    积分:1
  • Start menu beautification procedures and source code
    开始菜单美化程序与源代码-Start menu beautification procedures and source code
    2023-06-06 19:40:03下载
    积分:1
  • Rayleigh
    OFDM调制及多径瑞利信道及单径信道的仿真,可选择(OFDM Simulation of Multipath Rayleigh Channel and Single Path Channe)
    2019-06-11 16:27:44下载
    积分:1
  • Ebadi
    Calculation of digits
    2018-12-29 01:05:41下载
    积分:1
  • SVR
    说明:  在matlab中,借助libsvm工具箱实现SVR(In matlab, SVR is realized by using libsvm toolbox)
    2019-05-30 16:31:19下载
    积分:1
  • 各种熵
    说明:  基于matlab平台的各种熵的计算,如:多元样本熵、多元模糊熵,内有专门的文档进行解释(Matlab based on the calculation of various entropy, such as: multiple sample entropy, multiple fuzzy entropy, there are special documents to explain)
    2019-11-21 21:53:49下载
    积分:1
  • Engineering mechanics : dynamics/R. C. Hibbeler. This book, the two matching flo...
    Engineering mechanics : dynamics / R.C. Hibbeler. 此书的两张配套软盘-Engineering mechanics : dynamics/R. C. Hibbeler. This book, the two matching floppy
    2022-01-26 01:58:16下载
    积分:1
  • unicode码转换 unicode码转换
    unicode码转换 unicode码转换 -unicode conversion unicode code code code-switching unicode conversion unicode code-switching
    2022-02-03 22:58:56下载
    积分:1
  • Visual C# 使用键盘控制窗体的移动
    Visual C#使用键盘控制窗体的移动,创建窗体对象,设置窗体接收按键事件,定义一个标识窗体的变量,判断按键类型,判断后关闭本窗体。   private void Form1_Load(object sender, EventArgs e)   {    Frm_Main form1 = new Frm_Main();//创建窗体对象    form1.KeyPreview = true;//设置窗体接收按键事件   }   private void Form1_KeyDown(object sender, KeyEventArgs e)   {    Point point = this.Location;//定义一个标识窗体的变量    switch (e.KeyData)//判断按键类型    {    case Keys.Up://当按键为上方向键时    point.Y -= 2;    break;    case Keys.Down://当按键为下方向键时    point.Y += 2;    break;    case Keys.Right://当按键为右方向键时    point.X += 2;    break;    case Keys.Left://当按键为左方向键时    point.X -= 2;    break;    case Keys.Escape://当按键为Esc键时    this.Close();//关闭本窗体    break;    default: break;    }    this.Location = point;   }
    2022-03-13 23:48:13下载
    积分:1
  • 计算机组成原理试题13,提供给在校学生,或者考研需要者,希望能提供一些帮助...
    计算机组成原理试题13,提供给在校学生,或者考研需要者,希望能提供一些帮助-Principles of Computer Organization Test 13, made available to students at school, or study section for those who need it, hoping to provide some help
    2022-05-21 16:27:52下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载