搜索资源列表
svmlin-v1.0
- SVMlin是采用C++实现的一个线性支持向量机软件包,里面包括ssl.cpp,ssl.h和svmlin.cpp,已经经过调试,可以在VC6.0中运行-SVMlin are using C++ implementation of a linear support vector machine package, which includes ssl.cpp, ssl.h and svmlin.cpp, has been testing, you can run in VC6.0
vsm_opp
- vector space model opp in c-vector space model opp in cpp
cPP
- 编程测试顺序容器矢量-Programming test vector sequence container
vectoralgebra-in-CPP
- vector algebra using C-vector algebra using C++
cpp
- 编写一个类,用向量实现一个简单的栈,能够进栈、出栈等操作。-Write a class, use vector to realize a simple stack, can into the stack, the stack, and so on.
g
- 簡單的圖cpp 運用了map 和vector 去儲存數據..利用了指針由一個點到另一個點. 非常方便-It s a simple graph class that can be easily modified and extended.
L-M(CPP)
- L_M非线性算法。根据平面点云数据进行平面拟合,得到平面的法向量,效果很好。-L_M methods.The plane fitting based on the planar point cloud data, get the normal vector of the plane, the effect is very good.
GPSwang-pingcha(CPP)
- GPS基线向量网平差程序,使用C++语言,包括最小二乘和秩亏网的平差-GPS baseline vector network adjustment
vector.cpp
- 有关于vector的程序,用于检测两个vector量是否相同,但是此程序还可以检测两个vector含有多个重复元素的情况并加入了非法输入检测。属于考虑周全的程序。-This assignment asks students to write a program to find if two vectors have the same elements with the condition that the order and multiplicities are ignored. For req
Vector-segment.cpp
- 此程序用于检测两个vector量有没有相同的片段,例如一个Vector是 ABBC 第二个ABC,此程序可以检测初有无BC 或者有无AB并由此可以随意检测内容并且返回相应的数值。-This assignment asks students to write a program to search a character sequence pointed by a pointer in another character sequence. The namely for them namely a