• 邮件传输课程设计

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

    0
    219
    3.39MB
    2015-09-23
    0
  • 邮件传输系统

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

    0
    27
    439KB
    2015-09-21
    4
  • 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); } });

    0
    155
    886KB
    2015-05-23
    14
  • 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); } });

    0
    49
    379KB
    2015-05-23
    0
关注 私信
上传资源赚积分or赚钱