资源列表
fuhuatixing
- 用复化梯形的算法思想求取某一表达式在某一点的满足精度的值
Km
- 图论中二分图匹配求最佳匹配的KM算法,用c实现,简单易懂
Fibonacci
- 如何解决Fibonacci数列问题的源代码-How to solve the problem of Fibonacci series of source code
tt0703
- 搜索算法。无向图的邻接表存储,深度优先搜索-Undirected graph of adjacency table storage, depth-first search
linktable
- 这个算法解决了双向链表问题,采用类的形式-This algorithm solves the problem of two-way linked list, using the form class
sort
- 包含冒泡排序、堆排序、插入排序、合并排序的C语言头文件-Including bubble sort, heap sort, insertion sort, merge sort of the C language header file
By-regression-analysis
- 逐元回归分析,相对于线性回归来说,可以产生较良好的效果-By regression analysis, relative to the linear regression, this can produce more good results
RandomTest
- 随机生成50个数字(整数),每个数字的范围是[10,50],统计每个数字出现的次数以及出现次数最多的数字与它的个数,最后将每个数字及其出现次数打印出来,如果某个数字出现次数为0,则不要打印它。打印时按照数字的升序排列。-50 randomly generated number (integer), each number in the range [10,50], statistical, and the number of times each number appears most freq
knap-error
- 利用c++语言进行01背包问题回溯法解决实际问题-knapsack problem
BST
- Implementation of Binary search trees
MutualCorrelation
- 相关系数计算,java版,简单易懂,准确,赶紧下载吧-Correlation coefficient calculation, java, easy-to-understand, accurate, and quickly download it
face
- 自己实现的人脸识别代码,简单的实现人脸识别。使用了cv2的api进行实现-Own implementation of face recognition code, simple face recognition. Api to achieve the cv2