《利用化学方程式的简单计算》课件.ppt
2021-10-15 11:03:00 1.24MB 课件 教育 培训 中小学
package ymq.demo03; import android.app.Activity; import android.os.Bundle; import android.view.*; import android.widget.*; public class demo03 extends Activity { /** Called when the activity is first created. */ String str=""; EditText et; int c=0,flag=0; double b=0.0,g=0.0,f=0.0; View vi; public boolean onCreateOptionsMenu(Menu menu) { // TODO Auto-generated method stub menu.add(0, 1, 1, "退出"); return super.onCreateOptionsMenu(menu); } @Override public boolean onOptionsItemSelected(MenuItem item) { // TODO Auto-generated method stub if(item.getItemId()==1){finish();} return super.onOptionsItemSelected(item); } //计算方法 public double calculater(){ switch(c){ case 0:f=g;break; case 1:f=b+g;break; case 2:f=b-g;break; case 3:f=b*g;break; case 4:f=b/g;break; } b=f; c=0; return f; } @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); //获得按键 final Button number[]=new Button[10]; final Button fuhao[]=new Button[11]; fuhao[0]=(Button)findViewById(R.id.button01); fuhao[1]=(Button)findViewById(R.id.button02); fuhao[2]=(Button)findViewById(R.id.button03); fuhao[3]=(Button)findViewById(R.id.button04); fuhao[4]=(Button)findViewById(R.id.button05); fuhao[5]=(Button)findViewById(R.id.button06); fuhao[6]=(Button)findViewById(R.id.buttonce); fuhao[7]=(Button)findViewById(R.id.buttonc); fuhao[8]=(Button)findViewById(R.id.zheng); fuhao[9]=(Button)findViewById(R.id.kaifang); fuhao[10]=(Button)findViewById(R.id.pingfang); number[0]=(Button)findViewById(R.id.button0); number[1]=(Button)findViewById(R.id.button1); number[2]=(Button)findViewById(R.id.button2); number[3]=(Button)findViewById(R.id.button3); number[4]=(Button)findViewById(R.id.button4); number[5]=(Button)findViewById(R.id.button5); number[6]=(Button)findViewById(R.id.button6); number[7]=(Butto
2021-08-31 17:23:03 4.75MB Android
1
从压缩感知的原理入手,阐述了基于压缩感知的三维物体成像方法。为解决压缩感知三维物体成像计算量大的问题,重点提出了一种三维信息计算的简单方法。此方法通过两次压缩感知计算就可得到位于多个距离处的物体的三维信息,大大减少了计算量。对此方法进行了数值模拟,并分析了采样率的提高对于距离计算精度的影响;建立实际的三维成像系统,实验结果证明了这种方法的可行性。
2021-07-20 11:03:12 2.93MB 成像系统 三维成像 数值模拟 实际实验
1
初学者了解电路中耦合的计算
2021-06-24 22:01:56 274KB 电路
1
用于 EBIL 的 Calc 书签 用于 EBIL 的 Calc 书签是余额分析工具 EBIL 的附加组件,用于轻松计算总和。 在使用 EBIL 时,您不需要添加或减去已输入的单个项目吗? 这种情况经常发生,例如,当输入值的资产负债表总额与实际资产负债表总额不匹配时,您去寻找条目中的错误。 特别是在 IFRS 财务报表的情况下,因为资产负债表和损益表的结构通常与 EBIL 计划不匹配。 今天你使用你的计算器。 用于 EBIL 的 Calc 书签可以直接汇总已输入的任何项目。 通过单击相应的输入字段,当前总和的值将被添加或减去。 用于 EBIL 的 Calc 书签的特殊之处在于,您不仅可以看到总计,而且用于 EBIL 的 Calc 书签列出了具有值描述的各个项目,与EBIL中的项目描述相对应。 您甚至可以跨选项卡或从详细项目到总数传输值。 安装也特别容易。 您不需要长时间的开发/测试过
2021-06-24 21:04:36 137KB JavaScript
1
本人写的一个关于计算的简单mfc程序,内容简单,适合初学者熟悉控件使用
2021-06-24 17:47:06 3.5MB mfc 简单计算
1
数据结构,实验三,多项式简单计算必做部分代码,c语言编程实现
2021-05-10 22:05:41 5KB 数据结构 c
1
数据结构,实验三,多项式简单计算选做部分代码,c语言编程实现
2021-05-10 22:05:41 5KB 数据结构 c
1
简单计算二次函数vb程序设计
2021-05-06 09:03:15 66KB 程序设计
1
简单计算平均值vb程序设计
2021-05-06 09:03:15 69KB 程序设计
1