搜索资源列表
BMI
- 通过输入身高和体重,检测身材标准指数。此例子中有常用的组件的使用方法,适合新人下载学习。-input you height and weight,you will get the message whether your body is healthy.
test
- 1) 定义一个CPU类,包含等级(Rank)、频率(frequency)、电压(voltage)等属性,有两个公有成员函数run、stop。其中,rank为枚举类型CPU__Rank,定义为enum CPU_Rank{P1=1,P2,P3,P4,P5,P6,P7},frequency为单位是MHz的整型数,voltage为浮点型的电压值。观察构造函数和析构函数的调用顺序。 2) 定义一个简单的Computer类,有数据成员芯片(cpu)、内存(ram)、光驱(cdrom)等等,有两个公有成员
Weight
- 用c语言写的个人身体健康小程序,输入身高和体重,检测身材如何-Using c language small personal health program, enter the height and weight, how to detect body
Weight-Calculator
- 在android手机上开发一个体重计算器,用于计算你的身高和体重,并自行检测你的身体素质是否达标!-Developed on android phone a weight calculator for calculating your height and weight, and physical self-detect whether your standards!
新建文件夹
- 将260个样本中随机抽出部分学生的身高和体重作为训练样本(男女生都有),然后训练一个BP神经网络,最后将剩下的样本输入网络进行测试,检测BP网络的分类性能。260个样本的体重和身高在文档中。可以在男生样本中抽取70%用来训练,在女生样本中抽取70%用来训练。(The 260 samples were randomly selected from the part of the students' height and weight as the training sample (boys and
安卓BMI检测
- 基于Android的BMI身高体重测试。检测你的身高与体重是否合格,这样可以时刻知道自己的身体状况。