资源列表
clock
- 简易时钟,MATLAB界面开发程序源代码,产生一个显示时间的界面-clock produce a small program in order to see the time
jiami
- 此加密算法采用维吉尼亚加密体制进行第一重加密,自动密钥体制进行第二重加密,故一般破译比较有难度-This encryption algorithm the Virginia encryption system first re-encryption, automatic key system for the second layer of encryption, it is generally decipher more difficult
linefit
- 非常好用和实用的直线拟合MATLAB小程序。-Very easy to use and practical linear fitting MATLAB applet.
Refer-to-the-code
- 基于单片机和DDS的程序代码参考,这是部分参考程序,不是完整的,请自己补充完整-MCU and DDS-based program code reference, which is part of the reference procedure is not complete, please add your own
Forme
- HOW TO DRAW ANY FORM.
client
- 基于UDP写的服务端与客户端 实现了服务端与客户端之间发送消息-UDP server client
39709569Thepicturemutuallyreduce[matlab]
- to subtract background
oct1-3matlab
- 1/3倍频程matlab 倍频程分析形成图像-1/3 octave octave analysis matlab image is formed
OK-Upload
- Easy form by upload files using array.
lab06
- 编写Gauss-Seidel迭代和SOR迭代的通用程序-Write Gauss-Seidel iteration and SOR iteration general program
fishers-linear-discriminant
- THIS IS FISHER LINEAR DISCRIMINANT MATLAB CODE
juzhen
- 基本思想与分治法类似,也是将待求解的问题分解为若干个子问题(阶段),按顺序求解子阶段,前一子问题的解,为后一子问题的求解提供了有用的信息。在求解任一子问题时,列出各种可能的局部解,通过决策保留那些有可能达到最优的局部解,丢弃其他局部解。依次解决各子问题,最后一个子问题就是初始问题的解。 由于动态规划解决的问题多数有重叠子问题这个特点,为减少重复计算,对每一个子问题只解一次,将其不同阶段的不同状态保存在一个二维数组中。 -The basic idea with the divide