登录
首页 » matlab » GWR

GWR

于 2019-06-07 发布
0 181
下载积分: 1 下载次数: 4

代码说明:

说明:  数据插值算法GWR,根据周围点插值未知点。(Data interpolation algorithm GWR interpolates unknown points according to the surrounding points.)

文件列表:

GWR\anselin.dat, 1669 , 2016-12-16
GWR\gwr.m, 7109 , 2016-12-16
GWR\gwr_d.m, 1664 , 2018-04-13
GWR\invpd.m, 855 , 2016-12-16
GWR\matmul.m, 1103 , 2016-12-16
GWR\scoref.m, 1917 , 2016-12-16
GWR\scoreq.m, 2240 , 2016-12-16
GWR\stdn_pdf.m, 1057 , 2016-12-16
GWR, 0 , 2018-04-13

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • track
    说明:  可实现基本循迹4轮,4传感器,红外,自由旋转等功能(It can realize the functions of basic tracing 4 wheels, 4 sensors, infrared, free rotation and so on.)
    2020-06-21 17:20:01下载
    积分:1
  • VB编的一个计算器程序,考虑到绝对的计算器功能。
    VB编的一个计算器程序,绝对考虑到了计算器的每个细微功能,由于是初学者,所以语法可能有点不成熟,但对于初学者的学习很有帮助!-VB series a calculator program that takes into account the absolute calculator function of every nuance, as is the starter So syntax may be a bit premature, but for beginners learning helpful!
    2022-06-17 10:02:09下载
    积分:1
  • DG_Islanding
    配电网中有分布式电源,当发生故障时,可对配电网进行孤岛划分,本程序可实现该功能,包括源程序和输入文件(Distribution network with distributed power, when a failure occurs, the distribution network can be divided island, the program can achieve this functionality, including source code and input files)
    2011-12-06 22:52:30下载
    积分:1
  • Visual C# 使用键盘控制窗体的移动
    Visual C#使用键盘控制窗体的移动,创建窗体对象,设置窗体接收按键事件,定义一个标识窗体的变量,判断按键类型,判断后关闭本窗体。   private void Form1_Load(object sender, EventArgs e)   {    Frm_Main form1 = new Frm_Main();//创建窗体对象    form1.KeyPreview = true;//设置窗体接收按键事件   }   private void Form1_KeyDown(object sender, KeyEventArgs e)   {    Point point = this.Location;//定义一个标识窗体的变量    switch (e.KeyData)//判断按键类型    {    case Keys.Up://当按键为上方向键时    point.Y -= 2;    break;    case Keys.Down://当按键为下方向键时    point.Y += 2;    break;    case Keys.Right://当按键为右方向键时    point.X += 2;    break;    case Keys.Left://当按键为左方向键时    point.X -= 2;    break;    case Keys.Escape://当按键为Esc键时    this.Close();//关闭本窗体    break;    default: break;    }    this.Location = point;   }
    2022-03-13 23:48:13下载
    积分:1
  • tetris
    基于dos界面实现俄罗斯方块游戏,可以实现双人对战,调节游戏模式等多种趣味功能。支持播放背景音乐、记录玩家分数。(Based on the DOS interface, the Russian square game can be realized, which can realize the double fight, adjust the game mode and other interesting functions. Support to play background music, record player scores.)
    2018-01-11 15:45:12下载
    积分:1
  • english_stopword
    最全的IKAnalyz 的英文停止词集,使用时需要简单配置IKAnalyzer.cfg.xml, <!--用户可以在这里配置自己的扩展停止词字典--> <entry key="ext_stopwords">stopword.dic;english_stopword.dic;</entry>(The most complete IKAnalyz English stop word set, the use of simple configuration IKAnalyzer.cfg.xml, <! -- users can configure their own extensions here stop word dictionary -- > <entry key= "ext_stopwords" >stopword.dic; english_stopword.dic; </entry>)
    2017-11-16 15:08:34下载
    积分:1
  • 第四组
    说明:  阵列信号处理宽带波束形成仿真程序,课程实例仿真(Array Sigal Procrssing, Broadband Beamforming)
    2019-10-13 13:48:35下载
    积分:1
  • loaded gait models
    说明:  programme opensim emulateur
    2020-07-11 13:08:53下载
    积分:1
  • ANSYS命令流
    箱梁水化热命令流ANSYS命令流,有中文修改(ANSYS box girder hydrating heat command flow)
    2018-05-25 10:14:47下载
    积分:1
  • KVM详解
    学习KVM,介绍,安装,架构,详解,通俗易懂,适合新手(KVM Function Detailed)
    2020-06-22 16:00:01下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载