搜索资源列表
2004100418412417516
- 这是一个远程控制的源程序,算法复杂度低,功能强大,希望对大家有所帮助!-This is a remote control of the source, the algorithm complexity is low, powerful, we want to help!
BASampling
- 复杂网路中的BA无标度网络的边抽样分析 以及编程实现,如何实现算法。
ScaleFreeNetwork
- 无标度网络结构相对简单,实现算法与可视化并不困难。与其它语言相比,Matlab 语言具有丰富的数学 函数库,能够写出简约的源代码。对于非计算机专业的大学生来说,以此为基础,能够快速进入复杂网络前沿 研究课题,对其数学建模能力和科研能力的培养极为有益。-Scale-free network structure is relatively simple algorithm is not difficult and visualization. Compared with other lang
sort
- 比较6种算法的复杂度,该程序实现简单、执行速度快且容易理解。-Comparison of six kinds of algorithm complexity
paixu
- 几种排序算法的设计以及时间复杂度的比较.-Several sorting algorithms time complexity of the design and comparison of
DAGSchedule1
- 工作流调度程序,同其他同类算法相比,该算法复杂度小,Makespan更短,该程序附DAG(Directed Acyclic Graphs)输入的例子。-Workflow Scheduler, compared with other similar algorithms, the complexity of the algorithm is small, Makespan shorter, the program with DAG (Directed Acyclic Graphs) input e
analysis
- 分析复杂网络中节点度大小,并一一剔去度小的点,我们得到k-shell的算法代码,得到一个网络的核。-obtain the shell of network
matlab
- 复杂网络相似性指标的实现和对比,同时可以实现无标度网络和邻耦网络两个复杂网络的预测。并对预测结果进行评估。改进了预测算法,提出了预测精度评价的新指标,使精度评价更准确。-Implementation and comparison of the complex network of similar indicators, and can achieve scale-free network and neighbor coupled network prediction of two complex
BASampling
- 复杂网路中的BA无标度网络的边抽样分析 以及编程实现,如何实现算法。-Complex network of BA scale-free network edge sampling analysis and programming, how to realize the algorithm.
GS_CH_MOPSO_Grey
- 多目标非线性约束的粒子群算法,采用灰度理论,混沌理论,动态惩罚函数,可针对任何复杂函数进行优化,效果很好-Nonlinear constrained multi-objective particle swarm algorithm, using gray theory, chaos theory, dynamic penalty function can be optimized for any complex function, the effect is very good
maximumissues
- 这是算法设计的课堂作业最多约数问题,里面包括输入文件和源码,算法复杂度较低-This is the algorithm design of classroom work a maximum of about a few issues, which include the input file and source code, algorithm complexity is low
bbv
- 论文调研了复杂网络的结构特征,基于复杂网络的方法对在线社会网络的多种属性进行了分析,并利用MATLAB仿真工具对在线社会网络数据源进行了仿真,论文重点分析了在线社会网络的度分布、集聚系数、平均最短路径三个基本特征量,仿真实验结果表明在线社会网络具有小世界特性和无标度特性;然后,基于节点收缩的方法对网络节点重要性进行评估,根据节点重要度找出在线社会网络中的核心节点;进而,采用标签传播算法对在线社会网络进行社团划分,改进了算法的结条件,可在不影响划分结果的前提下,大大提高了运算效率。-Studies
LPA
- 标签传播算法,用于挖掘网络中的社团结构的算法。它最大的优点在于近线性的时间复杂度。-Label propagation algorithm is a algorithm for mining community structure of complex networks. Nearly linear time complexity is its greatest advantage.
1223
- TSP是典型的NP完全问题,即其最坏情况下的时间复杂度随着问题规模的增大按指数方式增长,遗传算法可进行有效求解(TSP is a typical NP-complete problem, that is, the time complexity in the worst case increases exponentially as the scale of the problem increases, and the genetic algorithm can be effectively s
Untitled
- 基于蚁群算法的无人机航迹规划matlab算法 本算法的主题思想是基于胡中华博士的论文,但是在具体编程的过程中发现其博士论文中在制定启发因子的时候,存在一定的问题,没有分清远离威胁点、在威胁点威胁范围内的威胁概率计算情况,并对威胁概率的点计算转换成连续区间的威胁概率,即转换成定积分的形式进行编程 本算法只是初步算法, 总体来说是可以运行的,但是因为程序设计过程中没有考虑算法的复杂度,考虑的东西太多,反而增加了算法的复杂度,导致耗时比较多(Ant Colony Algorithm Based U