-
mtreek
该程序是《图论及其应用》中最小生成树的克鲁斯科尔算法的其中一种描述方法,特点是求解过程和人们手动求解的思路相近。功能是输入一个赋权图的边的编号及其权值,程序返回最小生成树对应的边的编号。编号由用户自己定义,根据结果给出的编号可以由原图绘出最小生成树。(This program can get the smallest tree from a weighted-graph. )
- 2010-11-10 11:08:25下载
- 积分:1
-
vimrc
vim配置文件,可以直接解压后放在/home/username(vim config file,u can put this file inthe path /home/usrname)
- 2014-02-21 10:27:35下载
- 积分:1
-
PN-SEQ
generation of pn sequences using matlab
- 2011-06-24 13:59:56下载
- 积分:1
-
NNNJ
用MATLAB编写的一种新的神经网络训练程序,可以按照要求训练网络。(MATLAB prepared a new neural network training program, we can follow the training requirements of the network.)
- 2007-06-04 22:02:40下载
- 积分:1
-
ILC_iterativelearningcontrol
迭代学习控制:闭环以及开环控制器间切换,具有PI,D型等多型控制器,具有初态学习模块。(Iterative learning control: Closed-loop and open-loop controller to switch between, with PI, D-type and other type of controller with initial state learning modules.)
- 2013-07-15 16:24:18下载
- 积分:1
-
param
A simple applet to pass parameter from an html page
- 2014-09-05 23:12:01下载
- 积分:1
-
lianxi_meanshift
基于meanshift块跟踪,2010B运行,指定块的位置,进行块跟踪,希望对学者有帮助(Meanshift block tracking, based on the 2010B operation, the specified the position of the block, block track, and I hope to help scholars)
- 2015-01-29 10:37:08下载
- 积分:1
-
factor-graph
因子图代码,用来设计迭代接收机利用BP和VMP算法(factor graph)
- 2020-10-22 20:27:23下载
- 积分:1
-
myfriedman
practice of statistics with the help of matlab using ANOVA
- 2011-02-15 17:04:06下载
- 积分:1
-
Untitled
对frame1进行一个简化的帧内编码方案: A)将图像分为8x8的块. B)将图像每一块做DCT2变换. C)将DCT系数采用11.ppt page 35的亮度量化表量化. 量化系数 = 取整 (DCT系数./量化表). D) 统计整个图像中非零量化系统的比重, 该比重可反映什么? E) 将量化系数进行 IDCT2, 绘制出重建图像.(a example for matlab to deal with a picture)
- 2011-05-21 22:18:42下载
- 积分:1