• 大小: 6KB
    文件类型: .sln
    金币: 1
    下载: 0 次
    发布日期: 2021-01-04
  • 语言: C#
  • 标签: 正弦函数  

资源简介

绝对可以实现的 c# 绘制正弦函数 Bitmap bitM = new Bitmap(this.pictureBox1.Width, this.pictureBox1.Height); Graphics g = Graphics.FromImage(bitM); g.Clear(Color.White); const int size = 300; double[] x = new double[size]; Pen pen =

资源截图

代码片段和文件信息

评论

共有 条评论

相关资源