灵敏度分析C#程序代码(20210304093444).docxVIP

  • 13
  • 0
  • 约1.25万字
  • 约 13页
  • 2021-03-09 发布于天津
  • 举报
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System丄inq; using System.Text; using System.Windows.Forms; namespace灵敏度分析尝试 { public partial class Form1 : Form { public Form1() { In itializeComp onen t(); } public bool jiansuo( double x, double [] y) { bool cunzai = false ;; for ( int i = 0; i y.Length; i++) if (y[i] == x) cunzai = true ; retur n cun zai; } public double qiumax( List double array) { double max=-9999; for (int i = 0; i array.Count; i++) { if (array[i] max) max = array[i]; } return max; } public doubl

文档评论(0)

1亿VIP精品文档

相关文档