-
建筑物防雷相关软件
计算建筑物雷击等效面积
建筑物防雷相关软件
计算建筑物雷击等效面积-Building lightning protection software calculate the equivalent area of the building struck by lightning
- 2023-08-29 21:00:04下载
- 积分:1
-
vc,optical passive component auto test software.
vc,optical passive component auto test software.
- 2022-07-18 11:28:35下载
- 积分:1
-
图书馆管理系统
Asp.net开发的图书馆管理系统,功能齐全,可以直接供使用,编码完整,不管是新手还是老手都比较适合下载。(The library management system developed by Asp.net can be directly used and coded. It is suitable for both novice and experienced users.)
- 2021-03-30 16:09:09下载
- 积分:1
-
AT2402测试程序,该程序使用模拟2IC读写AT2402串行存储器数据
AT2402测试程序,该程序使用模拟2IC读写AT2402串行存储器数据 -AT2402 test program using simulated 2IC to read and write data on serial memory AT2402
- 2022-08-21 20:29:43下载
- 积分:1
-
polardb
说明: 画出极化图的matlab函数 依次输入theta角 rho角和线型(function polardb(theta,rho,line_style)
% POLARDB Polar coordinate plot.
% POLARDB(THETA, RHO) makes a plot using polar coordinates of
% the angle THETA, in radians, versus the radius RHO in dB.
% The maximum value of RHO should not exceed 1. It should not be
% normalized, however (i.e. its max. value may be less than 1).
% POLAR(THETA,RHO,S) uses the linestyle specified in string S.
% See PLOT for a description of legal linestyles.)
- 2021-01-31 12:48:32下载
- 积分:1
-
33
说明: 如何给EA自定义交易商,限制EA交易的时间(How to customize the dealer to EA and limit the transaction time)
- 2017-10-23 11:42:48下载
- 积分:1
-
吸引子相图
说明: 本程序可以很好的画出混沌吸引子相图,包含陈混沌系统吸引子相图和lorenz混沌系统吸引子相图(Chaotic attractor phase diagram)
- 2021-04-06 16:11:53下载
- 积分:1
-
java聊天小程序课程设计
基于tcp/ip协议的网络聊天小程序,java编写的,报告代码全在里面(Design of Network Chat Program Server Based on TCP/IP)
- 2020-07-02 16:40:01下载
- 积分:1
-
CaculateCenter
提供一种质心计算方法,本方法是根据该点到各个点的欧式距离来䦺 心的质心位置,并返回主调函数(Centroid calculation method)
- 2020-09-17 13:17:54下载
- 积分: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