资源列表
Monkey-king-election
- 【问题描述】 一堆猴子都有编号,编号是1,2,3 ...m ,这群猴子(m个)按照1 m的顺序围坐一圈,从第1开始数,每数到第N个,该猴子就要离开此圈,这样依次下来,直到圈中只剩下最后一只猴子,则该猴子为大王。 【基本要求】 输入数据:输入m,n。m,n 为整数,n<m; 输出形式:中文提示按照m个猴子,数n个数的方法,输出为大王的猴子是几号,建立一个函数来实现此功能。-[Problem Descr iption] a bunch of monkeys have numbe
666
- 主要用于MFC绘制Bezier曲线,B样条曲线,曲线拟合-MFC is mainly used for drawing Bezier curves, B-spline curves, curve fitting
Hierarchical-clustering
- 使用VC++对给出的数据分别进行均值聚类、平均距离聚类、最小距离聚类和最大距离聚类运算,进行分析比较。-VC++ use of the data presented were mean clustering, average distance clustering, minimum and maximum distances the cluster clustering operation, were analyzed and compared.
BigNum
- 对大数的运算处理算法,包括大数的加减乘除求幂的算法等-A large number of arithmetic processing algorithms, including a large number of addition and subtraction multiplication and exponentiation algorithm
Dijkstra
- 最小点对问题(二维) 二维最接近点对问题:给定平面上n个点,找其中的一对点,使得在n个点的所有点对中,该点对的距离最小。严格地说,最接近点对可能多于1对。 【本算法基于C++语言编写,在Windows平台的DEV C++下编译通过,且运行正常】 -The minimum point of the problem (two-dimensional) two-dimensional closest point of the problem: a pair of points
goFive
- 一个优雅的基于MFC的,利用a-b剪枝算法,无bug,注释清晰-a perfect go-bang
BUBBLESORT
- c-code to perform bubble sort. dev-c++ is used or the above code compilation
insertionsort
- C code to perform insertion sort. dev-c++ is used or the above code compilation
zui-duan-lu
- 输出从第一个点到最后一个点的最短路径 例如输入 5,7↵ A,B,C,E,D↵ <0,3,30>,<0,1,10>,<0,2,20>,<1,3,10>,<1,2,5>,<2,4,30>,<3,4,20>↵ 输出A-B-E-D↵ -Output the first point to the last point of the shortest pa
paixu
- 第一行包括两个数字 N(村子数量 2 < N < 1,000)M(可以修的道路数量 1 < M < 20,000) 在下面的 M 行中,每行有 3 个数字 ABC,表示 AB 两个村庄之间的道路长度是 C。 条件:这条路尽可能的长并且把所有村庄连在一起,这条路不存在环-The first line contains two numbers N (village number 2 < N < 1,000) M (the number of ro
topological_sorting
- prim算法实现的拓扑排序,可以找出有向图中的环-prim topological sorting algorithm, you can find out in the ring to FIG.
Classification_KNN
- 人工智能的KNN算法,本来是一次实验,拿出来献丑了,希望可以帮到大家~-KNN artificial intelligence algorithms, could have been an experiment out shortcoming, the desire to help you ~