登录
首页 » matlab » SGK字典学习算法

SGK字典学习算法

于 2020-01-09 发布
0 316
下载积分: 1 下载次数: 14

代码说明:

说明:  SGK字典学习速率远远优于K-svd算法!(The learning rate of SGK dictionary is much better than that of K-SVD algorithm)

文件列表:

SGK.m, 13665 , 2018-01-21

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

发表评论

0 个回复

  • JPL 数值星历 DE 430
    说明:  JPL 数值星历, 可以计算太阳系行星和月球的位置(JPL ephemeris, which can be used for calculating the positions of planets of the solar system and the Moon)
    2020-06-22 04:20:02下载
    积分:1
  • 本程序是基于灰色预测理论的灰色预测的算法实现
    本程序是基于灰色预测理论的灰色预测的算法实现-This procedure is based on the gray gray prediction theory prediction algorithm
    2022-05-20 05:15:48下载
    积分:1
  • vtstscripts
    可以将vasp计算结果poscar转化为cif(chansfer poscar to cif from vasp calculation)
    2018-06-18 14:45:41下载
    积分:1
  • 2023-03-07 12:20:04下载
    积分:1
  • C# 取消磁盘共享功能的实例
    Visual C# 取消Windows 磁盘共享源代码,在Widnwos7也可设置某一磁盘共享和不共享,本程序只是模拟实现的功能,可取消已被共享的磁盘,在文本框中输入盘符即可取消该盘的共享属性。编写思路,单击一个按钮,创建一个事件,将整个需要实现的功能都写进按钮事件中,事件的代码如下:   System.Diagnostics.Process myProcess = new System.Diagnostics.Process();   myProcess.StartInfo.FileName = "cmd.exe";//启动cmd命令   myProcess.StartInfo.UseShellExecute = false;//是否使用系统外壳程序启动进程   myProcess.StartInfo.RedirectStandardInput = true;//是否从流中读取   myProcess.StartInfo.RedirectStandardOutput = true;//是否写入流   myProcess.StartInfo.RedirectStandardError = true;//是否将错误信息写入流   myProcess.StartInfo.CreateNoWindow = true;//是否在新窗口中启动进程   myProcess.Start();//启动进程   //执行取消磁盘共享命令   myProcess.StandardInput.WriteLine("NET SHARE " + textBox1.Text + "$ /DEL");   MessageBox.Show("执行成功", "信息", MessageBoxButtons.OK, MessageBoxIcon.Information);
    2023-05-13 16:00:03下载
    积分:1
  • GPR
    说明:  简单实现高斯过程回归的问题,利用python语言做了一个简要的说明。(Simple implementation of gaussian process regression problem)
    2019-06-28 09:14:44下载
    积分:1
  • uCOS-II_sample
    说明:  STM32L1系列+ucosii系统demo开发,(STM32L151,ucosii,demo)
    2020-07-29 17:06:18下载
    积分:1
  • ypml115-apriori
    Apriori Algorithm in matlab
    2021-04-28 10:38:44下载
    积分:1
  • slac015t
    msp430例程,对初学者有用,有好多例程;(Msp430 routines, useful for beginners, there are many routines;)
    2017-09-05 12:38:08下载
    积分:1
  • C车
    飞思卡尔C车类型 Freescale C Car Type(Freescale C Car Type)
    2020-06-22 03:20:01下载
    积分:1
  • 696518资源总数
  • 105562会员总数
  • 1今日下载