搜索资源列表
beibao
- 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解:(1,4,3,2) (1,4,5) (8,2) (3,5,2)。 提示:可利用回溯法的设计思想来解决背包问题。首先将物品排成一列,然后顺序选取物品装入背包,假设已选取了前i 件物品之后背包还没有装满,则继
Application-of-Doppler-Radar
- 以天气雷达体积扫描的资料为基础,采用交叉相关法建立了一种对暴雨的临近预报方法-Based on the Doppler radar data , a technique is described with the cross correlation method to heavy rainfall nowcast .
DS18b20_cn
- 18B20是单总线数字化温度传感器,体积小,抗干扰能力强。-18B20 is a single-bus digital temperature sensor, small size, anti-interference ability.
jihetidemianji
- 几何体的表面积与体积 没有密码 为初学者提供参考-The geometry of the surface area and volume to provide a reference for beginners without a password
square-cavity-flow
- 有限体积法求解方腔流,c语言 fortran语言源程序,有方腔流的物理背景说明及公式。是学习cfd的入门程序。-Finite volume method to solve the cavity flow, c language fortran language source code, background notes and formula physical well-cavity flow. Learning cfd entry procedures.
Poiseuille-flow
- 有限体积法求解Poiseuille 流动,c语言 fortran源程序,是学习cfd的入门程序实例。-Finite volume method Poiseuille flow, c language fortran source code, is the entry instance cfd of learning.
e_e22
- 声明一个圆类作为基类,含成员数据半径R;有成员函数:构造函数实现对基类成员数 据的初始化、计算圆面积的成员函数、输出的成员函数,要求输出圆半径R。把圆类作为基 类,通过公有继承,派生圆柱体类,派生类新增成员数据有高(H);新增成员函数有构造函 数、计算圆柱体体积的函数、输出所有成员的函数。main()完成派生类对象的定义和相关函 数的测试-Declare a class as a base class circle, including members of the data radius R