CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - Vector

搜索资源列表

  1. vectorExercise

    0下载:
  2. VC++编程基础之Vector使用。感觉vectoe很好用!~-VC + + programming base of Vector use. Vectoe feeling good use! ~
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:3.5kb
    • 提供者:王鹏
  1. hmmPlatform

    0下载:
  2. 语音分析平台(不包括HMM模型) 平台源码中提供了语音文件的提取和处理方法,时域分析(预处理/能量/振幅/过零/端点检测),频域分析(fft/功率谱/倒谱)和矢量量化的实现(搜集转发)-voice analysis platform (not including HMM) platform to provide a source document voice extraction and processing methods , time-domain analysis (pretreatm
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:155.39kb
    • 提供者:何洁
  1. K-means

    1下载:
  2. 简单实用的k均值聚类算法,可以实现多位向量的简单聚类-Simple and practical k-means clustering algorithm, can achieve more than a simple vector clustering
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2013-04-10
    • 文件大小:5.76kb
    • 提供者:chunxiao
  1. Fibon

    0下载:
  2. Fibon 数列,利用VC控制台编程。使用VECTOR来处理-Fibon series programming using VC console. Using VECTOR to deal with
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:870.61kb
    • 提供者:Nancy
  1. wordcounter

    0下载:
  2. word counter using vectors and split function that returns a text splitted in a vector.-word counter using vectors and split function that returns a text splitted in a vector.
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:641byte
    • 提供者:aster
  1. B3006@04.24

    0下载:
  2. 1.支持A,G,R,D,E,U,T,P等命令; 2.可读入.ASM汇编文件或者.COD二进制文件执行; 3.可选择不同的运行方式(全速,单指令,单微指令,暂停); 4.支持中断实验(三级中断源),可以设定中断向量; 5.支持指令集与微指令集的动态扩充; 6.控件动态显示所有重要信号与数据状态(部分控件可点击) -1 supports A, G, R, D, E, U, T, P and other orders 2 read into. AS
  3. 所属分类:Console

    • 发布日期:2017-05-10
    • 文件大小:2.18mb
    • 提供者:张飞
  1. fileparser

    0下载:
  2. Parse file and stores all data in vector
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:508.75kb
    • 提供者:madRat
  1. Calculate_Signature

    0下载:
  2. C++ hash function calculate signature of vector of strings
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:628byte
    • 提供者:Bouth
  1. test2

    0下载:
  2. vector向量容器的介绍, 不指定元素个数 定义一个用来储存10个double类型的元素的向量容器 下标:0~9,每个元素的初值0.0;-Vector vector of the container is introduced, the introduction of vector vector containers, not specified number of elements Define a used to store 10 double type of elements
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:881byte
    • 提供者:willion
  1. IntArray

    0下载:
  2. 实现一个类似模板的intarray,也是c++primry3中的代码实现-intarray like the standard libarary which use the <vector>
  3. 所属分类:Console

    • 发布日期:2017-05-06
    • 文件大小:1.25mb
    • 提供者:lijinchao
  1. vector

    0下载:
  2. Finds the largest element of the array
  3. 所属分类:Console

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

    0下载:
  2. 自己实现的vector类,实现了capacity,reserve,push_back,pop_back,size,clear及erase函数;隐性调用了swap(调用reserve时调用swap),empty(选择功能4和6时调用empty)。简易控制台测试程序。对初学者很有帮助。-Own implementation of the vector class, capacity, reserve, the push_back, The pop_back, size, clear and eras
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:25.46kb
    • 提供者:魏翔
  1. GMS

    0下载:
  2. 自己用C++编写的基于控制台的学生成绩管理系统,包括了很多C++的知识:类、向量、动态数组、菜单设计、相关度计算-Written in own use C++, console-based student performance management system, including the a C++ a lot of of the knowledge: class, vector, dynamic arrays, menu design, the related degrees calcu
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:17.75kb
    • 提供者:wurangzhong
  1. eaualCmp

    0下载:
  2. 1. 比较两个数组中的元素是否相等 2. 比较两个vector中的元素是否相等-1. Compare two elements in the array is equal to 2. Comparison of the two vector elements are equal
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:746byte
    • 提供者:王欢
  1. g7221

    1下载:
  2. g7221是ITU的标准提案,主要应用了mlt变换技术,矢量量化技术和哈夫曼编码技术。中有g7221标准的中英文文档说明及实现的c源代码。-g7221 is the ITU standard proposal, the main application mlt transform vector quantization and Huffman coding techniques. In g7221 standards in English document describes the imple
  3. 所属分类:Console

    • 发布日期:2017-11-09
    • 文件大小:2.96mb
    • 提供者:王成
  1. test1202

    0下载:
  2. 一个使用C++向量vector的例子,带有输入输出功能,是一个学习编程使用向量的一个好例子,如果能分析出来程序的功能,对学习C++很有帮助。-A to vector vector C++ example with the input and output functions, is a learning programming a good example of the use of vector, analyzed the functionality of the program, learn
  3. 所属分类:Console

    • 发布日期:2017-11-16
    • 文件大小:931.06kb
    • 提供者:邹建平
  1. train-labels-idx1-ubyte

    0下载:
  2. label for vector machine
  3. 所属分类:Console

  1. usevector

    0下载:
  2. 使用vector记录用户输入的一组正数,并计算平均值。-the program use the vector function to record a seque of postive number and compute the average of all.
  3. 所属分类:Console

    • 发布日期:2017-11-29
    • 文件大小:1.07mb
    • 提供者:刘云
  1. Vector

    0下载:
  2. Vector class Vector class Vector cla-Vector class Vector class
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:536byte
    • 提供者:aron
  1. Vector-quantization

    0下载:
  2. (1)理解矢量量化的基本原理。 (2)掌握矢量量化器设计的LBG方法。 (3)运用LBG方法获取语音短时平均能量码书-(1) to understand the basic principles of vector quantization. (2) master the vector quantizer design LBG method. (3) Using the LBG method to obtain the speech short time average ener
  3. 所属分类:Console

    • 发布日期:2017-12-14
    • 文件大小:5.49mb
    • 提供者:潘多拉
« 12 »
搜珍网 www.dssz.com