登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:matlab
  2. 代码类别:数据结构
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Kmeans

  通过k均值算法寻找类中心,聚类,对数据实现有效划分。(The k-means algorithm is used to find the class center, the data is clustered and the data is divided.)

2
下载
71
浏览
2017-05-17发布

2. reatize

  An article about how in matlab of pso algorithm in the paper, so as to realize optimization to solve,,

0
下载
95
浏览
2017-05-13发布

3. mRMR_0.9_compiled

  按最大相关-最小冗余对特征排序,里面包括求特征间的互信息(Sort the features according to the maximum correlation minimum redundancy)

22
下载
82
浏览
2016-12-30发布

4. Desktop

  社区发现 GN 算法完整实现,无向图和有向图,强社团等(GN devide a huge matrix)

39
下载
77
浏览
2016-09-02发布

5. Dijkstra

  应用Dijkstra算法对铁路网络两站点间最短径搜索,附有我国铁路网络数据。(Application of Dijkstra algorithm rail network between the two sites on the shortest route search, with China s railway network data.)

9
下载
69
浏览
2016-01-13发布

6. JPYJ_DP_load_dispatch

  机组负荷最优分配,动态规划,最小耗水为模型,个人编写,可以运行(Unit load optimal allocation, dynamic programming, minimum water consumption for the model, the individual is written, you can run)

38
下载
62
浏览
2015-07-06发布

7. rop_matlab1

  利用宽度有限方法(BFS)寻找最短路径和最小树的算法和算例。(Use of finite width method (BFS) to find the shortest path and minimum tree algorithms and numerical examples.)

31
下载
101
浏览
2015-01-18发布

8. betweenness_centrality

  该代码是计算节点介数,分析网络的个体的重要性。简单地讲,一个节点的Betweenness表示所有的节点对之间通过该节点的最短路径条数。Betweenness很好地描述了一个网络中节点可能需要承载的流量。(The code is node betweenness calculation, analysis of the importance of individual network. Simply put, a node Betweenness said all of the article by the nodes of the shortest path between nodes to count. Betweenness well describes a network node may need to load flow. )

125
下载
138
浏览
2014-07-24发布

9. Huffman

  哈弗曼编码,构造哈夫曼树,构造哈夫曼树非常简单,将所有的节点放到一个队列中,用一个节点替换两个频率最低的节点,新节点的频率就是这两个节点的频率之和。这样,新节点就是两个被替换节点的父节点了。如此循环,直到队列中只剩一个节点(树根)。(Hoffman coding, Huffman tree structure, Huffman tree structure is very simple, all the nodes in a queue, replace the two lowest frequency node with a node, the new node and the frequency of frequency is the two nodes. So, the new node is two replaced node parent node. So the cycle, until the queue is only one node (Shu Gen). )

3
下载
54
浏览
2013-11-13发布

10. Huffman

  哈弗曼编码,构造哈夫曼树,构造哈夫曼树非常简单,将所有的节点放到一个队列中,用一个节点替换两个频率最低的节点,新节点的频率就是这两个节点的频率之和。这样,新节点就是两个被替换节点的父节点了。如此循环,直到队列中只剩一个节点(树根)。(Hoffman coding, Huffman tree structure, Huffman tree structure is very simple, all the nodes in a queue, replace the two lowest frequency node with a node, the new node and the frequency of frequency is the two nodes. So, the new node is two replaced node parent node. So the cycle, until the queue is only one node (Shu Gen). )

3
下载
82
浏览
2013-11-13发布

11. Cat

  Shu-ChuanChu受到猫日常行为动作的启发,于2006年提出了猫群算法。猫群算法的最大特征表现为在进化过程中能够同时进行局部搜索和全局搜索,具有很好的收敛速度(Shu- ChuanChu inspired by cats everyday actions, cat swarm algorithm is proposed in 2006. Cat swarm algorithm of the biggest characteristic is in the process of evolution can carry on the global search and local search at the same time, has the very good convergence )

161
下载
78
浏览
2013-08-14发布

12. Cat

  Shu-ChuanChu受到猫日常行为动作的启发,于2006年提出了猫群算法。猫群算法的最大特征表现为在进化过程中能够同时进行局部搜索和全局搜索,具有很好的收敛速度(Shu- ChuanChu inspired by cats everyday actions, cat swarm algorithm is proposed in 2006. Cat swarm algorithm of the biggest characteristic is in the process of evolution can carry on the global search and local search at the same time, has the very good convergence )

159
下载
79
浏览
2013-08-14发布

13. E2

说明:  解决节点重要性的排序问题(help something)

0
下载
50
浏览
2013-05-26发布

14. kdtree

  用matlab语言写的kdtree函数(k-d树,是一种分割k维数据空间的数据结构。主要应用于多维空间关键数据的搜索)(failed to translate)

70
下载
77
浏览
2013-05-07发布

15. matlab

  详细的二叉树画法,和其他的有所不同,很有特色的。(Details of the binary tree painting, and other different, very unique.)

91
下载
63
浏览
2013-02-28发布

16. dijk

  Dijkstra算法可以解决voronoi图中求解最短路径(Dijkstra' s algorithm can solve voronoi diagram to solve the shortest path)

28
下载
69
浏览
2012-12-06发布

17. xiande

  弗洛伊德算法计算有向网络图最短路问题。可算最短路径。(Freud algorithm to calculate the shortest path problem to the network diagram. Can be considered the shortest path.)

4
下载
59
浏览
2012-08-17发布

18. mscohere(x-y-w-noverlap-nfft-fs)

  自己开发的小程序,可以实现快速调用文件求解相干函数。(Develop their own program, you can achieve quick access to documents for solving the coherence function.)

95
下载
81
浏览
2012-05-30发布

19. beibao

  背包问题,可以解决最短路径问题,或优化问题(Knapsack problem, the shortest path problem can be solved, or optimization problems)

7
下载
73
浏览
2011-11-25发布

20. shujuyuchuli

  统计数据的预处理源程序大全,数据的平滑处理,数据的标准化转换,数据的极差归一化变换(Daquan source of statistical data pre-processing, data smoothing, standardization of data conversion, data conversion of poor normalization)

55
下载
85
浏览
2011-08-08发布