-
开发人员面试评估表
说明: 这是一个开发人员面试评估表,希望大家用得上的。(Developer Interview Assessment Form)
- 2020-06-22 05:00:02下载
- 积分: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
-
Desktop - Copia
top e show de bola para baixar coisas
- 2019-06-08 03:24:17下载
- 积分:1
-
本人通过特殊途径获得的胆结石医学图片,对广大医学图象研究的人员有用...
本人通过特殊途径获得的胆结石医学图片,对广大医学图象研究的人员有用-I through special access to medical images of gallstones, the general medical image research useful
- 2022-12-01 11:20:04下载
- 积分:1
-
jiaodugeshihuhuan
角度格式转换,度分秒转度,度分秒转弧度,弧度转度分秒。测量程序设计的基础代码之一(Point format conversion, transfer degrees degrees minutes and seconds, minutes and seconds turn degree arc, arc degree turn every minute. Measurement of program design based on code)
- 2010-12-13 16:58:40下载
- 积分:1
-
梁的有限元C++程序设计
说明: 主要是有限元分析,建立梁的模型,对照《有限单元法》这本书学习,事半功倍(It is mainly the finite element analysis, the establishment of beam model, compared with the book "finite element method" study, get twice the result with half the effort)
- 2020-06-19 17:20:02下载
- 积分:1
-
一个用于开关状态显示的控件,主要用于电力系统!
一个用于开关状态显示的控件,主要用于电力系统!-A status display for switch control, mainly used in power system!
- 2022-01-26 17:06:24下载
- 积分:1
-
protel dxp 实 例 5
protel dxp 实 例 5- protel dxp 实 例 5
- 2022-04-06 21:17:53下载
- 积分:1
-
扫雷游戏
用c语言编写的扫雷游戏,这是程序的源代码
扫雷游戏
用c语言编写的扫雷游戏,这是程序的源代码-Minesweeper game with the c language de-mining game, which is the source code
- 2022-01-22 12:40:49下载
- 积分:1
-
Signaux_et_Systemes
signaux and systems french ppt(signaux and systems)
- 2013-12-08 12:57:20下载
- 积分:1