-
jtag
altera下载线合集,ARM-FPGA下载线,Multi-ICE ARM 仿真器资料,一PCB,SCH格式为主,个人收集的,如果需要,肯定会有用的!(Download altera Collection line, ARM-FPGA download cable, Multi-ICE ARM emulator information, one PCB, SCH-oriented format, personal collection, if necessary, there will certainly be used!)
- 2008-03-17 18:58:37下载
- 积分:1
-
Top99
This is a modified version of the 99 line Matlab codes for topology optimization. The physical field is set to be temperature fleids. The problem to solve is the classical volume to line heat transfer problem, as well as the problem of the heat dissipation of flat surface by a pipe.
- 2022-07-27 20:37:57下载
- 积分:1
-
how to custom exceptions
how to custom exceptions
- 2022-01-30 18:55:51下载
- 积分: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
-
利用matlab实现H-infinity鲁棒控制
利用Matlab实现H∞控制,有代码,对初学者有帮助(H infinity control in Matlab)
- 2020-12-15 09:09:13下载
- 积分:1
-
c++-voronoi
利用c++程序来实现voronoi图的生成,十分简单、有效(Using c++ program to achieve the generation of Voronoi diagram, very simple and effective)
- 2017-08-11 10:38:57下载
- 积分:1
-
latest_Mkbus64bit
mkbus version of emulador64 bit windows
- 2018-06-29 10:29:58下载
- 积分:1
-
AMIBIOS8_AMI_Firmware_Update_Utility
use this tool to update your ami bios. think it can use to fix serial number error, etc. i got this from googling. hope someone can be help by this.
- 2020-12-05 04:19:23下载
- 积分:1
-
是用c++写一个简单的手机界面的程序
五级菜单
是用c++写一个简单的手机界面的程序
五级菜单-menu
- 2023-03-06 04:35:04下载
- 积分:1
-
S_NLSE base_PMD
you could solve this method
- 2018-06-30 00:42:45下载
- 积分:1