-
game_hub
a text document that contains important information
- 2019-04-29 05:46:24下载
- 积分:1
-
YPEA120 NSGA-II
说明: NSGA-II的MATLAB代码,直接运行main.m文件就行,建议最好有matlab的基础(Matlab code of NSGA-II,The matlab code of NSGA-II, just run the main. M file directly, it is recommended to have the basis of MATLAB)
- 2019-12-08 22:12:39下载
- 积分:1
-
This is a simple library of VRML source file. Please look the code vrmlpad, watc...
这是一个简单的图书馆的vrml源文件。看代码请用vrmlpad,观看请用bs.-This is a simple library of VRML source file. Please look the code vrmlpad, watch please bs.
- 2022-04-10 00:01:54下载
- 积分:1
-
初学者的AdaBoost
for beginners of adaboost
- 2022-03-23 06:46:04下载
- 积分:1
-
basica program eg,to
upload
basica program eg,to
upload-basica program eg, to upload
- 2023-01-23 20:50:03下载
- 积分:1
-
based on the photographic measurement of the approximate vertical aerial photogr...
基于vc++的有关摄影测量中近似垂直摄影情况下空中后方交会求解的源代码-based on the photographic measurement of the approximate vertical aerial photography Resection Solving the source code
- 2022-07-16 01:38:43下载
- 积分:1
-
设计一个矩阵相乘的程序,首先从键盘输入两个矩阵a,b的内容,并输出两个矩阵,...
设计一个矩阵相乘的程序,首先从键盘输入两个矩阵a,b的内容,并输出两个矩阵,-use for qiu niu
- 2022-10-25 12:15:03下载
- 积分:1
-
20080315_cb73b1efdc0f8a73d269cUMWDJTLK4NL
银行核心系统入门简介 本文的目标读者是准备从事银行核心系统开发、维护的从业人员。(This article is intended for preparing to engage in core banking system development, maintenance practitioners.)
- 2010-02-28 09:45:09下载
- 积分:1
-
FreeTextBox ASP.NET在线编辑器
FreeTextBox 一款经过改良的ASP.NET在线编辑器,使用方法:把aspnet_client和Bin拷贝到你的网站目录,在你ASPX显示编辑器的页面里Page 里加上validateRequest=false
这里是注册组件:
%@ Register TagPrefix="FTB" Namespace="FreeTextBoxControls" Assembly="FreeTextBox"
最后调用代码:
FTB:FreeTextBox ID="FreeTextBox1" runat="server" SupportFolder="aspnet_client/FreeTextBox/" Height="300px" Width="500px" ToolbarStyleConfiguration="Office2003" 其实就这样简单
- 2022-02-14 01:50:16下载
- 积分: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