登录
首页 » IDL » show_splash_screen

show_splash_screen

于 2019-12-24 发布
0 119
下载积分: 1 下载次数: 1

代码说明:

说明:  为你的IDL交互界面添加启动画面,内含调用说明(Add a splash screen to your IDL interface)

文件列表:

show_splash_screen.pro, 2013 , 2019-12-24

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

发表评论

0 个回复

  • VIC-master
    说明:  VIC官网源代码,包括源代码和部分示例数据,欢迎广大水文学习爱好者下载(source code for VIC model)
    2020-12-22 15:14:50下载
    积分: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
  • Read-digital
    实现念数字,如输入11 输出shi yi(Realize read Numbers, such as input and output shi yi)
    2011-12-21 08:58:52下载
    积分:1
  • 源文件下载,从网络上对初学者很小的有用
    c语言算法源码 来自网络下载 文件小 对初学者有用-source download files from the network of small useful for beginners
    2022-01-26 04:45:38下载
    积分:1
  • ManningGWTinPractice
    gwt in practice 的英文原版电子书(gwt in practice of the English original e-books)
    2009-12-15 14:50:27下载
    积分:1
  • This a 802.15.4 simulator for star topology. This provides energy consumption, t...
    This a 802.15.4 simulator for star topology. This provides energy consumption, throughput, delay, and many other performance metrics.-This is a 802.15.4 simulator for star topology. This provides energy consumption, throughput, delay, and many other performance metrics.
    2022-07-02 05:42:43下载
    积分:1
  • rloader
    Relocating loader for SIC
    2009-09-27 19:54:54下载
    积分:1
  • DDSRF-PLL
    本文论述了在控制的一个重要方面电网连接的电源转换器,即检测基波正序分量的电网电压不平衡和扭曲的条件下。明确地,提出了一种积极的基于一种新的序列检测器双同步坐标系的解耦锁相环(双dq–PLL),完全消除了检测误差传统的同步参考框架(SRF–锁相环PLL)。(This paper deals with an important aspect in the control of grid connected power converters, that is, detecting the fundamental positive sequence components of the grid under unbalanced and distorted voltage conditions. Clearly, a positive decoupling PLL a new sequence detector based on dual synchronous coordinate system (double DQ - PLL), the complete elimination of the traditional synchronous reference frame detection error (SRF - PLL PLL).)
    2017-09-15 11:12:09下载
    积分:1
  • STM32F4-中文资料
    STM32F4中文资料,资料齐全,你需要的各种基本都包括了(STM32F4 Chinese information, complete information, all the basics you need are included)
    2018-09-11 10:11:36下载
    积分:1
  • DAQ数据采集经典案例
    说明:  结合daq助手进行信号采集,储存和回放,同时进行信号处理,界面设计更加人性化。(Daq assistant is used for signal acquisition, storage and playback, as well as signal processing. The interface design is more humanized.)
    2020-06-19 15:00:01下载
    积分:1
  • 696524资源总数
  • 103913会员总数
  • 34今日下载