-
-
-
-
Vecto.rar
This a Vector Class overloading operator >>,<<,+,-,*,=,! 2 vector
-
scanline.rar
scanline algorithm be implemented by opengl and use vector to read .obj model
-
multisvm.rar
it is the best paper that discribe the supporrt vector machine for multiple classes.
-
McGraw.Hill.Herb.Schildts.C.plus.plus.Programming
... *
Create a search and replace function for strings
*
Implement subtraction for string objects
* Use the vector, deque, and list sequence containers
*
Use the container adaptors stack, queue, and priority_queue
* ...
-
datebase.rar
这是我的c++语言课程设计,共包括5个程序,1.一个简陋的数据库系统设计(可参考FoxBase),2.设计一个字符串类,要求具有计算字符串长度、两个字符串大小比较、两个字符串连接等功能。3.设计复数类Complex,具有复数设置及其输入输出、两个复数的加法和乘法功能。4.设计一个一维向量(数组)模板类Vector 5.设计一个列表(链表)模板类List。其中数据库系统我做了两个版本,其中还包括课程报告,希望大家批评指正,谢谢。
-
snowbase.rar
这个压缩包里包括5个程序,一个报告,是我c语言课程设计,其中那个数据库系统设计的比较好,用c语言完成,代码5000行,这里好包括课程报告,1.设计一个字符串类,要求具有计算字符串长度、两个字符串大小比较、两个字符串连接等功能。
2.设计复数类Complex,具有复数设置及其输入输出、两个复数的加法和乘法功能。
3.设计一个一维向量(数组)模板类Vector
4.设计一个列表(链表)模板类List
5.一个简陋的数据库系统设计(可参考FoxBase)。
-
adjacencyListGragh.rar
... use adjacency list to implement the graph which data structure is vector
Construct methods:
* public GeneralGraph():
contain an empty vector store the vertex and a boolean determines whether graph is directed or not, defaulted is undirected
-
lbg.c.zip
LBG algorithm for vector quantization
-