-
UML
面向对象技术UML教程以及
UML基础、案例与应用的详细讲解Unified Modeling Language Reference Manual (Object-oriented technology and UML Tutorial UML basis for the application of the case and explain in detail the Unified Modeling Language Reference Manual)
- 2009-06-18 11:54:14下载
- 积分:1
-
Java array 数组用法源码集
Java array 数组用法源码集,比如测试数组、划分成绩等级、从方法中返回数组、二分查找法、求二维数组的长度、锯齿数组、处理二维数组等,相信通过这些基础的数组操作实例,会对你了解Java中的数组有很好的帮助作用。
- 2022-07-19 06:31:47下载
- 积分:1
-
Java生成一个文件打开的文件选择对话框窗口
Java生成一个文件打开的文件选择对话框窗口,和Win系统的浏览文件窗口相似,使用Java代码模拟实现的窗口程序,相关代码如下:
button.addActionListener(new ActionListener() { //按钮事件处理
public void actionPerformed(ActionEvent e) {
int state; //文件选择器返回状态
chooser.removeChoosableFileFilter(chooser.getAcceptAllFileFilter()); //移去所有文件过滤器
chooser.addChoosableFileFilter(new MyFileFilter("gif","图像文件")); //增加文件过滤器,接爱gif文件
if (comboBox.getSelectedIndex()==0) //组合框为"打开"
state=chooser.showOpenDialog(null); //显示打开文件对话框
else
state=chooser.showSaveDialog(null); //显示保存文件对话框
File file = chooser.getSelectedFile(); //得到选择的文件
- 2022-11-18 17:40:03下载
- 积分:1
-
Nginx负载均衡集群配置文档
说明: nginux+tomcat+linux集群配置web应用详细文档,内包含nginux下的linux安装包(Nginux + Tomcat + Linux cluster configuration web application detailed documentation, including the Linux Installation Package under nginux)
- 2020-06-16 07:40:02下载
- 积分:1
-
avrdudeprog33
fdgafhgkjl; sgfhkgjkj dfj
- 2019-03-17 03:11:53下载
- 积分:1
-
OPC_for_PHP
PHP网页的后台OPC客户端通信,实现对PLC数据的读取展示(Background OPC Client Communication of PHP Web Page to Realize Reading and Displaying of PLC Data)
- 2020-06-16 08:40:01下载
- 积分:1
-
数值分析上机C语言代码
龙贝格积分 高斯列主消元法
牛顿迭代 三次样条插值 龙格卡塔(Romberg integration Gauss principal elimination method
Newton iteration three spline interpolation Runge Cartagena)
- 2021-01-11 15:58:50下载
- 积分:1
-
PLMG
永磁直线发电机的数学模型,关于动子位置与速度的,abc三相,能输出三相交流电,仿真步长越小波形越平滑,有兴趣自取。(The mathematical model of permanent magnet linear generator, about the position and speed of the motion, ABC three-phase, can output three phase alternating current, the smaller the simulation step is, the more smooth the waveform is, the more interested it is.)
- 2018-05-19 19:21:23下载
- 积分:1
-
微电网模型
微电网模型包含太阳能光伏电池、风机、燃料电池和储能蓄电池。(The microgrid model includes solar photovoltaic cells, fans, fuel cells and energy storage batteries.)
- 2021-01-03 16:48:55下载
- 积分:1
-
个体辐射源识别与校正技术研究
说明: 个体辐射源识别与校正技术研究,主要用于雷达辐射源识别,和识别技术的矫正,是很好的毕业论文(Research on individual radiation source identification and correction technology, mainly used for radar radiation source identification, and identification technology correction, is a good graduation thesis)
- 2019-03-11 20:47:01下载
- 积分:1