资源列表
pca
- this code is a feature extraction method function.
ellipse
- 地球同步轨道卫星的星下点轨迹,以动画的形式表现,方便交流与学习-Ground track satellites in geosynchronous orbit, in the form of animated performance, facilitate communication and learning
cloudRead
- 读取点云,并设置colormap,形成rgb图像的三维点云离散点-Point cloud reads and displays it as an RGB image
10596
- ACM 10596 Morning Walk
Cpp1
- 队列的实验,可以实现简单操作,但是有些错误-Queue experiments, simple operation, but some errors
lagrange
- source code for implementation ofLagrange s method of numerical analysis methods in mathematics.
youjuxuanzhiwenti
- 邮局选址问题,适合算法可提交的小程序,VC++编译通过-Post office location problem, algorithms can be submitted for a small program, VC++ compiler
CountingSort
- 在众多排序中,排序有堆排序,快速排序,计数排序,基数排序和桶排序等,下面是计数排序-counting sort
bubble-sorting
- 冒泡排序,是指计算机的一种排序方法,它的时间复杂度为O(n^2),虽然不及堆排序、快速排序的O(nlogn,底数为2),但是有两个优点:1.“编程复杂度”很低,很容易写出代码;2.具有稳定性,-bubble sorting in C/C++
QSort
- 快速排序算法。注释详细而且正确运行,希望对大家有用。-Quicksort algorithm. Notes the detailed and correct operation, and the hope that useful.
1979
- 深度优先搜索(DFS),此代码为自己写的POJ1979题的源代码。使用dfs算法简单水过。-Depth-first search (DFS), this code is to write their own POJ1979 title of the source code. Dfs algorithm is simple to use water too.
timeconvert
- 实现Unix时间批量处理成北京时间,读取文件中的unix时间,处理后写到另一个文件中-Unix time convert to beijing time