-
Cluster-Building
Clustering Large Probabilistic Graphs
- 2014-02-05 16:36:20下载
- 积分:1
-
macketManager
超市管理系统,包含账单,供应商和账单和管理员操作(market manager system)
- 2015-07-08 00:47:45下载
- 积分: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
-
VoiceTest
用于检测手机麦克风输入音量大小的DEMO(it s used to detect the volume of phones micphone)
- 2013-10-02 14:45:30下载
- 积分:1
-
搞算法预测的可以来看。有移动平均法,指数平滑法什么的。...
搞算法预测的可以来看。有移动平均法,指数平滑法什么的。-engage algorithm can look at the forecast. A moving average, exponential smoothing method whatever.
- 2022-04-08 14:48:02下载
- 积分:1
-
ireport+jasperreprt java自定义报表
ireport+jasperreprt java自定义报表-ireport+ jasperreprt java custom reports
- 2023-06-01 08:40:02下载
- 积分:1
-
producers on the development of consumer
关于生产者消费者的开发-producers on the development of consumer
- 2022-03-14 03:01:04下载
- 积分:1
-
企业门户网站
基于SSH的Java Web网页开发项目,应用到Tomcat+MySQL+Myeclipse.
企业门户网站满足了企业通过网站前台展示企业软件产品、为用户提供问题解决方案的要求。通过网站的建立,加强企业与客户之间的沟通,使企业能够及时了解客户的需求,及时帮助客户解决日常工作中遇到的各种问题,更好的服务于客户,从而增进了企业和客户之间的友好业务关系。
- 2022-03-23 05:30:58下载
- 积分:1
-
房产后台源码
对房产审核发布到前端,是否已经售出等功能。
- 2023-04-08 16:05:21下载
- 积分:1
-
Online Bus Reservation System
这是基于web的应用程序,基于servlet/jsp。它包含了灵活的GUI和座位矩阵,PNR也包含在这个项目中。包括GPS跟踪系统和大量公交车。
- 2022-12-29 00:25:03下载
- 积分:1