-
xingtaifenxi
一个实用的形态分析程序,可以将RGB形态转化为HSI!(A practical shape analysis program can be RGB form into HSI!)
- 2010-09-20 21:30:53下载
- 积分:1
-
SPLBASE
多元线性回归算法,能将多个线性的物质之间的变量和自变量之间建立相关度高的线性回归方程。(Multiple linear regression algorithm, can the variables and between multiple linear material to set up linear regression equation with high correlation between independent variables.
)
- 2013-10-03 23:50:29下载
- 积分:1
-
xianxingtiaopin
线性调频,用matlab编写生成FPGA的mif文件(LFM, prepared with the matlab generate FPGA-mif file)
- 2009-10-23 17:12:43下载
- 积分:1
-
warpGUI_v2.1lic
处理质谱曲线warping的一个GUI程序,很不错-MS treatment warping curve a GUI program, it is good(a GUI to deal with mass spectrometry figure )
- 2012-05-17 18:37:02下载
- 积分:1
-
MATLAB
基于RBF神经网络的短期客流预测,开发环境matlab,两个m文件,一个是选择数据的,另一个是主文件(Based on RBF neural network short-term passenger flow forecast, the development environment matlab, two m documents, is a choice of the data, the other is a master file)
- 2011-12-04 12:01:41下载
- 积分:1
-
TSP(GA)
遗传算法求tsp问题及其matlab代码实现
主程序中有一rand( seed ,n) n 为某一整数, 这是设置随机数发生器的种子,这样实际上规定了随机数发生的方式,因此后面的随机数其实都是定下来的,这样所有人就可以看到同一结果, 可注释掉此行,那么每次的结果就不一定再相同了. (Genetic algorithm to solve the TSP problem and the matlab code to achieve
A Rand main program ( seed , n) n as an integer, which is the setting of the random number generator seed, this actually provides a random number generating means, so the random number behind actually are determined, so that everyone can see the same results, can comment out this line, then each time the results do not necessarily the same.
)
- 2015-01-27 19:23:01下载
- 积分:1
-
pbinomial
Smooths scattered binary response data with a P-spline
- 2009-03-29 08:44:12下载
- 积分:1
-
yasuo
MATLAB实现JPEG图像压缩,进过实现,可以运行(MATLAB realization of JPEG image compression, been to achieve, you can run)
- 2011-05-29 08:58:59下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
Yulong_dkvneq
matlab编写的课设作业,是一个kgNAAQ游戏程序,在程序中执行QcOHusO算法,包括扫雷,纸牌,kgNAAQ等游戏的编写流程都很清晰.
(matlab write class-based work, is a kgNAAQ game program executionQcOHusO algorithm in the program, including mine clearance, playing cards and other games of the preparation process is very clear.
)
- 2015-12-24 21:57:20下载
- 积分:1