登录
首页 » 界面开发 » MATLAB GUI 设计界面物理实验

MATLAB GUI 设计界面物理实验

于 2022-06-14 发布 文件大小:18.52 kB
0 144
下载积分: 2 下载次数: 1

代码说明:

使用MATLAB GUI 用户设计界面,设计一个界面可以对物理实验做各种操作,使得用户能直观了解物理实验的过程,帮助理解,进而达到教学辅助的目的!!!!

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

发表评论

0 个回复

  • 宿舍管理系统
                         软件名称:桃园宿舍管理系统 随着科技的进步,管理、通讯等领域的信息化不断地在发展成熟。与此同时企业对信息化需求也在不停地增长,计算机、网络技术已渗透到学校的日常工作中。传统的纸质的信息管理方式已逐渐不能满足学校对大量学生住宿信息的快速传递与处理的需求。在各高校中,用计算机管理学校宿舍人员的住宿信息已经越来越普遍了。使用计算机进行信息化共享的统一管理不但可以提高工作效率,而且还节省了许多人力物力,增强了宿舍人员资料的安全性,提高了宿舍的管理能力,为此,用计算机来管理宿舍的信息,是非常必要的。 无锡NIIT软件有限公司作为专业从事软件开发与运营、互联网人才和教育服务的高新技术企业,每年都有全国各地的学子来此进行学习和工作,为了适应信息革命的挑战,充分利用现代化手段持续创新,适应新形势、新环境、新技术、新要求,重新整合资源、提升自身的管理和服务水平,提高桃园宿舍区的管理效率,建立数据中心,需要进行本项目的建设。
    2023-06-10 10:15:05下载
    积分:1
  • 一个不错的office 2003
    一个不错的office 2003 界面类-a good office category 2003 interface
    2022-07-06 15:29:28下载
    积分:1
  • 一个在vc平台上别写的多文档浏览器(带有编程思路讲究的哦)...
    一个在vc平台上别写的多文档浏览器(带有编程思路讲究的哦)-a platform in many other document browser (with programming ideas of attention oh)
    2022-03-14 00:10:03下载
    积分:1
  • 该文件包含一个总结你将每个文件现,麦…
    This file contains a summary of what you will find in each of the files that make up your DemoZoom application.
    2023-06-06 00:35:04下载
    积分:1
  • 科学计算器,主具备以下功能: 1、通过直接输入表达式进行加、减、乘、除、乘方、方、括号基本运算求值,需要考虑其符号优先级别; 2、加入三角函数,可...
    科学计算器,主界面具备以下功能: 1、通过直接输入表达式进行加、减、乘、除、乘方、开方、括号基本运算求值,需要考虑其符号优先级别; 2、加入三角函数,可进行正弦、余弦、正切、余切的运算; 3、对十进制数进行二进制、八进制、十六进制的转化; 4、实现弧度制的数与角度制的数互相转化。 -Scientific calculator, the main interface with the following functions: 1, through direct input expressions to add, subtract, multiply, divide, involution, administration, basic operations in parentheses evaluated the need to consider the symbol priority 2, by adding trigonometric functions , can be sine, cosine, tangent, cotangent computing 3 pairs of decimal to binary, octal, hexadecimal, conversion 4 to achieve the number and angle of curvature of the system the number of mutual transformation of the system.
    2023-08-17 15:00:04下载
    积分:1
  • 机器里要装有Flash播放软件(你的IE能显示Flash)。IE之所以能显示Flash是安装了由 Macromedia公司提供的swflash.ocx控件,...
    机器里要装有Flash播放软件(你的IE能显示Flash)。IE之所以能显示Flash是安装了由 Macromedia公司提供的swflash.ocx控件,我们可以在Win98的$WindowsSystemMacromed Flash中 或在Win2000中的$WinntSystem32 MacromedFlash中找到它。ActiveX控件在Windows里是通用的, Delphi也同样支持。 -machine to be installed Flash Player software (IE you can show that the Flash). IE will show why Flash is installed by the Macromedia swflash.ocx control, we can Win98 $ Windows System Macromed Flash or in the Win2000 $ WINNT System32 Macromed Flash find it. ActiveX control in Windows Lane is a versatile, Delphi also support.
    2022-01-26 01:57:39下载
    积分:1
  • 对windows中drag
    对windows中drag-drop操作进行有巧妙的封装,使拖曳操作的编程变得简单易用,有类的使用例子代码。-Of windows in the drag-drop operations are clever packaging, so that programming drag operation become easy to use, there are examples of the use of category code.
    2022-05-09 09:51:57下载
    积分:1
  • a very user
    一个非常好用的javascrip写的隐藏框架例子 对开发一些WEB系统和后台..操作方便.. -a very user-friendly javascrip was hidden framework for the development of a number of examples of Web systems and background .. easy to operate ..
    2022-03-12 00:51:07下载
    积分:1
  • implement cmddlg,是windows 例程,主要用于设计
    implement cmddlg,是windows 例程,主要用于界面设计-implement cmddlg, windows routines, mainly for interface design
    2022-03-25 17:41:29下载
    积分:1
  • 在MFC网格控件使用组合框
    Using comboboxes in the MFC Grid Control Since I posted my MFC grid control I ve had a lot of requests asking how to use other methods of editing cells in the grid. Ken Bertelson has taken this to the extreme, with his Grid Tree control. For some this was a little too involved, so I ve created a demo project that shows how to replace the default editing with a simple combo box. Previous methods of achieving this required that a new CGridCtrl derived class be created. With the new structure in the 2.X versions of CGridCtrl it s now a lot simpler. -Using comboboxes in the MFC Grid ControlSince I posted my MFC grid control I ve had a lot of requests asking how to use other methods of editing cells in the grid. Ken Bertelson has taken this to the extreme, with his Grid Tree control. For some this was a little too involved, so I ve created a demo project that shows how to replace the default editing with a simple combo box. Previous methods of achieving this required that a new CGri
    2022-05-29 23:54:42下载
    积分:1
  • 696516资源总数
  • 106571会员总数
  • 2今日下载