Merge branch 'master' of http://bdgit.educoder.net/p63207195/plfec49fj
commit
f42b79c026
@ -0,0 +1,11 @@
|
||||
package sxv;
|
||||
|
||||
public class chen {
|
||||
double che(double w,double e)
|
||||
{
|
||||
double y;
|
||||
y=w*e;
|
||||
return y;
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,10 @@
|
||||
package sxv;
|
||||
|
||||
public class chu {
|
||||
double ch(double w,double e)
|
||||
{
|
||||
double y;
|
||||
y=w/e;
|
||||
return y;
|
||||
}
|
||||
}
|
Loading…
Reference in new issue