-
visual
实现了一个简单的卷积神经网络,并对卷积过程中的提取特征进行了可视化.(A simple convolution neural network is implemented, and the extraction features in the convolution process are visualized.)
- 2017-12-11 16:46:50下载
- 积分:1
-
UART的Verilog发射/接收OpenCores分担
UART verilog TX/RX OpenCores share
- 2022-05-20 00:56:06下载
- 积分:1
-
cats-vs-dogs
机器学习中经典的猫狗大战比赛程序实现,基于vgg16网络训练完成(The implementation of the classical cat-dog contest program in machine learning based on vgg16 network training)
- 2019-03-20 11:27:25下载
- 积分:1
-
z230
惠普z230工作站bios编程器固件,添加nvme模块,修复网卡mac,修复me导致的开机卡30秒报错(HP z230 workstation BIOS programmer firmware, adding nvme module, repairing network card mac, repairing boot card 30 seconds error caused by me)
- 2021-01-11 16:28:49下载
- 积分:1
-
nrf24l01?¨??o?
将库文件导入到ARDUINO中使用,可完成无线通信(Wireless communication can be accomplished by importing library files into ARDUINO.)
- 2020-06-19 10:20:02下载
- 积分:1
-
as an example, it is a very good example of learning FLASHMX
做为一个例子,它是一个很好的学习FLASHMX的例子-as an example, it is a very good example of learning FLASHMX
- 2023-03-15 02:20:03下载
- 积分:1
-
Gomoku-Five-in-a-row--master
实现人机对战,在linux环境下开发,g++ c++11+std(Man-machine combat has been realized.)
- 2020-06-16 21:40:01下载
- 积分:1
-
c_ziliao
作为学习的资料,这是我学习c语言的一些重要记录(Information for learning, this is my c language learning some of the important records)
- 2009-06-05 22:53:21下载
- 积分: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
-
菲涅尔衍射
说明: 矩形孔菲涅尔衍射模拟及圆形孔菲涅尔衍射模拟(Fresnel diffraction simulation of rectangular aperture and circular aperture)
- 2019-03-21 10:32:27下载
- 积分:1