-
This is a simple program which can implete a arry imread from LabView or write i...
这是一个简单的LABVIEW程序,它完成二进制的读入或读出。-This is a simple program which can implete a arry imread from LabView or write into it.
- 2022-04-24 02:05:47下载
- 积分: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
-
二进制查找树实现代码
二进制查找树实现代码-achieve binary search tree code
- 2022-03-25 06:38:56下载
- 积分:1
-
FSquaDRA-master
fxgbfsdrt fsfgsvdcccdrs rrtsr
- 2019-07-03 23:25:03下载
- 积分:1
-
基于C语言仿真 LDPC编解码仿真程序,希望对各位有用
基于C语言仿真 LDPC编解码仿真程序,希望对各位有用-Based on the C language simulation LDPC codec simulation program, in the hope that useful
- 2022-07-26 02:50:48下载
- 积分:1
-
include EZ
囊括EZ-USB FX硬件设计与软件设计的书,非常实用,里面有一些设计的例子,希望对大家有些帮助-include EZ-USB FX hardware design and software design, the book is very practical. There are some design examples, and I hope to help some people
- 2022-06-03 04:13:36下载
- 积分:1
-
Analysis of steering stability for 4WS
四轮转向车辆操纵稳定性仿真分析,首先建立二自由度四轮转向车辆运动微分方程,求解出横摆角速度、质心侧偏角、侧向加速度的传递函数,然后在MATLAB环境中通过M语言编写仿真软件对传递函数的时域与频域特性进行计算,最后将仿真数据与前轮转向车辆仿真数据进行对比分析。(The simulation analysis of steering stability of four-wheel steering vehicles first establishes the differential equation of motion of two-degree-of-freedom four-wheel steering vehicle, and solves the transfer function of yaw angular velocity, centroid side yaw angle and lateral acceleration, and then passes the medium language in MATLAB environment. The simulation software is written to calculate the time domain and frequency domain characteristics of the transfer function. Finally, the simulation data is compared with the front wheel steering vehicle simulation data.)
- 2018-09-26 21:18:20下载
- 积分:1
-
how to use regular expressions
how to use regular expressions
- 2022-11-28 08:25:04下载
- 积分:1
-
unity3d版围住神经猫源码_爱给网_aigei_com
maxscript 开发脚本是一款很好的开源代码(maxscript is a very good programmer)
- 2020-06-25 15:20:02下载
- 积分:1
-
HP203B
说明: 真正的气压传感器HP203B的驱动程序,其他都是骗人的,自己看(Real pressure sensor HP203B driver, the rest are deceptive, see for yourself)
- 2021-02-15 18:49:47下载
- 积分:1