搜索资源列表
-
0下载:
这是一个远程控制的源程序,算法复杂度低,功能强大,希望对大家有所帮助!-This is a remote control of the source, the algorithm complexity is low, powerful, we want to help!
-
-
0下载:
复杂网络抽取社区骨架的算法,对于理解复杂网路很哟帮助-Complex network of community-based skeleton extraction algorithm, for understanding the complexity of the network is to help yo
-
-
0下载:
比较6种算法的复杂度,该程序实现简单、执行速度快且容易理解。-Comparison of six kinds of algorithm complexity
-
-
0下载:
工作流调度程序,同其他同类算法相比,该算法复杂度小,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
-
-
0下载:
复杂网络抽取社区骨架的算法,对于理解复杂网路很哟帮助-Complex network of community-based skeleton extraction algorithm, for understanding the complexity of the network is to help yo
-
-
0下载:
数组编程的一种优化算法,实现复杂网络编程的方便与便捷。-An array of programming optimization algorithm to realize the complexity of network programming convenience and convenient.
-
-
0下载:
这是算法设计的课堂作业最多约数问题,里面包括输入文件和源码,算法复杂度较低-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
-
-
2下载:
标签传播算法,用于挖掘网络中的社团结构的算法。它最大的优点在于近线性的时间复杂度。-Label propagation algorithm is a algorithm for mining community structure of complex networks. Nearly linear time complexity is its greatest advantage.
-
-
0下载:
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
-
-
4下载:
基于蚁群算法的无人机航迹规划matlab算法
本算法的主题思想是基于胡中华博士的论文,但是在具体编程的过程中发现其博士论文中在制定启发因子的时候,存在一定的问题,没有分清远离威胁点、在威胁点威胁范围内的威胁概率计算情况,并对威胁概率的点计算转换成连续区间的威胁概率,即转换成定积分的形式进行编程
本算法只是初步算法, 总体来说是可以运行的,但是因为程序设计过程中没有考虑算法的复杂度,考虑的东西太多,反而增加了算法的复杂度,导致耗时比较多(Ant Colony Algorithm Based U
-