登录
首页 » matlab » matlab

matlab

于 2020-06-30 发布 文件大小:19956KB
0 215
下载积分: 1 下载次数: 35

代码说明:

  针对一本matlab gui设计学习手记的例程,可以配套本套学习资料学习matlab。此程序包括串口通信,俄罗斯方块,科学计算器,密码登陆框,摇奖台的matlab程序,可直接运行,对其他程序开发有很大帮助(Routine for a matlab gui Notes of a design study, supporting the set of learning materials to learn Matlab. This program includes serial communication, Tetris, scientific calculator, password login box, ERNIE station matlab program can be run directly, of great help to the development of other programs)

文件列表:

串口通信助手编译文件

....................\serial_communication2.asv,13324,2011-01-03
....................\serial_communication2.fig,10059,2011-01-03
....................\serial_communication2.m,13317,2011-01-03
....................\serial_communication2_activex1,3584,2011-01-03
....................\编译文件
....................\........\mccExcludedFiles.log,2904214,2011-01-03
....................\........\readme.txt,2884,2011-01-03
....................\........\serial_communication2.exe,8086143,2011-01-03
....................\........\编译方法.txt,74,2011-01-03
俄罗斯方块编译文件
..................\dafei08.asv,21679,2009-09-07
..................\dafei08.fig,8018,2009-09-07
..................\dafei08.m,21723,2009-09-21
..................\fenshu.mat,266,2011-01-03
..................\jinyong.wav,4990766,2009-09-07
..................\xianjian.wav,2396974,2009-09-07
..................\版本说明.txt,1649,2009-09-21

..................\编译文件
..................\........\dafei08.exe,9239811,2011-01-03
..................\........\mccExcludedFiles.log,13245963,2011-01-03
..................\........\readme.txt,2870,2011-01-03
..................\........\编译命令.txt,77,2011-01-03
密码登陆框编译文件

..................\login.asv,15360,2011-01-03
..................\login.exe,192679,2011-01-03
..................\login.fig,6031,2011-01-03
..................\login.m,15445,2011-01-03
..................\login.mat,308,2011-01-03
..................\mccExcludedFiles.log,1368060,2011-01-03
..................\readme.txt,2868,2011-01-03
..................\编译文件
..................\........\login.exe,192680,2011-01-03
..................\........\mccExcludedFiles.log,1368060,2011-01-03
..................\........\readme.txt,2868,2011-01-03
..................\........\编译命令.txt,38,2011-01-03
摇奖台编译文件
..............\award.fig,3865,2011-01-03
..............\award.m,4773,2011-01-03
..............\award_activex1,3584,2011-01-03
..............\编译文件
..............\........\award.exe,186657,2011-01-03
..............\........\mccExcludedFiles.log,1361946,2011-01-03
..............\........\readme.txt,2868,2011-01-03
..............\........\编译命令.txt,30,2011-01-03
科学计算器编译文件

..................\jisuanqi4.fig,15013,2011-01-03
..................\jisuanqi4.m,24319,2011-01-03
..................\编译文件
..................\........\jisuanqi4.exe,201964,2011-01-03
..................\........\mccExcludedFiles.log,1368060,2011-01-03
..................\........\readme.txt,2872,2011-01-03
..................\........\编译命令.txt,29,2011-01-03

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

发表评论

0 个回复

  • untitledlly2
    基于SIMULINK开发的分数阶控制器,同时带有ITAE评价标准部分(design of fractional order controller based on SIMULINK,the model contains the part of evaluation criteria with ITAE)
    2010-06-30 15:36:07下载
    积分:1
  • i
    说明:  Download the file porsch.tiff. Write an M-file that get the image and does the following tasks: i. Smooth the image with a 3×3 filter mask.
    2014-09-11 15:06:25下载
    积分:1
  • QRSdetect
    说明:  qrs的检测算法,利用matlab实现,检出率高 (qrs detect)
    2010-03-16 15:40:10下载
    积分:1
  • fpextractdemo
    此代码是利用 MATLAB 工具设计的一个指纹数字图像识别系统的关键代码(fingerprint identification)
    2015-01-22 21:57:59下载
    积分:1
  • FUZZCLUST2
    这是接着上一次的一些大家很可能用到的聚类分析方法,有PCA等,希望能给大家一些帮助。(then this is the last time some people may use the cluster analysis method, PCA. I hope that it provides some help.)
    2007-01-28 13:00:33下载
    积分:1
  • 127-A-direct-torque-control-of-induction-motor-ba
    direct torque control of induction machine with thre level inverter
    2013-11-14 06:43:42下载
    积分:1
  • OptUPFCConDe2
    说明:  matlab在电力系统中的应用,基于UPFC仿真程序(matlab in power system applications, based on UPFC simulation program)
    2008-10-18 21:22:30下载
    积分:1
  • PID-differentiator
    基于微分器的PID控制matlab程序源码(PID control based differentiator)
    2014-09-10 19:55:39下载
    积分:1
  • MATLAB-JC
    本资料是一个用PPT制作的MATLAB教程,供XUEXI 学习MATLAB的人员使用,是一个经典的学习资料。(This information is a PPT production of the MATLAB tutorial for use by persons XUEXI learn MATLAB is a classic learning materials.)
    2013-09-11 09:54:15下载
    积分:1
  • matlab_dll_Cpp
    作者曾经实现过将matlab函数编译成dll供Cpp调用,这篇文章的目的是对新增的面向对象的的扩展mwArray进行讲解,matlab很容易和C/C++联合起来使用。 以前做过matlab7与c++的混合编程:将matlab函数编译成dll给C++调用,从而加快开发的进度。但是今天在matlab2008b下面又做了一遍,发现matlab又改了很多东西,诸如增加了面向对象的的扩展mwArray,于是做笔记如下。(matlab_dll_Cpp)
    2010-06-29 13:59:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载