-
range_computation
已附带43年阻力曲线,可进行地面炮炮弹射程计算(The 43-year resistance curve has been attached, which can be used to calculate the range of surface artillery projectiles.)
- 2019-03-08 19:11:55下载
- 积分:1
-
最简单获取主板,cpu型号的方法
最简单获取主板,cpu型号的方法-access to the most simple motherboard, cpu type of method
- 2023-08-24 12:00:03下载
- 积分:1
-
JS网页软键盘示例下载
JS网页软键盘示例下载,用在网页上的虚拟键盘效果,在一些安全支付场合中很有必要软键盘的功能,本JS虚拟键盘来自国外JavaScript达人所创作,兼容性良好,软键盘操作舒服,在IE8下完美运行。
- 2022-05-18 13:02:00下载
- 积分:1
-
123sadf
这是 mt4ea源码,用于智能交易,全自动交易,外汇有风险,谨慎操作,建议模拟盘练习。(Mt4ea source code, for intelligent trading, automatic trading, foreign exchange risk, cautious operation, it is recommended to simulate disc exercise.)
- 2020-06-19 16:40:01下载
- 积分:1
-
Community-detection-master
说明: 社团分类,包括gn算法分类和cpm算法分类,包内还有训练数据可供联系。(community detection)
- 2020-05-28 08:46:12下载
- 积分:1
-
电器控制系统与电机是制冷设备中最容易出现问题的部分。本书从最基础的电路知识入手,介绍电冰箱,冷藏柜,窗式空调,汽车制冷,小型冷库等制冷系统的电路原理。...
电器控制系统与电机是制冷设备中最容易出现问题的部分。本书从最基础的电路知识入手,介绍电冰箱,冷藏柜,窗式空调,汽车制冷,小型冷库等制冷系统的电路原理。-Electric motor control system and refrigeration equipment are the most vulnerable part of the problem. This book from the most basic knowledge of the circuit to start, introduction of refrigerators, freezers, window air-conditioning, auto refrigeration, cold storage, such as small-scale refrigeration system circuit.
- 2022-10-19 06:00:04下载
- 积分:1
-
shipping support system
发运支持系统,为出货产品提供支持的一套系统-shipping support system
- 2022-03-09 22:23:15下载
- 积分:1
-
Java实现窗体右键菜单
Java实现窗体右键菜单,简约易操作的窗体菜单,这是一个相当易懂的制作实例。
super( "右键弹出菜单" ); //调用父类构造函数
ChangeColorAction action = new ChangeColorAction(); //菜单项事件处理
String[] str = {"Blue","Pink","Yellow","Red","Orange"}; //菜单项名称
ButtonGroup colorGroup=new ButtonGroup(); //实例化按钮组
popupMenu=new JPopupMenu(); //实例化弹出菜单
items=new JRadioButtonMenuItem[5]; //初始化数组
for (int i=0;i items[i]=new JRadioButtonMenuItem(str[i]); //实例化菜单项
popupMenu.add(items[i]); //增加菜单项到菜单上
colorGroup.add(items[i]); //增加菜单项到按钮组
items[i].addActionListener(action); //菜单项事件处理
}
addMouseListener(new MouseAdapter(){ //窗口的鼠标事件处理
public void mousePressed( MouseEvent event ) { //点击鼠标
triggerEvent(event); //调用triggerEvent方法处理事件
- 2023-03-05 04:05:03下载
- 积分:1
-
VMD
说明: 可以实现数据分解和调用,经过测试,是工程可用的。(Data decomposition and call can be realized)
- 2020-07-01 19:40:01下载
- 积分:1
-
1.1
创建一个计时测试程序,比较公式节点和本地LabVIEW数学函数的平均执行时间。此程序需要一个For循环或一个平序或叠序结构以及一个Case结构。要求For循环运行计时测验N次,然后使用Statistics Express VI对结果做平均。要求顺序结构在代码运行之前以及代码运行之后对Tick Count进行采样。要求Case结构判定用户是要执行公式节点还是要执行本地LabVIEW数学函数。对每个分支运行计时测验程序。哪种方法执行时间最快?哪种方法最容易编程?别人要看程序时,哪种方法更容易理解?(Create a timing test program to compare the average execution time of formula nodes and local LabVIEW mathematical functions. This program needs a For loop or a plain or overlapping structure and a Case structure. Require the For cycle to run the timing test N times, and then use Statistics Express VI to average the results. The sequential structure is required to sample Tick Count before and after the code runs. The case structure is required to determine whether the user wants to execute formula nodes or local LabVIEW mathematical functions. Run the timing test program for each branch.)
- 2018-12-27 13:17:51下载
- 积分:1