资源列表
Trapmap
- 实现梯形图的构造,通过查询结构实现点的定位,并对实现的过程进行实验分析。-Achieve ladder structure, point by querying the structure to achieve localization, and experimental analysis of the implementation process.
pointlocation
- 输入为平面上一组互不相交的线段集,输出为线段集对应的梯形图和查找树结构。-Input is a set of plane segments disjoint sets, the output is set corresponding to the segment of the ladder and find a tree structure.
TRIA
- 本算法的直线穿越过程通过先找到任何一个与直线相交的三角形(多数情况下是最左边的一个),再分别向两边穿越, 最终找出所有经过的三角形。-A straight line through the process of this algorithm to find any one by first intersected triangle (in most cases is the leftmost one), and then were to both sides through the end
trapezoidalmap
- 平面点集的Delaunay三角剖分。为了验证Delaunay三角剖分的正确性,系统提供了“圆测试”的功能,供用户对生成的三角形进行测试验证;为了验证DCEL数据结构的正确性,系统提供了“DCEL测试”的功能,用户输入任意一条测试线,系统将先后显示出测试线贯穿过的三角形;为了形象显示三角剖分的分治过程,系统提供了动态显示分治剖分过程。 -Planar point set Delaunay triangulation. In order to verify the correctness of De
bhav-saar-master
- 一种自然语言处理的算法 用于情感分析 将一篇文章以关键字的角度来区别正面负面 已经添加了中文词典,可以对中文使用(请对语料先分词)-A natural language processing algorithm for sentiment analysis will be an article with keywords to distinguish between the positive and negative perspective has been added Chinese dict
matching_to_many_images.cpp
- 一个能够使用机器学习的小程序,花费了我三天时间去完成它-An ability to use a small machine learning program took me three days to complete it
Newton
- 数值分析程序设计,用C++来进行对牛顿插值法的实现-Numerical analysis program design, C++ for Newton interpolation to achieve
kucun
- 能简单实现库存的计加入删除和显示的功能。但可能有些地方存在bug。-Can easily achieve the inventory count for deletion and display functions. However, there may be some local bug.
sort
- 排序算法,各种排序,主要是主流排序,插入排序什么的,对几个排序惊醒了个对比,时间复杂度-Sorting algorithm, various sort, mainly mainstream sort, insertion sort something, some sort awakened on a comparison of the time complexity
Dijkstra-AND-kruskal
- 两个数据结构算法的实例,都有注释,浅显易懂-Two examples of data structure algorithms, there are notes, easy to understand
Round-robin-schedule-problems
- 循环赛日程表问题。为多个参赛选手之间应该如何安排比赛提供了解决方法。-Round-robin schedule problems. For multiple players how should the game between the solutions provided.
quick-sort
- 快速排序算法,数据结构经典排序算法的实现。-Fast sorting algorithms, data structures classic sorting algorithm.