-
face-recognition
The simplest of face recognition Matlab code
- 2014-10-24 15:27:15下载
- 积分:1
-
double
说明: 对cstr进行模型建立,并进行线性化,求出其状态方程和阶跃响应(Model the cstr and linearize it to find its state equation and step response.)
- 2019-05-13 10:38:21下载
- 积分:1
-
quantization
This matlab code read bmp file and seperate it to R,G,B components. And also quantize the image.
- 2010-06-07 19:45:04下载
- 积分:1
-
1
说明: 基于FCM的数据聚类分析及Matlab 实现
戈国华, 肖海波, 张敏
( 江西理工大学信息工程学院江西赣州341000 )
【摘要】: 聚类是数据挖掘中常用的数据分析技术。本文详细介绍了FCM聚类算法的理论和实现步骤。并用Matlab 演
示了FCM用于数据聚类。结果表明FCM算法是一种高效的数据聚类算法, 有很广泛的应用。(FCM clustering analysis based on the data and Matlab implementation Ge Guohua, Xiao Haibo, Zhang Min (Institute of Information Engineering, Jiangxi University of Ganzhou, Jiangxi 341000, China) Abstract: Clustering is commonly used in data mining, data analysis techniques. This paper describes the FCM clustering algorithm theory and implementation steps. And demonstrates the use of Matlab for data clustering FCM. The results show that the FCM algorithm is an efficient data clustering algorithm, a very wide range of applications.)
- 2011-04-08 13:08:45下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
KFCM_S
在文章A Modified Fuzzy C-Means Algorithm for Bias Field Estimation and Segmentation of MRI Data中加入了核估计算法(the modified code of A Modified Fuzzy C-Means Algorithm for Bias Field Estimation and Segmentation of MRI Data)
- 2018-01-05 10:14:34下载
- 积分:1
-
fuzzPID
说明: 用M文件写的模糊控制器,不是采用的模糊工具箱(M file written by the fuzzy controller, not using the fuzzy toolbox)
- 2011-03-24 22:16:10下载
- 积分:1
-
mphtxt_read_2d
读入COMSOL软件所生成的二维mphtxt三角形网格文件,读入相关网格的节点、三角形单元,边界信息。调用此函数时应将包含相关的路径与文件名的字符串作为输入参数。包
中包含了一个m函数文件与一个示例网格数据文件。
(read the information of 2-d triangle mesh file--*.mphtxt generated by COMSOL. The input parameter is the path and name of mesh file. A matlab source file and mesh file is included in it.)
- 2021-03-20 22:39:18下载
- 积分:1
-
jianmopinjie
参加数学建模大赛获奖,提供图像的拼接的matlab源代码,有很大价值(Participate in mathematical modeling contest winners, providing an image stitching matlab source code, there is great value)
- 2015-04-11 18:53:13下载
- 积分:1
-
8dpc
Direct power control DPC, direct power control
- 2018-02-17 21:32:28下载
- 积分:1