-
polar3d
说明: 由于matlab只有二维极坐标图,但是在一些场合需要看三维极坐标图函数,特制定该函数,各个参数均有明确规定(Since matlab only has a two-dimensional polar coordinate diagram, but in some occasions need to see the three-dimensional polar coordinate diagram function, the function is specially formulated, and each parameter is clearly defined)
- 2020-11-17 20:58:22下载
- 积分:1
-
sea_Wind
根据“A Semi-Empirical Sea-Spectrum Model for Scattering”这篇文章进行不同海风情况下的海面三维模拟。(According to the article "A Semi-Empirical Sea-Spectrum Model for Scattering", three-dimensional sea surface simulation under different sea breezes is carried out.)
- 2020-11-06 15:59:51下载
- 积分:1
-
[muchong.com]大气传输模型软件PcModWin
modtran中文使用说明及windows窗口(modtran a a a a a)
- 2018-06-04 16:03:26下载
- 积分:1
-
GAR
计算灰度关联度,进行光谱分析,在相关领域使用(Calculate grayscale correlation)
- 2020-06-18 18:00:01下载
- 积分:1
-
DSp原理及应用第8章程序源码,可以将你进一步引入Dsp开发行列...
DSp原理及应用第8章程序源码,可以将你进一步引入Dsp开发行列-DSp principle and application procedures Chapter 8 source, we can introduce you to further develop the ranks Dsp
- 2022-06-26 03:21:35下载
- 积分: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
-
gcn_metric_learning-master
说明: pcv,计算机视觉图像分割,用于图像处理等教程,python(Pcv, computer vision image segmentation, for image processing and other tutorials)
- 2020-06-16 02:20:06下载
- 积分:1
-
WKD_sidelooking_improved
说明: 可以直接使用的WK算法,修改的插值公式同Cumming书上的一样(The modified wk algorithm can be used directly. The interpolation formula is the same as that in Cumming's book)
- 2020-11-17 11:45:41下载
- 积分:1
-
ansys
ansys壳单元分析箱梁的命令流,可修改箱梁参数(ansys shell command stream analysis of box girder, box girder parameters can be modified)
- 2016-09-08 11:40:31下载
- 积分:1
-
ClockTell
定时通知记事本程序,用户可以设定时间及通知内容,程序后台运行,时间到后自动通知(Regularly inform the Notepad program, the user can set the time and content of the notification, the program running in the background after the time to automatically notify)
- 2010-11-30 19:15:08下载
- 积分:1