搜索资源列表
求向量加减乘运算
- 数据结构常用算法——向量的加减乘除算法。希望能给读者带来帮助-algorithm commonly used data structures -- the vector arithmetic algorithm. Hope can help readers
向量遍历器
- 数据结构常用算法——向量遍历器。希望能给读者朋友带来帮助。-algorithm commonly used data structures -- Vector traverse device. Hope can help bring readers.
向量应用
- 数据结构常用算法——向量应用。希望能给读者朋友带来帮助。-algorithm commonly used data structures -- Vector applications. Hope can help bring readers.
c++vector
- 这是一个显示如何用VECTOR的一个程序,C++中的VECTOR功能类似,但是也有不同-This is a show of how to use a VECTOR procedures, the VECTOR C functions similar, but also different
vector
- 操作系统 vector银行家算法 可以参考啊
nrutil vector
- * 函数名称:vector * 功能:申请一个实数数组 * 参数:nl:数组的最低下标 * nh:数组的最高下标 * 返回:数组地址 */
C++programs-bubble
- bubble sort in c++ for data vector sorting
vector_metrix_multiplication(MPI)
- 并行编程,利用MPI实现向量与矩阵的乘法运算-Parallel programming using MPI to achieve vector and matrix multiplication
lbg.c
- LBG algorithm for vector quantization
R2V
- converting the raster to vector
fastMV
- Fast Motion Detection calculate motion vector and representative motion vector for two sequence of images
S3
- vector control: an example in vector control of induction motor
vector
- 该算法用不同的方式实现了向量加法,通过给出不同方式的执行时间证明了不同算法的效率高低不同。-The algorithm is implemented in different ways, vector addition, through the different forms of execution time is given to prove the efficiency of different algorithms with high and low.
Vector
- 数据结构中向量结构的实现,用的是VS2008开发的。是大家常见的课程设计题目-vector
Vector-and-Matrix-Template
- 向量类模板和矩阵类模板,能够实现各种常用的算法,作为工程开发的数据结构-Vector class template and template matrix class, able to achieve a variety of commonly used algorithms and data structures as the project development
Vector-quantization
- 矢量量化在C语言下的实现,在VC6.0下编译通过-Vector quantization in C voice implementation, compiled by VC6.0
vector
- 使用二维向量处理文件中的学生姓名及分数,求各个学生的总分及平均分并进行排序-Using the two-dimensional vector names and scores of students in the file, find the score and average score of all students and to sort
Distance-Vector
- 距离向量解决分布式异步距离算法 可在VC6.0下成功运行-Distance Vector
Vector-mobile
- 向量移动的简单算法,希望对大家有用,这是比较基础的算法。-Vector simple algorithm to move, we want to be useful, it is the basis of comparison algorithms.
Vector
- 仿照STL Vector实现的向量(变长数组)类-STL Vector modeled implement vector (variable length arrays) class