-
matlab拉冬变换程序,包括拉冬正变换和反变换程序。
matlab拉冬变换程序,包括拉冬正变换和反变换程序。-Matlab Radon transform procedures, including Radon transformation and anti-transformation process.
- 2022-02-12 14:58:21下载
- 积分:1
-
83390068Phydyas2
PHYDAYS项目组研究成果,包括滤波器的设计,fbmc的系统的快速实现等(PHYDAYS Research results, including filter design, fast implementation of fbmc system, etc.)
- 2019-03-21 10:38:23下载
- 积分:1
-
CATS软件
Cats是一个使用最大似然估计来使用多参数的时间序列(比如:连续的GPS)。该程序同时估计所有参数,但是分两部分来估计速度,线性部分包括一个offset and slope,突变(as form earthquakes)、正弦部分(包括年周期和半年周期),而非线性负分包括几个不同的噪声模型及其组合。(Cats is a time series (e.g., continuous GPS) using multiple parameters using maximum likelihood estimation. The procedure to estimate all parameters simultaneously, but is divided into two parts to estimate the speed of the linear part includes a offset and slope (as form earthquakes), mutation, sinusoidal components (including annual and semiannual period), and the nonlinear negative consists of different noise models and their combination.)
- 2020-10-11 10:37:34下载
- 积分:1
-
Java/JSP万年历编写实例
Java万年历源码,
TextField tfYear = new TextField("2004", 5); //显示年份的文本域
Choice monthChoice = new Choice(); //月份选择下拉框
Button btUpdate = new Button("更新"); //更新按钮
GregorianCalendar calendar=new GregorianCalendar(); //日历对象
Font smallFont = new Font("TimesRoman", Font.PLAIN, 15); //显示小字体
Font bigFont = new Font("TimesRoman", Font.BOLD, 50); //显示大字体
String days[] = {"星期日", "星期一", "星期二", "星期三","星期四", "星期五", "星期六"};
String months[] = {"一月", "二月", "三月", "四月","五月", "六月", "七月", "八月", "九月","十月", "十一月", "十二月"};
int daysInMonth[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; //每个月的天数
int searchMonth,searchYear; //查询的年份及月份
public void init(){
setBackground(Color.white); //设置背景颜色
searchMonth = calendar.get(Calendar.MONTH); //得到系统年份
searchYear = calendar.get(Calendar.YEAR); //得到系统月份
add(new Label(" 年:")); //增加组件到Applet
tfYear.setText(String.valueOf(searchYear)); //设置文本域文字
add(tfYear);
add(new Label(" 月:
- 2023-03-16 17:35:03下载
- 积分:1
-
VC中使用 Flash 美化你的程序
VC中使用 Flash 美化你的程序-VC Flash beautify your procedures
- 2022-01-24 16:00:36下载
- 积分:1
-
常用ENVI功能扩展工具
airbus_catalog_query-影像数据查询工具 ENVI_Menu_Finder ENVI批处理与代码生成器 EO-1 ALI Calibration EPOC.1242 Frame_Subset_via_Shapefile Google Earth Super-Overlay Tool (GEST) hyperion_tools Landsat8LST-地表温度反演 LIST.TXT MODIS MCD12Q1数据批处理工具 modis_conversion_toolkit NNDiffuse Pan Sharpening (BIL) SPOT-ASTER真彩色合成补丁 wavelet_fusion-融合 决策树自动阈值分类 分区统计工具 图像坏 点修复补丁 图像批量分幅裁剪 大数据量镶嵌补丁 完全约束最小二乘法混合像元分解 小熊工具箱 影像目录管理工具 批量构建栅格图像轮廓线 批量设置忽略值 植被增强工具 直方图匹配工具 遥感图像123阶导数计算工具(Airbus_catalog_query-image data query Tool ENVI_Menu_Finder ENVI batch processing with code generator eo-1 ALI Calibration epoc.1242 Frame_Subset_via_Shapefile Google Earth super-overlay Tool (GEST) hyperion_tools Landsat8LST- surface temperature inversion list.txt MODIS data batch MCD12Q1 tool modis_conversion_toolkit NNDiffuse Pan Sharpening (BIL) SPOT - ASTER true color composite patch wavelet_fusion - automatic threshold fusion decision tree classification partition statistical tools to fix bad point image Mosaic patch batch framing cutting large data quantity fully constrained least squares decomposition of mixed pixels, bear images directory management tool kit Batch construction raster image contour batch setting ignored value vegetation enhancement tool histogram matching tool remote sensing image 123 derivative calculation tool)
- 2019-05-09 09:55:03下载
- 积分:1
-
通过maxwell建立的丰田Prius 2010的物理模型
说明: 通过maxwell建立的丰田Prius 2010的物理模型,适合电机仿真的人参考学习(Through the physical model of Toyota Prius 2010 established by maxwell, it is suitable for reference learning of motor simulation.)
- 2020-11-03 06:29:52下载
- 积分:1
-
cao1
时间序列分析中相空间重构时求嵌入维的Cao氏方法(for embedding dimension)
- 2020-11-21 17:09:37下载
- 积分:1
-
画速度仪表部分
利51单片机写的速度仪表盘程序,并在TFT彩屏上显示。(The speed dashboard program written by Li 51 single chip computer is displayed on TFT color screen.)
- 2019-01-02 14:01:11下载
- 积分:1
-
chang
pso 粒子群算法源代码 粒子群算法在物流中的优化(PSO Particle Swarm Optimization Particle Swarm Optimization source code of the optimization in the logistics)
- 2008-05-18 09:29:27下载
- 积分:1