-
1dCNN 用于分类 cnn_gear_raw
说明: 1dCNN 用于分类,使用一维的CNN,和相应的一维数据输入和卷积核,对一维信号数据进行处理(use 1dCNN for fault classification)
- 2021-01-13 19:58:49下载
- 积分:1
-
727
说明: 外汇ea交易系统,趋势智能交易,稳定,可以测试(Exchange EA trading system, trend intelligent trading, stable, testable)
- 2020-02-26 19:00:09下载
- 积分:1
-
零基础实战学TC5.0源码
说明: 零基础学习TC,代码都是封装好的,插件都是好的 直接编译就可以使用的(TC teacher file tc leanugh ++)
- 2020-06-22 18:20:02下载
- 积分:1
-
Composition Principle of Computer Animation, clear introduction to the compositi...
计算机组成原理动画演示,清晰的介绍了组成原理中的重要原理的动画演示,直观明了-Composition Principle of Computer Animation, clear introduction to the composition of the important tenets of the principle of animated demo, intuitive understanding of
- 2022-08-10 04:51:30下载
- 积分:1
-
MATLAB 求最小二乘法系数
用MATLAB进行三次曲线的拟合,并运用最小二乘法求各个系数,得出曲线方程(The three curves are fitted with MATLAB, and the coefficients are obtained by using the least square method, and the curve equation is obtained.)
- 2018-03-28 20:03:19下载
- 积分:1
-
a simple network util
a simple network util
- 2022-12-22 21:05:03下载
- 积分:1
-
Bandelet变换的图像融合工具箱
使用Bandelet变换进行图像融合,图像融合质量好,效率高。(Using Bandelet transform for image fusion, the image fusion quality is good, the efficiency is high.)
- 2020-11-19 10:39:37下载
- 积分:1
-
mincross_test
说明: 使用ENVI IDL编程实现的交叉熵法阈值分割(Using IDL Programming to Realize Threshold Segmentation of Cross Entropy Method)
- 2020-06-19 12:00:06下载
- 积分: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
-
一个java图形绘制程序,实现了线条,圆,矩形的绘制
一个java图形绘制程序,实现了线条,圆,矩形的绘制-a graphics drawing program, achieving line, circle, rectangle drawing
- 2022-01-25 16:42:21下载
- 积分:1