• 博客(0)
  • 资源 (4)

空空如也

邮件传输课程设计

本程序主要功能是实现邮件的发送、接收、删除、回复登,使用了pop、SMTP协议,可以做课程设计,但作为毕业设计就有点简单了。程序调试前先看说明。

2015-09-23

邮件传输系统

简单的邮件传输系统,实现邮件的收发功能,源代码。

2015-09-21

Android实验4

public int compare_130(int a,int b) { int c; c=a>=b?a:b; return c; } public void onClick(View v) { if (service_130 == null) { labelView.setText("未绑定服务"); return; } int a= Math.round(Integer.parseInt(edit1.getText().toString().trim())); int b= Math.round(Integer.parseInt(edit2.getText().toString().trim())); // long a = Math.round(Math.random() * 100); // long b = Math.round(Math.random() * 100); int result = service_130.compare_130(a,b); // long result = mathService.Add(a,b); String msg = String.valueOf(a) + " compare with " + String.valueOf(b) + ",the " + String.valueOf(result)+" is bigger"; labelView.setText(msg); } });

2015-05-23

Android实验动态生成数

动态生成数的运用 public int compare_130(int a,int b) { int c; c=a>=b?a:b; return c; } public void onClick(View v) { if (service_130 == null) { labelView.setText("未绑定服务"); return; } int a= Math.round(Integer.parseInt(edit1.getText().toString().trim())); int b= Math.round(Integer.parseInt(edit2.getText().toString().trim())); // long a = Math.round(Math.random() * 100); // long b = Math.round(Math.random() * 100); int result = service_130.compare_130(a,b); // long result = mathService.Add(a,b); String msg = String.valueOf(a) + " compare with " + String.valueOf(b) + ",the " + String.valueOf(result)+" is bigger"; labelView.setText(msg); } });

2015-05-23

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除