-
ProSAFE_Plus_Utility 2.7.7
说明: Netgear ProSafe plus utility v2.7.7
- 2020-01-28 03:10:35下载
- 积分:1
-
迅足
自动打水和自动下单、自动跟单等多功能的一款打水软件,好用方便,一教就会(Automatic water fetching and automatic order placing, automatic billing and other functions of a water fetching software, easy to use, will teach)
- 2018-12-05 17:41:17下载
- 积分:1
-
Crack
用于ANSYS裂纹建模的APDL程序命令流,可建立管道上穿透裂纹模型(APDL for crack in pipeline)
- 2021-03-24 16:19:15下载
- 积分:1
-
招商银行商户开发包For Win32.zip
招商银行商户开发包For Win32.zip-investment banking businesses Development Kit For Win32.zip
- 2022-10-17 05:25:03下载
- 积分:1
-
javascript播放视频列表,只支持ie6以上。firefox没有测试过。
javascript播放视频列表,只支持ie6以上。firefox没有测试过。-javascript play video list
- 2022-02-26 13:33:06下载
- 积分:1
-
MAZE_Q_LEARNING
说明: 利用Q学习进行迷宫路径选择,完成简单的强化学习任务(use Q_learning to play maze game)
- 2019-04-04 15:13:07下载
- 积分:1
-
tingdownload-master
从百度上下载音乐的脚本,需要用到python2.x的库。(download music from music.baidu.com)
- 2013-12-05 19:04:01下载
- 积分: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
-
说明了在 POSIX 系统 (Linux,Unix) 上使用 Unicode/UTF
说明了在 POSIX 系统 (Linux,Unix) 上使用 Unicode/UTF-8 所需要的信息. 在将来不远的几年里, Unicode 已经很接近于取代 ASCII 与 Latin-1 编码的位置了. 它不仅允许你处理处理事实上存在于地球上的任何语言文字, 而且提供了一个全面的数学与技术符号集, 因此可以简化科学信息交换.
-Described in the POSIX system (Linux, Unix) required the use of Unicode/UTF-8 information. In the near future several years, Unicode is already very close to replace the ASCII and Latin-1 encoded the location of the. It is not only permit In fact you deal with deal with on Earth exists in any language, but also provides a comprehensive mathematical and technical symbol set, it can simplify the exchange of scientific information.
- 2022-10-28 06:15:03下载
- 积分:1
-
TOPMODEL
TOPMODEL是分布式水文模型,这里为开发者的程序,以供参考学习。版本为9701(Background to TOPMODEL
This program is intended as a demonstration version of TOPMODEL for PC-Windows and has been developed from versions used for teaching purposes over a number of years in the Environmental Science degree course at Lancaster University, including TOPT9502 which is also available at the TOPMODEL Web site (see below) as a DOS program and FORTRAN source code.)
- 2018-01-25 09:14:32下载
- 积分:1