搜索资源列表
BankerAlgorithm
- C++写的银行家算法,可以随机生成资源和进程序列。-C++ write the banker' s algorithm, resources and process sequences can be randomly generated.
paixvsuanfa
- 排序算法的实现与比较(数据结构课程设计题) 问题描述:编程实现快速排序算法,并利用程序统计执行时间。 实现要求:随机产生10000、50000、 100000、 200000个待排数据存入磁盘文件,从磁盘文件读入待排数据进行排序,并将排序结果写入另一个文件中。-Implementation and comparison of sorting algorithms (data structure curriculum design questions) Problem Descr
To-sumilate-a-animal-predation
- 是通过模拟狼群觅食行为而发展起来的一种基于群体协作的随机搜索算法。 分析比较了多种捕食方式和羊群逃逸方式的效率和特点。-Is a random search algorithm developed by the foraging behavior of analog wolves based group collaboration. The analysis and comparison of the efficiency and characteristics of a predatory
AStar
- A星算法的C语言实现。生成随机地图,用A星算法搜索最短路径-A star algorithm in C language. Generates a random map A star algorithm to search for the shortest path
pingbao
- 一个数字雨的屏保,里面有一些随机生成字母或数字的算法。-A digital rain screensaver, there are some randomly generated letters or numbers of the algorithm.
ComputeDefiniteIntegration
- 数值随机算法求解定积分!方法简单实用,附有注释-use random algorithm to compute Integrate!
test
- 利用c语言实现计算机算法分析与设计课程中的随机数值算法,其中包括随机算法类,以及随机模拟的过程!-Using c language computer algorithm analysis and design courses random numerical algorithms, including stochastic algorithm class, as well as the process of stochastic simulation
sort
- 使用插入排序、归并排序、快速排序、基数排序算法对随机序列进行排序-Using insertion sort, merge sort, quick sort, radix sort algorithm to sort the random sequence
Mechine_Learning
- 该功能包含决策树、随机森林、SVM机器学习算法,并在VS环境下实现并测试。-This function contains the decision tree, random forests, SVM machine learning algorithms, and implement and test in VS environment.
ClusterAnalysis_2014.11.4
- 模式识别的聚类分析。K均值聚类算法是先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。这个过程将不断重复直到满足某个终止条件。终止条件可以是没有(或最小数目)对象被重新分配给不同的聚类,没有(或最小数目)聚类中心再发生变化,误差平方和局部最小。-Pattern recognition clustering
ShellSort
- 希尔排序算法,随机生成500个随机数,进行排序-Shell sorting algorithm, randomly generated 500 random numbers, to sort