资源列表

« 1 2 ... .63 .64 .65 .66 .67 14968.69 .70 .71 .72 .73 ... 28522 »

[数据结构常用算法tree

说明:1.可让用户选择你的测试例子,也可由用户随意输入待计算的表达式。 2.每单击一次就扩展一个结点。 3.能够显示计算过程。 即在界面中应用相应的按钮,每单击一次就计算一次。 -1. Allows the user to select your test case, the user may also be free to enter an expression to be calculated 2. Each click on the expansion of a no
<张真宇> 在 2025-07-12 上传 | 大小:1kb | 下载:0

[matlab例程Calculer-avec-MATLAB

说明:matlab tuturial for beginner
<moh> 在 2025-07-12 上传 | 大小:115kb | 下载:0

[数学计算/工程计算sparse

说明:nonlinear equations sovlers,like newton iteration method and so on.
<ly> 在 2025-07-12 上传 | 大小:11kb | 下载:0

[matlab例程kmeans

说明:function [L,C] = kmeans(X,k) KMEANS Cluster multivariate data using the k-means++ algorithm. [L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class label per column in X and a size(X,1)-by-k matrix C containing the centers
<ehsan> 在 2025-07-12 上传 | 大小:1kb | 下载:0

[matlab例程kmedioids

说明:[inds,cidx] = kmedioids(D,k) Performs k-mediods clustering only requires a distance matrix D and number of clusters k. Finds cluster assignments "inds" to minimize the following cost function: -[inds,cidx] = kmedioids(D,k) Performs k
<ehsan> 在 2025-07-12 上传 | 大小:2kb | 下载:1

[matlab例程FCM

说明:FCM1_1.m----------------------------二维随机数据聚类代码 FCM1_2.m----------------------------三维随机数据聚类代码- random data clustering code
<电子develop> 在 2025-07-12 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法FCM_iris

说明:2. iris鸢尾植物数据 a) 数据集描述:该数据集包含150个实例,属性个数为4,已知分为3类。 b) 参数选择:  聚类数为3  加权指数m=2  最大迭代次数为1000,隶属度最小变化量1e-5 -1. Iris iris plant data A) data set descr iption: the data set contains 150 examples, the number of attribute
<电子develop> 在 2025-07-12 上传 | 大小:1kb | 下载:0

[matlab例程kmeansK

说明:KMEANSK Performs K-means clustering given a list of feature vectors and k The argument k indicates the number of clusters you want the data to be divided into. data_vecs (N*R) is the set of R dimensional feature vectors for N data points. E
<ehsan> 在 2025-07-12 上传 | 大小:6kb | 下载:0

[人工智能/神经网络/遗传算法FCM_synthetic_control.data

说明:1. Synthetic Control Chart Time Series合成控制图时间序列 a) 数据集描述:该数据集包含600个实例,属性个数为6,已知分为6类。 b) 参数选择:  聚类数为6  加权指数m=2  最大迭代次数为1000,隶属度最小变化量1e-5 -1. Synthetic Control Chart Time Series Synthetic Control Chart Time sequence
<电子develop> 在 2025-07-12 上传 | 大小:116kb | 下载:0

[压缩解压Huffman

说明:Huffman (1)I-初始化(赫夫曼树),建立赫夫曼树和各个字符的赫夫曼编码,将它们存入文件hfmTree.txt中; (2)E-编码:可选择A:对用户自己输入的字符进行编码 B:对文件ToBeTran.txt中原有的字符串进行编码 将编好的赫夫曼编码存入文件CodeFile.txt中; (3)D-译码:利用已建好的赫夫曼树对文件CodeFile.txt中的字符译码,将结果存入文件TextFile中; (4)Q-推出,结束程序;-Huffman (1)I-初始
<陈笑> 在 2025-07-12 上传 | 大小:409kb | 下载:0

[matlab例程an

说明:高等数值分析matlab代码,迭代,函数拟合等-Advanced numerical analysis matlab code, iteration, function fitting, etc.
<*> 在 2025-07-12 上传 | 大小:3kb | 下载:0

[matlab例程ABCNNTrain

说明: Training Artificial Neural Network. XOR Problem. Summation Units, Log-Sigmoid Neurons with Biases. Input Layer: 2, Hidden Layer: 2, Output Layer: 1 neurons. Returns mean square error between desired and actual outputs. Reference Pape
<ehsan> 在 2025-07-12 上传 | 大小:5kb | 下载:0
« 1 2 ... .63 .64 .65 .66 .67 14968.69 .70 .71 .72 .73 ... 28522 »

源码中国 www.ymcn.org