-
IMAGE_MATLAB_GUI
功能强大的gui,各种处理图像的程序,比如中值滤波、灰度化、格式转换、边缘检测等,并且列举了四个特别好的实例,比如人脸识别、车牌提取等(Powerful GUI, various programs for image processing, such as median filtering, grayscale, format conversion, edge detection, etc., and enumerate four very good examples, such as face recognition, license plate extraction, etc.)
- 2018-04-25 23:02:06下载
- 积分:1
-
SIRT算法Matlab代码
说明: SIRT算法 提高反演精度 ct成像 层析成像 提高分辨率(SIRT algorithm to improve inversion accuracy of CT imaging)
- 2021-03-29 22:59:10下载
- 积分:1
-
宙斯是一个家庭的欧拉(基于网格)的磁
ZEUS is a family of Eulerian (grid based) Magneto-Hydrodynamic codes
(MHD) for use in astrophysics, described in a series of papers by Stone
and Norman (1, 2, 3).
It may be used in Cartesian (XYZ),
cylindrical (ZRP), and spherical (RTP) coordinates.
-ZEUS is a family of Eulerian (grid based) Magneto-Hydrodynamic codes
(MHD) for use in astrophysics, described in a series of papers by Stone
and Norman (1, 2, 3).
It may be used in Cartesian (XYZ),
cylindrical (ZRP), and spherical (RTP) coordinates.
- 2022-02-05 13:26:12下载
- 积分:1
-
no1
数据结构堆栈的基本操作c语言实现,是学习数据结构的基本算法(Stack data structure of the basic operation c language is learning the basic algorithm for data structure)
- 2008-07-06 13:05:41下载
- 积分:1
-
SensorSimII is the framework of a simulator that I have been working on to study...
SensorSimII is the framework of a simulator that I have been working on to study how future sensor networks should operate. the simulator is written in a modular fashion so that it can be adapted to serve a number of needs. However, please remember that it is still a work in progress. This web page is here just to give a glimpse of the approach we ve taken with this simulator. Likewise this web page is simply preliminary information to attempt to answer some of the questions that researchers might have about this project.-SensorSimII is the framework of a simulator that I have been working on to study how future sensor networks should operate. the simulator is written in a modular fashion so that it can be adapted to serve a number of needs. However, please remember that it is still a work in progress. This web page is here just to give a glimpse of the approach we ve taken with this simulator. Likewise this web page is simply preliminary information to attempt to answer some of the qu
- 2022-01-28 02:26:12下载
- 积分:1
-
stc12c2052单片机有关ad转换的一些代码
stc12c2052单片机有关ad转换的一些代码-wu
- 2022-10-13 12:00:03下载
- 积分: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
-
forth
说明: 植被指数计算
% VARI=(R530-R675)/(R530+R675-R450)
% NDVI=(R850-R675)/(R850+R675)
% CIgreen=(R850-R530)-1
% CIre=(R850/R730)-1
% MTCI=(R850-R730)/(R730-R675)
% mNDblue=(R450-R730)/(R450+R850)(% VARI=(R530-R675)/(R530+R675-R450)
% NDVI=(R850-R675)/(R850+R675)
% CIgreen=(R850-R530)-1
% CIre=(R850/R730)-1
% MTCI=(R850-R730)/(R730-R675)
% mNDblue=(R450-R730)/(R450+R850))
- 2019-09-23 21:49:56下载
- 积分:1
-
Logistic_Sequence
说明: 一维离散动力系统logistic混沌序列吸引子matlab实现(One-dimensional discrete dynamic system logistic chaotic sequence attractor matlab realization)
- 2020-06-28 17:41:54下载
- 积分:1
-
svd
奇异值分解算法的m代码,实现了数字水印技术的嵌入及提取过程,效果不错。(Singular value decomposition algorithm m code, the realization of the digital watermark embedding and extraction technology process, good results.)
- 2009-06-14 10:34:45下载
- 积分:1