搜索资源列表
FuzzyClusteringToolbox
- 四种聚类算法源代码及示例代码,本程序的最终目的是形成一套标准的用于聚类、可扩展的工具。包括的内容有1. 聚类算法:Kmeans和Kmedoid算法、FCMclust, GKclust, GGclust算法 2. 评估分类原型:程序可以在二维图像上绘制出聚类的结果 3. 验证:程序给每一个算法提供验证机制,每个聚类算法会统计Partition Coefficient (PC), Classification Entropy (CE), Partition Index (SC), Separatio
ADC0832
- /* 功能:该程序可实现对ADC0832的控制,包括,启动ADC,选择输入通道,输入信号的模式《单端输入,或差分输入》 /* 并将采集到的数据进行处理,将读出的16进制转换为10进制形式 ,即程序中变量b,s,g的值 /* (与该程序相适应的硬件电路,P3_4-〉cs;P1_0->clk P1_1->DI&DO 参考电压与电源为同一个输入端) /* 最小输出电压:0.00V;最大输出电压:5.10v 分辨率:0.02v 误差:+/-0.01v /* /* 该程序已
FuzzyClusteringToolbox
- 四种聚类算法源代码及示例代码,本程序的最终目的是形成一套标准的用于聚类、可扩展的工具。包括的内容有1. 聚类算法:Kmeans和Kmedoid算法、FCMclust, GKclust, GGclust算法 2. 评估分类原型:程序可以在二维图像上绘制出聚类的结果 3. 验证:程序给每一个算法提供验证机制,每个聚类算法会统计Partition Coefficient (PC), Classification Entropy (CE), Partition Index (SC), Separatio
pso_in_SD
- 最新SD期刊上关于改进型PSO算法,我是通过学校内部数据库在SD下载的哦!包括《A dynamic inertia weight particle swarm optimization algorithm》、《Adaptive Particle Swarm Optimization》、《Cyber Swarm Algorithms – Improving particle swarm optimization using adaptive memory strategies》。这三篇都是比较有研
11
- 先初始化各芯片,包括8233接二极管,8253接1MHZ频率,数据口放入0C350H,8259用IRQ3等;然后,开中断,等待脉冲中断。一次脉冲会在DATA6中记录,满20次脉冲表明过了1秒钟,此时,LED更新时间,中断处理程序用来实现LED显示的控制和状态是否要改变的判断;WATING程序段用来实现二极管的显示以及是否进入3秒以内,若小于等于3秒,则调用闪烁程序。 设置DI作为变量保存状态2到状态9执行一次的循环次数,循环一次,DI就自减1,若DI不为0,则跳转到状态2重复执行,若DI减
clustering-system
- 本程序的最终目的是形成一套标准的用于聚类、可扩展的工具。包括的内容有1. 聚类算法:Kmeans和Kmedoid算法、FCMclust, GKclust, GGclust算法 2. 评估分类原型:程序可以在二维图像上绘制出聚类的结果 3. 验证:程序给每一个算法提供验证机制,每个聚类算法会统计Partition Coefficient (PC), Classification Entropy (CE), Partition Index (SC), Separation Index (S), Xi
cvmlib.6.0
- CVM C++类库封装了很多矩阵计算的函数。是科研、数值计算必不可少的工具。其中包括各种矩阵和向量的定义,如方阵、对称矩阵、共轭矩阵等。-CVMC++ class library1 encapsulates the concepts of vector and dierent kinds of matrices including square, band, symmetric and hermitian ones, in Euclidean space of real and complex
cPP
- 里面有多个c++代码,适合初学者参考,其中包括排序的两种方法(冒泡法、选择法)、判断素数、偶数输出-ying yu neng li shui ping di a ,bunebgfanyi a,zi dong fan yi you mei fan yi zhi neng zhe yang ban le
2011all
- 数学建模,迪杰克斯拉算法,指数合成法,包括文档和代码-Mathematical modeling, Di Jie Ke Sila algorithm, index of synthesis, including the documentation and code
CPolygon
- 定义了平面多边形类。 其中包括了多边形的很多方法:中心三角化,迪落尼三角化,判断对角线是否在多边形内,等。-Define a plane polygon class Including many polygon method: whether the center triangulation, Di off the Niger Delta, judgment diagonal within the polygon, etc..
GDI-class-library
- DI类库下载(VC++开发常备),包括GdiPlus.lib库以及GdiPlus.h、GdiPlusPath.h、GdiPlusBrush.h、GdiPlusMem.h、GdiPlusTypes.h、GdiPlusFlat.h……等-The DI Class Library download (VC++ development standing), including GdiPlus.lib libraries and through GDIPlus.H, GdiPlusPath.h, GdiP
Age1725B
- 上位机控制程序,原本用于老化嵌入式系统(代号1725),通过上位机下发指令,并显示嵌入式系统的DI、DO等状态。 包括1、通过以太网和嵌入式系统相连接;2、上位机的控制界面;3、其他相关逻辑功能。 -PC control program, originally used for aging embedded systems (code 1725), issued instructions through the PC and display of embedded systems D
FuzzyClusteringToolbox
- 四种聚类算法源代码及示例代码,本程序的最终目的是形成一套标准的用于聚类、可扩展的工具。包括的内容有1. 聚类算法:Kmeans和Kmedoid算法、FCMclust, GKclust, GGclust算法 2. 评估分类原型:程序可以在二维图像上绘制出聚类的结果 3. 验证:程序给每一个算法提供验证机制,每个聚类算法会统计-Partition Coefficient (PC), classification Entropy (CE), Partition Index (SC), Separati
di-shang-tu-pian-chuli
- matlab 源码程序 基于互信息熵的图像配准方法,其中包括图像配准的程序,还有程序运行的界面,对于初学图像配准或者利用MATLAB做GUI界面的同学有所帮助-matlab source program based on mutual information image registration methods, including image registration procedures, as well as running the interface, image registratio
advantechDAQ-system
- 基于研华数据采集卡的虚拟仪器设计,包括AI,AO,DO,DI-advantech DAQ System desing ,including AI,AO,DO,DI part
bangfie
- 包括四元数的各种计算,基于人工神经网络的常用数字信号调制,用于信号特征提取、信号消噪。- Including quaternion various calculations, The commonly used di
VB-CS-S7-1200-S7TCP
- VB2010,C#2010与西门子S7-1200/S7-1500的PLC进行以太网通讯的工程代码,支持浮点、双整型数据等类型,无须在PLC内编程配合,直接通过网络接口访问PLC的数据区域,包括DI,DQ,M,DB;-VB2010, C# 2010 and Siemens S7-1200/S7-1500 PLC for Ethernet communication engineering code to support floating-point, double integer data typ
S7-200Smart-TCP-VB-CSharp-CODE
- VB2010,C#2010与西门子S7-200SMART的PLC进行以太网通讯的工程代码,支持浮点、双整型数据等类型,无须在PLC内编程配合,直接通过网络接口访问PLC的数据区域,包括DI,DQ,M,V;-VB2010, C# 2010 and Siemens S7-200SMART PLC for Ethernet communication engineering code to support floating-point, double integer data types, witho
VB-CSharp-S7-300-S7TCP-CODE
- VB2010,C#2010与西门子S7-300/400的PLC进行以太网通讯的工程代码,支持浮点、双整型数据等类型,无须在PLC内编程配合,直接通过网络接口访问PLC的数据区域,包括DI,DQ,M,DB;-VB2010, C# 2010 and Siemens S7-300/400 PLC for Ethernet communications engineering code to support floating-point, double integer data types, witho
评价
- 对图像分割结果与groundtruth对比评价,并且可以计算三维重建后平均距离和表面最大距离(The results of image segmentation are compared with groundtruth, and the average distance and the maximum distance of the surface can be calculated)