搜索资源列表
STL_doc.tar
- STL的官方文档,STL的最权威的解释!C++学习必备利器,可以极高的提高编程效率-The resample software package contains free sampling-rate conversion and filter design utilities written in C, including a stand-alone command-line sampling-rate conversion utility called resample. The packag
testlineprogramme
- 一段VB编写的检测线用程序,可以检测制动,轴重等,对实际项目有很大的参考价值。-VB section of the test line with the preparation of procedures, can detect brake, axle load, etc., the actual project has great reference value.
STL_line_detection
- 利用STL算法技术识别位图中的线段(刻线) 刻线识别技术是机器视觉技术中的重要内容之一。-this software can detect straight line in a bitmap by the use of STL technique
Max-Points-on-a-Line
- leetcode中求最大共线的点的数量,题目leetcode上有-Given n points on a 2D plane, find the maximum number of points that lie on the same straight line.