搜索资源列表

  1. Weight

    0下载:
  2. 用c语言写的个人身体健康小程序,输入身高和体重,检测身材如何-Using c language small personal health program, enter the height and weight, how to detect body
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:13312
    • 提供者:橡树林
  1. 222

    0下载:
  2. 输入一组身高在170到190之间(5个身高),比较身高差,选出身高差最小的两个身高;若身高差相同,选平均身高高的那两个身高;从小到大输出;-Enter a height in between 170-190 (5 height), height difference compared to elect two smallest height difference, height worse if the same height, th
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:wupengfei
  1. shenggaocha

    0下载:
  2. 寻找身高差值最小的两个人,从标准输入接收五个人的身高,找出身高差最小的两个,若身高差相同则输出绝对高度较大的两个-Find the minimum height difference of two people, from the standard input receives five individual' s height to find the minimum height difference of the two, i
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-22
    • 文件大小:1096704
    • 提供者:戴金林
  1. wommenandman

    0下载:
  2. 基于JAVA描述男人和女人的身高体重,并在最后输出-JAVA descr iption the man and the woman s height and weight based on, and in the final output
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:冷润泽
  1. Pattern-Recognition

    0下载:
  2. 清华模式识别张学工,第一次作业,基于身高体重数据进行性别分类-Pattern recognition, based on height and weight data for gender classification
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:4096
    • 提供者:zhusy09
  1. Pattern-Recognition2

    0下载:
  2. 清华模式识别第二次作业,采用dataset2.txt 数据作训练样本,采用身高与体重特征进行性别分类,建立最小错误贝叶斯分类器;2、采用身高体重数据作为特征,以 dataset2.txt 作为训练数据,用 Fisher 线性判别方法设计分类器;3、从多层感知器、SVM、近邻法选择一种方法,进行上述的分类实验;-Tsinghua second operation pattern recognition using dataset2.txt
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:7168
    • 提供者:zhusy09
  1. BMI03

    0下载:
  2. BMI指数(身体质量指数,简称体质指数又称体重指数,英文为Body Mass Index,简称BMI),是用体重公斤数除以身高米数平方得出的数字,是目前国际上常用的衡量人体胖瘦程度以及是否健康的一个标准。体重指数(BMI)=体重(kg)÷身高^2(m) -BMI index (body mass index, body mass index, also known as body mass index referred to in
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:63488
    • 提供者:云烟雨殇
  1. bayes

    0下载:
  2. 通过贝叶斯决策,测试给定的一组数据(身高/体重)来判断是男生还是女生。-Through Bayesian decision, given a set of test data (height/weight) to determine if a guy or girl.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:4096
    • 提供者:
  1. 1

    0下载:
  2. 编写程序,登录幼儿园200个小朋友的数据:姓名、性别、年龄、身高、体重、出生日期,分别按年龄排序后输出。 要求: (1)登录数据用函数input() (2)按身高排序用函数sort() (3)输出排序结果用函数output(),输出格式为: 幼儿园小朋友一览(依身高排序) =================================================== 姓名 性别 年龄 身高 出生日
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:李磊
  1. d

    0下载:
  2. 编写程序,登录幼儿园200个小朋友的数据:姓名、性别、年龄、身高、体重、出生日期,分别按年龄排序后输出。 要求: (1)登录数据用函数input() (2)按身高排序用函数sort() (3)输出排序结果用函数output(),输出格式为: 幼儿园小朋友一览(依身高排序) =================================================== 姓名 性别 年龄 身高 出生日
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:yean
  1. KinectUserHeight

    0下载:
  2. 使用Kinect 景深摄像机,获取目标的身高,开发平台为VS,建立WPF项目, 直接运行即可-Using Kinect depth camera, get the target height, development platform for VS, build WPF project can be run directly
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-22
    • 文件大小:66560
    • 提供者:王亮
  1. HeightCalculator

    0下载:
  2. 身高体重标准检测交啊地方了涉及到送快递回复的思考和上岛咖啡-import android.content.IntentFilter import android.os.Bundle import android.telephony.SmsManager
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:41984
    • 提供者:linc
  1. WeighCalculator

    0下载:
  2. 通过C#程序在VS2005下,实现体重指数计算。公式为:体重/身高的平方-通过C#程序在VS2005下,实现体重指数计算。公式为:体重/身高的平方 Through the C# program in VS2005, realize the body mass index calculation. Formula: body weight/height squared
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:4096
    • 提供者:zhangzhun
  1. 123

    0下载:
  2. 本文把图片的二维空间转为三维空间,可以实现图片中的身高的测量。-In this paper, the two-dimensional images into three-dimensional space can be achieved in the measurement of the height of the picture.
  3. 所属分类:软件工程

    • 发布日期:2024-05-22
    • 文件大小:950272
    • 提供者:zhaohuazhe
  1. Caverage

    0下载:
  2. 进行C均值聚类,样本是男女身高体重数据,在程序中增加了很多注释说明部分,适合广大初学者。-Perform C-means clustering, the sample was male and female height and weight data, adds a lot of explanatory notes section in the program, for the majority of beginners.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:阮士涛
  1. student

    0下载:
  2. 编写程序,登录幼儿园200个小朋友的数据:姓名、性别、年龄、身高、体重、出生日期,分别按年龄排序后输出。 要求: (1)登录数据用函数input() (2)按身高排序用函数sort() (3)输出排序结果用函数output(),输出格式为: 幼儿园小朋友一览(依身高排序)-Write a program, log K 200 children' s data: name, gender, age, heigh
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:higirlbaby
  1. day01_all

    0下载:
  2. DMS聊天系统的萨芬的身高 噶地方噶梵蒂冈-安徽省的房间卡上的 的萨菲
  3. 所属分类:压缩解压

    • 发布日期:2024-05-22
    • 文件大小:101376
    • 提供者:feng
  1. tizhongshengao

    0下载:
  2. 该软件可以实现对男生和女生身高和体重的录入,然后根据历史数据可以实现对身高和体重的预测并绘制出曲线图,而且可以实现曲线图的保存。-The software can be achieved on the height and weight of boys and girls of entry, then you can achieve the height and weight of forecasts based on historic
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-22
    • 文件大小:514048
    • 提供者:robin
  1. Weight

    0下载:
  2. 一个简单的计算标准体重的安卓手机软件,用户选择性别,然后输入身高,软件计算出用户标准体重。-This is a software used to calculate the standard weight of people.
  3. 所属分类:android开发

    • 发布日期:2024-05-22
    • 文件大小:2935808
    • 提供者:yedediqizhang
  1. Weight-Calculator

    0下载:
  2. 在android手机上开发一个体重计算器,用于计算你的身高和体重,并自行检测你的身体素质是否达标!-Developed on android phone a weight calculator for calculating your height and weight, and physical self-detect whether your standards!
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:马福珍
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »

源码中国 www.ymcn.org