-
新建 快压 ZIP 压缩文件
说明: 英雄联盟LOL走位躲避代码LUA走位走位自动走位(The hero League LOL position avoidance code LUA position automatic position)
- 2020-06-19 16:40:01下载
- 积分:1
-
berth_allocation
港口泊位分配问题,采用贪心算法和模拟退火算法(Port berth allocation problem)
- 2020-07-02 20:40:01下载
- 积分:1
-
stm32_sx1278_rx_test
说明: 通信与stm32进行通信 更改宏定义可更改接受和发射(Communication with STM32 Change macro definition Changeable acceptance and transmission)
- 2020-06-22 19:00:02下载
- 积分:1
-
nndl-codes-master
说明: 神经网络与深度学习案列代码,神经网络与深度学习教程例题代码(Neural Network and Deep Learning Case Code, Neural Network and Deep Learning Course Case Code)
- 2019-04-17 11:37:01下载
- 积分:1
-
TQ210串口下载裸机程序
说明: TQ210开发板串口裸机下载程序,方便调试裸机程序(TQ210 Uart DownLoad)
- 2020-06-24 15:40:02下载
- 积分:1
-
frankcopula
说明: MATLAB中frank copula 函数的相关计算(Correlation calculation of Frank copula function in MATLAB)
- 2021-04-09 11:09:00下载
- 积分:1
-
电子购物网站Flash产品图片展示fla源文件
电子购物网站Flash产品图片展示fla源文件,下面可显示9个图片名称,响应鼠标做出变化,鼠标悬停于标题上,上面的图片就自动切换为对应的大图片,特别适合购物网站、网店上面做产品图片的展示效果,也可修改成焦点图幻灯片使用。
- 2022-05-10 23:24:25下载
- 积分:1
-
Java自定义鼠标光标
super("自定义光标"); //调用父类构造函数
int[] cursor={Cursor.DEFAULT_CURSOR,Cursor.HAND_CURSOR,Cursor.MOVE_CURSOR,Cursor.N_RESIZE_CURSOR,Cursor.W_RESIZE_CURSOR,Cursor.WAIT_CURSOR,Cursor.TEXT_CURSOR}; //预定义光标数组
Container container=getContentPane(); //得到容器
container.setLayout(new FlowLayout()); //设置容器布局管理器
for (int i=0;i JTextArea jta=new JTextArea(3,6); //实例化一个文本框对象
jta.setCursor(Cursor.getPredefinedCursor(cursor[i])); //设置文本框的光标
container.add(jta); //增加组件到容器上
}
Toolkit toolkit=Toolkit.getDefaultToolkit(); //得到默认的ToolKit对象
Image image=toolkit.getImage("cursor.gif"); //得到图像
Cursor customCursor=toolkit.createCustomCursor(image,new Point(6,6),"MyCursor"); //实例化自定义光标对象
JTextArea jta=new JTextArea(3,6); //实例化文本框
jta.setCursor(customCursor); //设置文本框光标
container.add(jta); //增加组件
setSize(300,160); //设置窗口大小
setVisible(true); //窗口可视
- 2022-03-06 15:35:47下载
- 积分:1
-
FDTD
说明: 基于matlab使用FDTD迭代算法进行了一个平面波传播的仿真模拟,有助于FDTD算法的初学者更好理解算法(Based on MATLAB and FDTD iterative algorithm, a simulation of plane wave propagation is carried out, which is helpful for beginners to understand FDTD algorithm better)
- 2020-04-09 16:23:29下载
- 积分:1
-
HPGL
说明: 用于激光扫描的RTC5振镜控制程序,带界面(RTC5 Galvanometer Control Program for Laser Scanning with Interface)
- 2019-03-24 20:21:57下载
- 积分:1