-
FCMandCFCM
说明: FCM算法是应用最广泛的聚类分析方法之一,CFCM也是模糊数学中的一种聚类分析算法。
现在给出的这两个算法是C++代码实现的。 (FCM algorithm is the most widely used method of cluster analysis, CFCM is a kind of fuzzy clustering analysis in the algorithm. Now given by the two algorithms is the C++ code to achieve.)
- 2009-07-27 17:03:28下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
POPGENE
微卫星SSR基本数据分析常用软件,功能比较强大,具有通用性(Microsatellite SSR commonly used basic data analysis software, the function is stronger, is versatile
)
- 2014-01-21 21:40:10下载
- 积分:1
-
publicationdtl
S u r f e r自动控制技术在气象资料 自动成图中的应用 (Ab s t r a c t : The ma i n f un c t i o n s o f Su r fe r s o f t wa r e,Ac t i v e X a u t o ma t i o n t e c h ni q ue a nd t he i n t e r fa c e o f VB a p p l i c a t i o n a n d S u r fe r a r e i nt r o—
d u c e d i n t h i s p a p e r .I t i s a l s o i n t r o d u c e d h o w t o c o mb i n e t h e s t r o n g a b i l i t y o f d e v e l o p me n t u s i n g VB s o f t wa re a n d t he s t r o n g ma p p i n g i n
Su r f e r b a s e d o n t he i n t e r fa c e.a nd t he k e y pr og r a m t o C a / T y o u t t h e i nt e r fa c e t e c hn i q u e a nd a c a s e o f a p pl i c a t i o n a ut o ma t i c ma p pi n g a r e
pr e s e n t e d. )
- 2010-02-26 13:37:35下载
- 积分:1
-
geom3d_2012.04.05
matlab中多种三维图形的自动生成程序源码(matlab automatically generate a variety of three-dimensional graphics program source code)
- 2012-10-21 18:10:14下载
- 积分:1
-
S_1236_singal_pll_10a
matalab similink 锁相环 仿真建模(matalab similink PLL simulation)
- 2012-11-11 16:38:19下载
- 积分:1
-
PIC16F73inverter
正弦波逆变器程序图以及代码实现,是用mplab实现的(sina inverter)
- 2011-05-03 15:49:54下载
- 积分:1
-
qianyanjishu
关于IT界现今为止还算前沿的一些技术,作为导论式的资料,可作为参考(Up until now fairly on the IT sector, a number of cutting-edge technology, as the introductory-style information can be used as reference to)
- 2010-01-09 00:23:39下载
- 积分:1
-
matlabzhifangtu
matlab中的直方图均衡,适合初学图像处理者使用,希望采纳(matlab histogram equalization, image processing suitable for beginners to use, hope to adopt)
- 2015-03-18 14:47:38下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1