-
CATIA在VB脚本创建。CATIA的用户很有用。这个脚本自动吨。
Catia script created in VB. Very useful for Catia users. this script automated the process of fills and joins in imported geometry.
- 2022-08-24 22:04:13下载
- 积分:1
-
NDVI_composite
说明: 运用MVC方法将逐日NDVI合成为月合成NDVI(Daily NDVI is synthesized into monthly NDVI by MVC method)
- 2019-04-20 10:09:23下载
- 积分:1
-
希尔伯特振动分解算法实例
针对信号处理方面,该例子实现了希尔伯特振动分解的,(For signal processing, this example implements the Hilbert vibration decomposition.)
- 2019-04-29 20:39:35下载
- 积分:1
-
RBSPP
说明: 这是高光谱图像基于局部的空间预处理算法demo.(this is a demo of hyperspectral region-based spatial preprocessing algorithm.)
- 2019-10-12 19:48:56下载
- 积分:1
-
Digital tube display driver and the keyboard scan program and digital pipe
数码管显示驱动和键盘扫描的方案 及 数码管驱动及键盘控制芯片CH451中文手册。和相对应的程序。-Digital tube display driver and the keyboard scan program and digital pipe-driven and keyboard control chip CH451 Chinese manual. And the corresponding procedures.
- 2022-02-03 03:19:04下载
- 积分: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
-
power_Hbridge
学习移相全桥,可以使用此模型,自己搭建的simulink仿真模型(This model can be used to learn the phase shift full bridge)
- 2017-12-04 10:42:35下载
- 积分:1
-
shuxingyuejian-matlab
说明: 属性约简(MATLAB算法)有实例有讲解(Attribute reduction (MATLAB algorithm) examples have explained)
- 2019-01-16 17:41:04下载
- 积分:1
-
二进制搜索
RFID防碰撞算法,二进制搜索树使用matlab仿真,(Simulation of binary search tree using MATLAB)
- 2019-06-21 12:34:55下载
- 积分:1
-
基本的常数模算法,用于信道的盲自适应算法。
基本的常数模算法,用于信道的盲自适应算法。-Basic constant modulus algorithm for blind channel adaptive algorithm.
- 2023-06-05 06:00:03下载
- 积分:1