-
handwrite
android 手写输入 电子签名等运用 (android handwriting input, such as the use of electronic signatures)
- 2013-12-03 13:25:09下载
- 积分:1
-
计算胖瘦标准
package com.example.A_5_5;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.widget.TextView;
public class ResultActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.result); //设置该Activity使用的布局
TextView sex=(TextView)findViewById(R.id.sex); //获取显示性别的文本框
TextView stature=(TextView)findViewById(R.id.stature); //获取显示身高的文本框
TextView weight=(TextView)findViewById(R.id.weight); //获取显示标准体重的文本框
Intent intent=getIntent(); //获取Intent对象
Bundle bundle=intent.getExtras(); //获取传递的数据包
Info info=(Info)bundle.getSerializable("info"); //获取一个可序列化的info对象
sex.setText("您是一位"+info.getSex()+"士"); //获取性别并显示到相应文本框中
- 2022-04-10 00:43:02下载
- 积分:1
-
Java类与对象习题代码
这是Java类与对象习题的代码,非常适合初学者使用,
- 2023-01-10 00:45:04下载
- 积分:1
-
android application in 3d
var vglnk={apiu url:"//api.viglink.com/api"键:"a187ca0f52aa99eb8b5c172d5d93c05b"};
- 2022-02-28 15:30:06下载
- 积分:1
-
java的面试程序题
java的面试程序题java的面试程序题java的面试程序题java的面试程序题java的面试程序题java的面试程序题java的面试程序题java的面试程序题java的面试程序题
- 2022-10-03 02:25:04下载
- 积分:1
-
使用字节流访问URL资源
使用字节流访问URL资源-use byte-stream resources visit URL
- 2022-07-22 23:11:08下载
- 积分:1
-
Hibernate
hibernate的基础教程,实现了对文件的映射(java+hibernate)
- 2009-05-16 10:49:55下载
- 积分:1
-
Kmeans聚类
导入java。利用*;
- 2022-08-10 21:20:01下载
- 积分:1
-
Java p2p程序设计2002年版,书中程序代码,觉得还不错,电子书里的不清晰...
Java p2p程序设计2002年版,书中程序代码,觉得还不错,电子书里的不清晰-Java p2p program design in 2002 edition, the book code, feel good, e-books in the lack of clarity
- 2023-04-20 01:55:04下载
- 积分:1
-
编写Java Application程序, 实现屏幕保护程序―飞跃星空,并具有同样的参数设置面板。...
编写Java Application程序, 实现屏幕保护程序―飞跃星空,并具有同样的参数设置面板。-Java Application procedures for the preparation and realization of screen protection program- Star leap, and with the same parameter settings panel.
- 2023-05-10 04:55:03下载
- 积分:1