- 41
- 0
- 约1.84千字
- 约 2页
- 2023-03-22 发布于上海
- 举报
密⽴根油滴实验数据处理(平衡法和动态法)
密⽴根油滴实验数据处理(平衡法和动态法)
平衡法
//平衡法
#include iostream
#include cmath
using namespace std;
int main()
{
float q,t,r,u,x,x1,x2,n1,e1,n2,p1,E;
float p2=981,g=9.794,l=1.6e-3,b=8.22e-3,p=0.10133e6,d=5.00e-3,n=1.83e-5,p0=1.293,e0=1.602e-19;
coutt下降,U平衡endl;
cintu;
p1=p2-p0;
r=sqrt(9*n*l/(2*p1*g*t));
x1=((n*l)/(t*(1+b/(p*r))));
x2=x1*x1*x1;
x=sqrt(x2);
q=18*3.1415926535898*x*d/(sqrt(2*p1*g)*u);
n1=q/(1.602e-19);
if(n1-int(n1)=0.5)
{n2=int(n1)+1;}
else if
原创力文档

文档评论(0)