资源列表
octomap-devel
- 一个基于八叉树的高效概率三维映射框架,主要包括OctoMap库和octovis查看器-An Efficient Probabilistic 3D Mapping Framework Based on Octrees. Contains the main OctoMap library, the viewer octovis.
ConsoleApplication4
- 集合的交并补差运算,对称差,采用链表的方式对集合进行存储,可以实现集合的检查排序和运算,模块间耦合度低,可移植性好。-Collection of occurring simultaneously senders operation, symmetry is poor, with the method of linked list to storage of collection, can realize check sorting collection and calculation, the
Graph_OP
- 该程序可以寻找通过指定节点的最优路径,基本算法是Dijkstra算法+中间节点的排列组合。该程序仅适用于节点数少于500,中间指定节点数少于20的情况.-This program can find a optimal path when source node、destination node,and some specific nodes are given.And this Program is based one Dijkstra and permutation and combinati
javasanfaorder
- java排序算法汇总:折半插入排序,冒泡算法, 异或的交换算法,直接插入排序,快速排序,简单的选择排序,希尔算法;里边有详细的解析-java sorting algorithm summary: binary insertion sort, bubble algorithm, XOR swap algorithm, direct insertion sort, quick sort, simple selection sort, Hill algorithm inside there
javaTree
- java数据结构,教你构建树结构,前序,中序,后序遍历,-java data structure, teach you to build the tree structure, the preamble, in order, after the preorder,
Data-structure-course-design
- 其中包括数据结构常用的各种的算法,比如二叉树、Prime算法等-Which includes a variety of commonly used data structure algorithms, such as the two fork tree, Prime algorithm, etc.
suanfa
- java算法递归调用例题,可以通过调试深入理解递归的嵌套调用-java algorithm recursively example, you can debug in-depth understanding of recursively nested calls
Point
- 第一行输入点的个数,第二行输入坐标,结果显示点与点之间两两的距离-The first line of the number of input points, the second line input coordinates, the results show that the distance between the point and the point two two
Floyd
- Floyd算法的C++实现,求任意两点间最短路径 算法复杂度 O(n^3)-Floyd algorithm
Algorithm-design-and-analysis
- 大学算法课上的大作业,包含残缺棋盘游戏问题、0/1背包问题、高速缓存调度问题、旅行商问题、流水作业调度问题等等若干问题,有完整源代码、结果截屏、时间复杂性分析-University algorithm class project, including the imperfect board game, 0/1 knapsack problem, the cache scheduling problem, traveling salesman problem, line production sc
Eight-Common-Sorging-Algorithms
- 常见的八大排序算法,包括冒泡,排序,二分法等,满足常见的排序要求-Eight common sorting algorithms, including bubble sort, dichotomy, to meet the requirements of the common sort
p1-1
- C语言编程实现根据输入的半径来计算圆的周长和面积源代码。-C programming language based on the input to calculate the radius of a circle' s circumference and area of the source code.