搜索资源列表
BAmodel.rar
- 生成复杂网络中的无尺度网络,BA模型,分析节点度数,聚集系数等,Build complex networks in the scale-free networks, BA model to analyze the node degree, clustering coefficient, etc.
k-means
- 基于K-means聚类算法的社团发现方法 先定义了网络中节点关联度,并构建了节点关联度矩阵, 在此基础上给出了一种基于 K-means聚类算法的复杂网络社团发现方法。 以最小关联度原则选取新的聚类中心, 以最大关联度原则进行模式归类,直到所有的节点都划分完为止, 最后根据模块度来确定理想的社团数-K-means clustering algorithm based on the association discovery To define a network node cor
ysfz
- 因素复杂网络节点度分布MATLAB程序,很实用,很有用,在具体问题中只需要修改参数就可以使用。-Complex network node degree distribution factors MATLAB program, very practical, useful only in specific issues need to modify the parameters can be used.
BiTree
- 强大的二叉树代码大全,前序,中序,后序,叶子结点,入度为1,2的节点的计数-Encyclopedia of powerful binary tree code, the former sequence, in order, after the sequence, the leaf nodes, to the degree of the node counts 1,2, etc.
fork
- 在某个家谱中,每人都生两个儿子。这些人之间的关系可以用二叉树来表示。这些二叉树总共有N个节点(3 <= N < 200)。这些二叉树有如下性质: 每一个结点的度是0或2。度是这个结点的儿子的数目。 树的高度等于K(1 < K < 100)。高度是从根到任何叶子的最长的路径上的结点的数目。有多少不同的家谱结构? 如果一个家谱的树结构不同于另一个的, 那么这两个家谱就是不同的。输出家谱树的个数除以9901之后的余数。-In a family tree, the p
degree
- 求连接矩阵各节点的度,度分布,以及有向加权网络的中介中心性-Demand given a network connection to the matrix of weighted out-degree of each node
network_backbone
- This function computes the backbone structure of a given weigthed graph (Matrix), keeping a minimum min_dens_nc degree for each node.-This function computes the backbone structure of a given weigthed graph (Matrix), keeping a minimum min_dens_nc de
kcsj
- 数据结构课程设计的,选存储结构,输入含n个顶点(用字符表示顶点)和e 条边的图G; (2)求每个顶点的度,输出结果; (3)指定任意顶点x为初始顶点,对图G作DFS遍历,输出DFS 顶点序列(提示:使用一个栈实现DFS); (4)指定任意顶点x为初始顶点,对图G作BFS遍历,输出BFS 顶点序列(提示:使用一个队列实现BFS); (5)输入顶点x,查找图G:若存在含x的顶点,则删除该结点及 与之相关连的边,并作DFS遍历(执行操作3);否则输出信 息“无x”; (6)判断图G是否是连通图,输出信
complex-network-node
- 求网络图中各节点的度及度的分布曲线,在在workplace中运行。-For network diagram of each node in degrees and degree of the distribution curve, in addition, in the workplace operation.
zui-da-liu
- 计算最大流程序,根据顶点,节点的出入度,随机生成网络并计算最大流。-Calculate the maximum flow procedures, randomly generated according to the degree of vertex and node access network and computing the maximum flow.
complex-networks
- 用matlab求复杂网络的节点的度、聚类系数、路径长度等,是关于有向网络的。-Complex networks using matlab and node degree, clustering coefficient, path length, to the network.
regular-LDPC-code
- Low Density Parity Check (LDPC) 信道编码的C程序。二部图连接关系的输入在20000.10000.3.631.txt 文件中。文件中的参数包括check,ariable节点的度数,具体的连接关系。可根据具体需要,需改你所需的txt文件,从而实现任意参数的LDPC程序仿真。经验证,此程序的性能正确,符合理论文献中的结果。-Low Density Parity Check (LDPC) codes simulation C program. This program i
BT
- code for binary tree A binary tree is a tree data structure in which each node has at most two child nodes, usually distinguished as "left" and "right". Nodes with children are parent nodes, and child nodes may contain references to their parents.
Cytoscape-node
- 从文件中读取复杂网络的节点,并求解网络节点的度数-find the degree of complex network
Degree_Distribution
- 求复杂网络的节点度的分布和平均节点的度,输入邻接矩阵,输出度的分布-Complicated network node degree distribution and the average node degree, input adjacency matrix, the output distribution of the degree of
Degree_Distribution
- 复杂网络拓扑性分析,关于节点的度分布,使用MATLAB,进行绘图-Computing complex network topology degree distribution, node degree distribution, using MATLAB to carry on the drawing
degreediscountic2
- 改进的基于节点度的影响最大化算法,度打折是指,每一次迭代时,度的值会根据种子节点而发生变化。-Improved based on node degree maximization algorithm, and the influence of the degree of discount means that each iteration, the degree of value will change according to the seed node
matlab-degree_distribution
- matlab基于节点度对多层多域智能光(ASON)网络进行分域划分算法-matlab based on multi-node degree multi-domain intelligent optical (ASON) network partitioning algorithm Fenwick
Degree
- 社交网络度中心性算法,按节点的度值求出节点的编号-Social network centricity algorithm, according to the node degree of the node number
BA6
- 展示了如何生成一个随机无标度网络图,基本结构分析,包括度分布、聚类系数等。观察两种类型的攻击对网络的影响:随机攻击(所有的几点有相同的概率从网络中删除)、有目标地选择连接度最大的节点(节点度最大的节点从网络中删除)。(Shows how to generate a random scale-free network graph, basic structural analysis, including degree distribution, clustering coefficients, e
