-
Homework07
创建一个类,提供与java .lang.Math同名的所有方法,但每个方法均按度数而非弧度进行运算。具体要求是:在自己编写的类中,对Math类中的每一个方法加一层包装。(Create a class that provides all methods with the same name as java. lang. Math, but each method operates in degrees rather than radians. Specific requirements are: in their own class, each method in the Math class with a layer of packaging.)
- 2020-12-07 21:59:20下载
- 积分:1
-
ParkingManager
功能介绍:
双击软件的车位可以停车入库,右边显示车位的停车比例。
车辆管理: 费率管理 车辆管理
车辆入库:
数据管理:车帘管理 出入日志
应用程序:重置 清零
注意:
使用之前需要先修改App.config中的数据库连接。(Functional introduction:
Double click the parking space of the software can park and store, and the parking ratio on the right is displayed.
Vehicle management: rate management vehicle management
Vehicle Warehousing:
Data management: car curtain management entry and exit log
Application: reset the zero
Be careful
We need to modify the database connection in App.config before using.)
- 2021-04-06 23:19:02下载
- 积分:1
-
gpcpp4
遗传规划问题的C源程序,里面有详细的说明,我就是看这个才懂的(Genetic Programming C source code, which is described in detail, I can understand this is to see the)
- 2008-06-10 21:30:57下载
- 积分:1
-
duffing
duffing 算子的仿真算法。
改变程序参数即可得到不同状态下的图形。(duffing operator simulation algorithm. Process parameters change under different conditions can be obtained graphics.)
- 2008-06-12 10:31:05下载
- 积分:1
-
RADAR_display
说明: The Radar Simulation GUI,雷达显示界面的代码,用matlab编写,包括所有的子程序,介绍文档。(I made this simulation as a project in a course I took in RADAR basic concepts.
The RADAR is an Early Warning RADAR. The simulation simulates targets around the RADAR, calculates the expected return pulses and adds noise. The simulation works at the Intermediate Frequency (IF) level and I assume perfect phase reconstruction by the RADAR.
)
- 2010-03-17 11:22:13下载
- 积分:1
-
CoreJava
经典的Java学习材料电子版,Core Java 2 Volume II。Prentice Hall公司出版的(Classic electronic version of Java learning materials, Core Java 2 Volume II. Published by Prentice Hall Inc.)
- 2008-04-10 23:46:23下载
- 积分:1
-
mfc
mfc进度条,实现多个进度显示!很有帮助,帮助了解多个进度条的显示,(mfc progress bar, to achieve more progress display,)
- 2013-11-07 21:37:27下载
- 积分:1
-
设备管理系统
c#实现的windows系统设备管理,更好的应用c#语言(the implementation of the windows system device management, better application of c-language)
- 2020-06-19 00:20:02下载
- 积分:1
-
mul_squ
輸入矩陣大小,須為2的次方,程式會產生一矩陣於螢幕上和檔案C:\matrix_1.txt,其產生的結果為2次方邊長的方陣,並按數字編排,同乘自己一次產生的結果()
- 2008-05-04 21:31:26下载
- 积分:1
-
java200
要将 MenuBar 加入一个Frame 中,应使用的方法是?
A. setMenu()
B. setMenuBar()
C. add()
D. addMenuBar()
2. 使用哪一个布局管理器时,当Frame 的大小被改变时Frame 中的按钮的位置可能会被改
变?
A. BorderLayout
B. FlowLayout
C. CardLayout
D. GridLayout(To add a Frame MenuBar, the method should be using? A. setMenu () B. setMenuBar () C. add () D. addMenuBar () 2. When using a layout manager which, when Frame Frame size is changed in the position of the buttons may be changed? A. BorderLayout B. FlowLayout C. CardLayout D. GridLayout)
- 2014-05-17 21:12:54下载
- 积分:1