登录
首页 » IDL » envi汉化包

envi汉化包

于 2019-10-16 发布
0 239
下载积分: 1 下载次数: 0

代码说明:

说明:  ENVI(The Environment for Visualizing Images)(The Environment for Visualizing Images)

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

发表评论

0 个回复

  • svd
    MATLAB code for generates SVD of channel matrix H.
    2018-09-14 18:36:39下载
    积分:1
  • 一种有效的哈希算法。。一种有效的哈希算法
    一种有效的哈希算法。。一种有效的哈希算法-a kind of effective hashing algorithm
    2022-03-03 04:59:30下载
    积分:1
  • 共轭梯度法C++
    说明:  运筹学中的问题求解,使用共轭梯度法来求最优解(Solving problems in operations research, using conjugate gradient method to find the optimal solution)
    2020-06-23 21:20:01下载
    积分:1
  • GifDecoder
    说明:  解析git图片所用,可配合InputStream将gif图片转换为jpg(Used for parsing git pictures)
    2020-06-16 21:00:02下载
    积分:1
  • 大数据可视化平台Web页面源码
    说明:  大数据可视化平台展示,html+css,文件齐全,解压既用(Big data visualization platform display, HTML + CSS, complete files, decompression and use)
    2020-07-24 18:20:32下载
    积分:1
  • 改进lzw数据压缩实现
    matlab实现LZW无损压缩 以及matlab实现LZW无损压缩的改进,适合相关领域的人使用,亲测可用(LZW lossless compression implemented by MATLAB And MATLAB to achieve LZW lossless compression improvements, suitable for people in related fields, pro test available)
    2020-07-01 10:00:02下载
    积分:1
  • MIMZ
    用马赫曾德调制器实现信号的调制,并传输信号(Signal modulation is realized with Maher Ceng De modulator and transmitted)
    2017-07-15 16:16:13下载
    积分:1
  • c语言编程软件Dev-Cpp最新中文版
    c语言编程软件Dev-Cpp最新中文版C programming language Dev-Cpp, the latest Chinese version(C programming language Dev-Cpp, the latest Chinese version)
    2017-07-17 14:23:37下载
    积分:1
  • Visual C# 隐藏、显示开始按钮
    C# 隐藏、显示开始按钮,把Windows的开始菜单隐藏起来,看不到“开始”菜单了,Windows7则隐藏了窗口图标,不过这样会很不方便哦,本源码只是学习C#与Windows之间的相关编程技巧,下面的代码实现了隐藏显示开始菜单的功能:   [DllImport("user32.dll")]//寻找窗口列表中第一个符合指定条件的顶级窗口   public static extern int FindWindow(string lpClassName, string lpWindowName);   [DllImport("user32.dll")]//在窗口列表中寻找与指定条件相符的第一个子窗口   public static extern int FindWindowEx(int hWnd1, int hWnd2, string lpsz1, string lpsz2);   [DllImport("user32.dll")]//控制窗口的可见性   public static extern int ShowWindow(int hwnd, int nCmdShow);   private void button1_Click(object sender, EventArgs e)   {    if (radioButton1.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_HIDE);//隐藏开始按钮    else if (radioButton2.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_SHOW);//显示开始按钮   }
    2022-05-20 11:42:02下载
    积分:1
  • 模拟ECG心电信号数据(matlab)
    可以通过matlab对心电信号进行模拟,分别计算特征波并整合(ECG signals can be simulated by MATLAB, and the characteristic waves can be calculated and integrated.)
    2021-03-20 15:39:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载