CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - vector.cpp

搜索资源列表

  1. CPP

    0下载:
  2. 面向对象的程序设计:数据结构<向量类实现优先队列>-Object-Oriented Programming: data structures < vector implementation of priority queue type>
  3. 所属分类:STL

    • 发布日期:2017-04-11
    • 文件大小:856byte
    • 提供者:nwyf201
  1. vector.cpp

    0下载:
  2. standard library vector implementation in C-standard library vector implementation in C++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1.08kb
    • 提供者:mobilman001
  1. cPP

    0下载:
  2. 编程测试顺序容器矢量-Programming test vector sequence container
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:10.89kb
    • 提供者:李炳霖
  1. Smooth_Vector.cpp

    0下载:
  2. matlab与C混编,mex中图像运动矢量平滑滤波,加权中值滤波。-matlab and C mixed, mex in the image motion vector smoothing filter, weighted median filter.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:2.4kb
    • 提供者:王敏
  1. CPP

    0下载:
  2. 本课程设计的目的是设计一个学生选修课程系统的程序,用来实现对学生成绩的管理,其中包括学生信息的文件读入、添加、查询、保存、删除以及相应的课程信息管理。程序设计了两个类,其中一个包含学生的学号、姓名、选课数以及选修总学分,另一个则包含了课程的信息,包括课程编号、课程名称、课程性质、课时等等。然后通过数组、向量、集合等来实现学生选课信息的记录、保存,删除等相关操作从而达到管理学生选课的。因为这次课程设计,我们可以熟练的使用C++语言来完成一个学生选课管理系统。但是编写过程中难免会遇到错误,希望老师给
  3. 所属分类:Education soft system

    • 发布日期:2017-04-06
    • 文件大小:365.85kb
    • 提供者:殿下
  1. vectoralgebra-in-CPP

    0下载:
  2. vector algebra using C-vector algebra using C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:869byte
    • 提供者:rocky91
  1. cpp

    0下载:
  2. 编写一个类,用向量实现一个简单的栈,能够进栈、出栈等操作。-Write a class, use vector to realize a simple stack, can into the stack, the stack, and so on.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:596byte
    • 提供者:叶路
  1. ccv.cpp

    0下载:
  2. Color Coherence Vector
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-02
    • 文件大小:1.94kb
    • 提供者:shikamaru
  1. es.cpp

    0下载:
  2. evolutio strategies for vector support machine
  3. 所属分类:Algorithm

    • 发布日期:2017-12-09
    • 文件大小:1.55kb
    • 提供者:cyberx0x
  1. OnlineSVR-CPP-Code

    1下载:
  2. 支持向量机在线学习训练算法C++源码,可以用来做数据分类、模式识别、回归估计、概率密度函数估计等方面。-Support vector machine online learning training algorithm C++ source code, can be used for data classification, pattern recognition, regression estimation, probability density function estimation an
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:39.17kb
    • 提供者:ivy
  1. read-3DS-file

    1下载:
  2. 一个完善的读取3DS文件例子 3ds.cpp Camera.cpp Frustum.cpp GameWnd.cpp main.cpp Math.cpp Scene.cpp Texture.cpp vector.c-A perfect example to read 3DS file 3ds.cpp Camera.cpp Frustum.cpp GameWnd.cpp main.cpp Math.cpp Sc
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-15
    • 文件大小:3.73mb
    • 提供者:chenchen
  1. L-M(CPP)

    0下载:
  2. 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.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-17
    • 文件大小:11.64kb
    • 提供者:吴刚明
  1. GPSwang-pingcha(CPP)

    1下载:
  2. GPS基线向量网平差程序,使用C++语言,包括最小二乘和秩亏网的平差-GPS baseline vector network adjustment
  3. 所属分类:Console

    • 发布日期:2017-05-13
    • 文件大小:2.55mb
    • 提供者:王阿浩
  1. vector.cpp

    0下载:
  2. Employee class to contain employee data, sort the data -Employee class to contain employee data, sort the data
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1.63kb
    • 提供者:andy li
  1. vector.cpp

    0下载:
  2. 有关于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
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1.36kb
    • 提供者:christian
  1. Vector-segment.cpp

    0下载:
  2. 此程序用于检测两个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
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1.74kb
    • 提供者:christian
  1. Gluttonous-Snake-by-CPP-and-Opencv

    0下载:
  2. 用C++和Opencv实现了一下贪吃蛇游戏 设计思路: 1.显示初始画面,蛇头box初始位置为中心,食物box位置随机 2.按随机方向移动蛇头,按a、s、d、w键控制移动方向,分别为向左,向下,向右,向上 3.蛇头位置与食物box位置重合,则把食物box加入到蛇身向量arraryBox里,并设置食物box为第一个元素 4.蛇身各个box移动规律是,每次移动后一个box的位置变为前一个box的位置 5.蛇头移动超越边界,游戏结束-With Opencv and C++ to
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2.35kb
    • 提供者:吕不韦
  1. w3a_polyops.cpp

    0下载:
  2. 本代码使用了vector来实现将两个多项式相加的功能-This code will be implemented using the vector sum of two polynomial functions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.02kb
    • 提供者:leoxu
  1. cpp

    0下载:
  2. 该程序功能:实现矢量图形的和差并交功能。矢量图的一个重要的功能就是放大缩小不失真。-The program functions: vector graphics and pay the difference and the like
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:353.67kb
    • 提供者:陈令刚
  1. CPP

    2下载:
  2. 利用点云数据拟合圆柱本文档通过对三维点云的圆柱拟合,得到圆柱的半径、圆柱轴线单位方向向量和轴线起始位置三个主要参数。-Use of point cloud data fitting cylindrical this document through the three dimensional point cloud cylinder fitting, get the radius of the cylinder, cylinder axis unit axis direction vector
  3. 所属分类:3D图形编程

    • 发布日期:2017-12-11
    • 文件大小:3.06mb
    • 提供者:王闯
« 12 »
搜珍网 www.dssz.com