-
java-Puzzle
这是拼图游戏用java语言做开发所需要用到的代码。(This is a jigsaw puzzle to do with the development of the java language code needed.)
- 2011-08-21 14:08:46下载
- 积分:1
-
1.标准版麦轮小车库函数版源码
mucnum driver for car
- 2019-01-20 17:03:40下载
- 积分:1
-
小世界网络的生成
说明: 复杂网络上小世界网络的生成,用MATLAB实现(Complex network on the small world network generation, with MATLAB)
- 2019-11-17 21:26:48下载
- 积分:1
-
program
用于sms数据处理,为fvcom准备输入文件(prepare for FVCON input file)
- 2021-01-05 17:08:54下载
- 积分:1
-
N21E099
ArcGIS二次开发,需要的dem文件,云南的一部分(Secondary Development of ArcGIS)
- 2020-06-23 13:20:02下载
- 积分:1
-
1基于Matlab的列车加速度信号处理_张书勇
说明: 借 助 于 M at l a b 信 号 处理 工 具箱 的强大分 析 能力,利 用 双 谱 估 计 对 信 号 进行处理,获取 频 率信 息,并提 出 了 判 断 列 车 运 行
不 平 稳 的准则(With the help of the powerful analysis ability of matlabsignal processing toolbox, bispectrum estimation is used to process the signal, obtain the frequency information, and put forward to judge the train operation)
- 2020-03-02 14:40:31下载
- 积分:1
-
fin
多普勒雷达测速(FPGA、DSP与界面显示)(Doppler radar velocity measurement)
- 2020-07-04 14:00:02下载
- 积分:1
-
PV_Grid
使用psim实现的光伏发电模拟并带有MPPT控制功能,使用c语言编程(Using psim to achieve the photovoltaic power generation simulation and with MPPT control function, the use of c language programming)
- 2017-04-07 09:50:42下载
- 积分:1
-
TRY-1516-CSV0115--- SANGEETHA
说明: VHDL BASED DATA COMPRESSION
- 2019-01-01 16:37:53下载
- 积分:1
-
JAVA
说明: 定义长方体类Cuboid,要求如下:(1)私有成员变量包括长length、宽width和高height;(2)构造方法包括一个公共的空构造方法,一个能够初始化所有成员变量的构造方法;(3)包括所有的setter和getter方法,其中setter方法要求对形参进行验证,例如长、宽和高都大于0;(4)功能方法包括计算表面积getArea()、计算体积getCubage()、判断是否正方体isCube()、输出该长方体的长宽高printCuboid()、绘制该长方体(给出提示信息即可)drawing()。
测试一要求如下:(1)利用空构造方法创建一个新的长方体对象cuboidA,然后利用setter方法设置长宽高分别为1.5、2.6和18.6,(2)调用printCuboid()方法输出cuboidA的基本信息,调用isCube()方法判断是否正方体;(3)调用方法drawing()模拟绘制该长方体。
测试二要求如下:(1)利用构造方法创建一个具有长宽高分别为2.5、6.8和8.0的长方体对象cuboidB,然后利用setLength()方法修改length为4.6;(2)调用getArea()方法计算表面积;(3)调用getCubage计算该长方体的体积。(The cuboid class cuboid is defined as follows: (1) the private member variables include length, width and H eight; (2) the construction method includes a public empty construction method, a construction method that can initialize all member variables; (3) all setter and getter methods are included, where the setter method requires to verify the parameters, such as length, width and height are greater than 0 (4) the function methods include calculating the surface area getarea (), calculating the volume getcube (), judging whether the cube is iscube (), outputting the length, width and height printcube (), drawing the box (just give the prompt information) drawing ().)
- 2021-05-07 10:58:37下载
- 积分:1