资源列表
[matlab例程] ScientificComputation
说明:本文件给出了科学计算所涉及的常用问题的源程序,同时给出了一些例题,适应初学Matlab者。-This document gives the commonly used scientific computing problems involved in source code, and gives some examples, those who meet the novice Matlab.<袁达明> 在 2025-11-16 上传 | 大小:2.22mb | 下载:0
[人工智能/神经网络/遗传算法] ID3
说明:ID3算法,对随机生成的15组数据进行最佳分类,得到最佳决策树-ID3 algorithm, randomly generated 15 sets of data were the best classified, best decision tree<chenmao> 在 2025-11-16 上传 | 大小:49kb | 下载:0
[数值算法/人工智能] A_Tutorial_on_Spectral_Clustering
说明:谱聚类的最新英文教程,详细描述了谱聚类的每一个步骤,讲解清晰明了,想现在最实用最全面的谱聚类基础教程。-In recent years, spectral clustering has become one of the most popular modern clustering algorithms. It is simple to implement, can be solved eciently by standard linear algebra software, and<heyudi> 在 2025-11-16 上传 | 大小:358kb | 下载:0
[数学计算/工程计算] MaximumMatching
说明:用匈牙利算法实现的任务分配程序,对随机生成的矩阵求出最大匹配-Hungarian algorithm with task allocation procedures, randomly generated matrix of the maximum matching obtained<chenmao> 在 2025-11-16 上传 | 大小:21kb | 下载:0
[数学计算/工程计算] contour
说明:等值线算法 1. 根据给定点生成三角形网格(具体见三角形网格生成算法),假设标量场在三角形的内部及边上满足线性分布关系。 根据标量场的最大值和最小值以及等值线的条数(可以设置一个缺省值比如30, 用户可以改变该值), 均匀划分出一系列的等值线的给定值。 对每一个给定值, 对所有三角形单元搜索一遍。 如果这个给定值位于某三角形单元的三个顶点处的标量值的最大值和最小值之间, 则必定在三角形的边上存在着两个点, 这两个点的标量值等于给定值。 把这两个点连接起来就得到等值线的一部分(参见图1<chengc> 在 2025-11-16 上传 | 大小:14kb | 下载:0