当前位置:  技术问答>java相关

朋友门,继续我们的讨论。这次我更新了源程序及出错提示,请看:(再线等待)

    来源: 互联网  发布时间:2015-06-05

    本文导语:  //:Csc.java //computing the sedimenting tank; import java.io.*; import Geshan.*; interface Index1{   double velocity=0.2;//设计流量时的水平流速,米/秒   double time=50;//最大设计流量时,污水在池内的停留时间,秒   double maxQ=Index.kTota...

//:Csc.java
//computing the sedimenting tank;
import java.io.*;
import Geshan.*;

interface Index1{
  double velocity=0.2;//设计流量时的水平流速,米/秒
  double time=50;//最大设计流量时,污水在池内的停留时间,秒
  double maxQ=Index.kTotal*20000.0/86400;//最大流量
  double h2=1;//设计有效水深,米
  double day=2;//计算沉砂斗体积时,按2天的沉砂量计,天
  double x1=3;//城市污水沉沙量,立方米/十万立方米
  double a1=0.5;//沉砂斗下底宽,米
  double alpha=55;//沉砂斗壁与水平面的倾角,度
  double n=4;//沉砂斗的个数
  double minQ=20000.0/86400/3;
  double po=0.06;//沉砂斗外侧的坡度
//  double h3=0.7;沉砂斗的高度,米
  
}


   
public class Csc { 
    double L1=Index1.velocity*Index1.time;//水流部分长度,米
    double A=Index1.maxQ/Index1.velocity;//水流断面积,平方米
    double B=A/Index1.h2;//池总宽度,米
    double V=86400*Index1.maxQ*Index1.day*Index1.x1/(100000*Index.kTotal);
            //沉砂斗容积,立方米
    double v=V/Index1.n;//每个沉砂斗的容积,立方米
    double h3pie=0.0;
    double rr=root(0.0,10.0,0.001,h3pie);
    
    double a=2*h3pie/Math.tan(Index1.alpha*Math.PI/180)+Index1.a1;
            //沉砂斗上口宽,米
    double h3=h3pie+Index1.po*(L1-Index1.n/2*a)/2;//沉砂室总高,米
    double H=Index1.h2+Index1.h2+h3;//沉砂池总高,米
    double minV=Index1.minQ/(B/2*Index1.h2);
  
    

    double f(double x,double x1,double x2){
     return x1-(x2-x)*Math.tan(55*Math.PI/180)/12*(2*Math.pow(x2,2)+
        2*x2*x+2*Math.pow(x,2));
    }
    double root(double y1,double y2,double y3,double y4){
      double s1=f(y1,v,Index1.a1);
      y4=(y1+y2)/2;
      while (Math.abs(y2-y1)>y3){
        double y5=0;
        double y6=0;
        double s2=f(y4,v,Index1.a1);
        if(s2+1.0==1.0){
          return y4;
        }
        if (s1*s2>0){
           y5=y4;
        }
        else{
           y6=y4;
        }
        y4=(y5+y6)/2;
      }
     
    }
    
  public static void main(String[] args){
    Csc csc=new Csc();
      
    try {
      DataOutputStream out2 =
        new DataOutputStream(
          new BufferedOutputStream(
            new FileOutputStream("Data.txt")));
      out2.writeDouble(L1);
      out2.writeDouble(A);
      out2.writeDouble(B);
      out2.writeDouble(V);
      out2.writeDouble(h3pie);
      out2.writeDouble(a);
      out2.writeDouble(h3);
      out2.writeDouble(H);
      out2.writeDouble(minV);
      out2.writeDouble(Index.kTotal);
      out2.close();
      DataInputStream in5 =
        new DataInputStream(
          new BufferedInputStream(
            new FileInputStream("Data.txt")));
      
      // Must use DataInputStream for data:
      System.out.println("L="+in5.readDouble());
      System.out.println("A="+in5.readDouble());
      System.out.println("B="+in5.readDouble());
      System.out.println("V="+in5.readDouble());
      System.out.println("h3pie="+in5.readDouble());
      System.out.println("a="+in5.readDouble());
      System.out.println("h3="+in5.readDouble());
      System.out.println("H="+in5.readDouble());
      System.out.println("minV"+in5.readDouble());
      System.out.println("kTotal="+in5.readDouble());
    } catch(EOFException e) {
      System.out.println("End of stream");
    }catch(FileNotFoundException e) {
      System.out.println("File Not Found");
    }
    catch(IOException e) {
      System.out.println("IO Error");
    }

  }
}///:~
都是同一类型的错误:
仅举一例:
Csc.java:75:non-static variable L1 cannot be referenced from a static context
out2.writeDouble(L1);

|
L1必须设置为static 
or out2.writeDouble(csc.L1);

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • j2me的朋友请看过来
  • 救急!有做过解释程序的朋友请看看,进行语义分析时,如何设计文法的非终结符的属性!
  • 关于Local接口和Remote接口!(请看过SUN的PetStore例子的朋友进来看看)!!!
  • 我的硬盘遭受病毒攻击!有重要文件!各位老大帮忙看看!对硬盘分区表、系统引导区,FAT32 表熟悉的朋友请看看!
  • 请网通的朋友,和沈阳的朋友进,有个兄弟需要帮忙!
  • 找啊,找朋友,找到一个好朋友。。。(linux后台开发)
  • 感谢Anubis(为朋友两肋插刀,为MM插朋友两刀!!) ( 五级(中级)),来拿分!!
  • 初学 java 的朋友来和我交朋友,我也是初学。我的 QQ 号是 33555085
  • 请Anubis(为朋友两肋插刀,为MM插朋友两刀!!) 进来领分
  • 做Linux的朋友请进来一起讨论,我是说正在Linux上工作的朋友:)
  • 这里有没有精通asp和精通jsp的朋友啊?我们叫个朋友怎么样?先送100分在说!
  • 各位朋友救命了~~~~~~真的,看见的朋友一定要进来
  • 装了Windows的朋友再装Redhat13的朋友请进
  • 朋友比较紧急的项目,懂Radius和AAA的朋友请进来看看
  • 圣诞节没有女友或没有男朋友的朋友们,在来年找个PMM或SGG!!!
  • 女朋友要过生日了,我在ubuntu下编了个小程序
  • 有没有最近想做个软件下载的站点的朋友
  • 希望能和这里的朋友认识一下!
  • 问一下,有朋友考了CNJD的吗??
  • 交个朋友怎样。
  • 我需要朋友们的帮忙
  • 有做过snmp agent开发的朋友吗?顶贴也给分
  • 快去呀!SCJP考试优惠!!(呵呵,给朋友做做广告)
  • 有没有在武汉学JAVA的和做开发的朋友!?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3