搜索资源列表
0300169
- h264帧间编码快选择算法-ENG fast interframe coding algorithm
New_Kdd1
- 特征选择算法的java 实现,并且使用Jfreechart实现图形显示 -feature selection algorithm to achieve the java, and the use of graphics to achieve Jfreechart
Kdd
- 特征选择算法的改进...比较实践证明是个优秀的算法-feature selection algorithm improvements. . . Practice has proved that it is more an outstanding Algorithm
一种基于最小张树的属性聚类算法
- 一种基于最小生成数的聚类算法,是一个可以的选择。-generated based on the smallest number of clustering algorithm, it is a choice.
arraysort
- 数组排序算法,这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法,-Array sorting algorithm, its head files include four sorting methods:bubble sorting method (bubble), insertion sorting method(insert
ant_code
- JAVA实现的基本蚁群算法源程序,可以选择地图,可以设置一些参数,有图形输出-JAVA realization of the basic ant colony algorithm source code, you can choose the map, you can set some parameters, there are graphics output
myRouteralm
- java语言模拟的路由选择算法,链路状态和距离矢量-java language simulation of routing algorithm, link state and distance vector
Sort
- java排序算法:冒泡算法、选择算法、插入算法。-java sorting algorithm: bubble algorithm, selection algorithm, insert algorithm.
New_Kdd8074
- 基于JAVA实现的特征选择算法,并且使用Jfreechart实现图形显示-JAVA-based feature selection algorithm to achieve, and the realization of the use of graphical display Jfreechart
Sort_show
- 用Java实现的对常见7个排序算法进行演示,7个排序算法为:冒泡、插入、堆排、归并、快排、希尔、选择-With the Java implementation of the common sorting algorithm 7 demo, 7 sorting algorithms: bubble, insertion, the heap row, merge, quick row, Hill, choose
asmallbusfind
- 一个较完善的公交路线查询系统,有最佳选择算法。-A more comprehensive bus route search system, has the best selection algorithm.
ImmuneSimulation
- 人工免疫的c#实现源码,调试可运行,克隆选择算法-Implementation of artificial immune source c#, debugging can run, clonal selection algorithm
WekaTest
- 可以在eclipse软件当中利用JAVA语言调用WEKA软件中的包,选择算法,继而对数据集进行数据挖掘-JAVA language, eclipse software which call WEKA software package selection algorithm, then the data set for data mining
Routing-algorithm-simulation
- 利用路由选择算法模拟软件提供的通信功能,模拟距离矢量路由选择算法的初始化、路由信息扩散过程和路由计算方法-Routing algorithm simulation software provides the communication function, analog distance vector routing algorithm initialization, routing information diffusion process and route calculation metho
route
- 用java实现路由选择算法。Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。-Java achieve routing algorithm. Dijkstra (Dijkstra) algorithm is a typical single-source shortest path algorithm is used to calculate a node to all other nodes in the shortest path.
luyou
- 网络层中路由器的选择算法,用JAVA语言编写的最短通路选择的编程。-Network layer router selection algorithm, using JAVA language programming shortest path selection.
NSA
- nsa算法,是人工免疫系统反向选择算法的java实现-NSA algorithm is the Java implementation of reverse selection algorithm for artificial immune system
ClonalSelectionAlgorithm
- 免疫克隆选择算法的源代码,java实现,帮助对算法的理解-the code of Clonal Selection Algorithm can help you understand the algorithm
thmnugh
- 可以选择要进行分配或释放的作业,每次选择算法时,程序自动将内存块清零-Can choose to allocate or release the homework, every time selection algorithm, the program will automatically reset memory block
LouvainAlgorithm
- 为了降低算法的时间复杂度,Vincent Blondel等人提出了另一种层次性贪心算法(BGLL算法)。该算法包括两个阶段,这两个阶段重复迭代运行,直到网络社区划分的模块度不再增长。第一阶段合并社区,算法将每个节点当作一个社区,基于模块度增量最大化标准决定哪些邻居社区应该被合并。经过一轮扫描后开始第二阶段,算法将第一阶段发现的所有的社区重新看作节点,构建新的网络,在新的网络上迭代的进行第一阶段。当模块度不再增长时,得到网络的社区近似最优划分。 算法的基本步骤如下: 1).初始化,将每个节点划