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

搜索资源列表

  1. cifafnxiqi

    0下载:
  2. 词法分析器 编译程序中可以对读入的语句进行词法分析,拆分成记号流-lexical analyzer compiler can be read into the right phrase for lexical analysis, split into streams mark
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1418
    • 提供者:黄清易
  1. 2006050302584118755

    0下载:
  2. 一个简单的字典工具(C++源码) 目前实现的主要功能: 1.制作字典 1.1 向导模式 1.2 自定义模式 2.对字典进行加工 2.1 给字典中的密码添加前缀 2.2 给字典中的密码添加后缀 2.3 合并多个字典  一些工具仅支持单个字典 2.4 过滤指定字典中的重复密码  合并后的字典可能会出现重复密码 如果处理比较大的字典 由于未使用多线程处理 速度会比较慢 尤其体现在过滤功能上 因为没想到更好的算法 之所以用C
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1482
    • 提供者:linguohua
  1. ADDR

    0下载:
  2. 地址本,一篇用c++编写的地址本,使用了很多c++中的文件流等-address this, a c with the preparation of the address, use a lot of paper c streams
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5097
    • 提供者:xichuanfu
  1. Debugskill

    0下载:
  2. 内存泄漏对于一个VC程序员来说是经常遇见的,本教程为你提供了一种检查内存泄漏的良好方法思路,既简单方便又实用高效,内附了检查内存泄漏的技术文档以及检查内存泄漏的实例源码。 -- 丛林溪水-Memory Leak programmer for a VC is frequently encountered. The Guide to provide you with a memory leak check of the good practices of ideas, simple, user-fr
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:305167
    • 提供者:yushuiwu
  1. IMPL2MSG

    0下载:
  2. EXAMPLE SOURCE CODE FOR IMPLIB FILTER This filter accepts input through the standard input stream, convertsit and outputs it to the standard output am. The streams are linkedthrough pipes, such that the input stream is the output from the import
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3841
    • 提供者:魏臻
  1. TASM2MSG

    0下载:
  2. EXAMPLE SOURCE CODE FOR TASM FILTER his filter accepts input through the standard input stream, converts it and outputs it to the standard output stream. The streams are linked through pipes, such that the input stream is the output from the asse
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4935
    • 提供者:魏臻
  1. rasta-2_3

    0下载:
  2. RASTA is a program for performing feature extraction in speech recognition systems. It takes files or streams of audio data and produces files or streams of feature vectors. Three feature extraction approaches are supported - PLP, log-rasta and
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:105227
    • 提供者:杨杭洲
  1. rasta2_2_2

    0下载:
  2. RASTA is a program for performing feature extraction in speech recognition systems. It takes files or streams of audio data and produces files or streams of feature vectors. Three feature extraction approaches are supported - PLP, log-rasta and
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:62508
    • 提供者:杨杭洲
  1. rasta2_2_3

    0下载:
  2. RASTA is a program for performing feature extraction in speech recognition systems. It takes files or streams of audio data and produces files or streams of feature vectors. Three feature extraction approaches are supported - PLP, log-rasta and
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:72181
    • 提供者:杨杭洲
  1. rasta2_3beta

    0下载:
  2. RASTA is a program for performing feature extraction in speech recognition systems. It takes files or streams of audio data and produces files or streams of feature vectors. Three feature extraction approaches are supported - PLP, log-rasta and
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:77953
    • 提供者:杨杭洲
  1. 3.5.4提取和插入运算符重载

    0下载:
  2. 提取和插入运算符重载。一个有关VC++输入、输出流的程序,比较适合VC++初学者。以后我上传一系列这种类型的源程序供大家学习之用。-extraction and insertion Operator. One of the VC input and output streams procedure more suitable for beginners VC. After I uploaded a series of this type of source for all learning.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7625
    • 提供者:李李
  1. 简单的YACC程序

    1下载:
  2. 目的:通过编写简单的YACC程序熟悉YACC词法分析工具的基本用法,及词法分析器的设计思路。编写包括赋值语句、if语句以及含有加合乘运算的表达式等语法结构的pascal子集语言的语法分析器。 功能:程序由两个模块LEX和YACC构成,YACC使用LEX分析后的正规单词输出流-Objective : to prepare a simple procedure with YACC YACC lexical analysis of the basic tools to use, and the lex
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2026
    • 提供者:刘斌
  1. LRU1

    0下载:
  2. 操作系统中分页存储的LRU算法,未实现输入输出流,但是方法对头,对学习分页存储有提示作用-Operating system paging storage LRU algorithm, not the realization of the input and output streams, but the method of enemies on the page to learn the role of storage has prompted
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:964
    • 提供者:刘伟
  1. soundnewac_FS

    0下载:
  2. The New Audio Components package is a set of components designed to handle different sound processing tasks, such as reading and storing data in different audio formats, working with sound hardware, audio streams mixing and so on. Most of the co
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:510761
    • 提供者:bingo
  1. TbwStreamer210

    0下载:
  2. TbwStreamer component Invisible Control for easy read from and write to streams. almost all datatypes can be writing. works like inifiles. it is also posibility to Encode to a File or Decode From a File by setting the cryptFile Property
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-01
    • 文件大小:567794
    • 提供者:bingo
  1. SisulizerEnterpriseEdition2010

    0下载:
  2. Sisulizer is the next generation in software localization Localize Your Software & Increase Your Revenue. When you localize your applications and make them available in new languages, you open new markets and new revenue streams. Sisulizer lets
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-24
    • 文件大小:53553152
    • 提供者:victor
  1. TMSUNICODE.ZIP

    0下载:
  2. TMS Unicode Component Pack controls allow you to develop applications that take advantage of the Unicode capabilities of Windows. it features over 60 direct VCL control replacements to Unicode enable your applications, unicode enabled Delphi/C++Build
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-18
    • 文件大小:4903238
    • 提供者:Cat
  1. WavePlayer

    0下载:
  2. 混音系统,将多个声音流混合起来,同时播放这些声音-Mix, mix multiple audio streams
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-02
    • 文件大小:169063
    • 提供者:张彪
  1. speechfeaextra1

    0下载:
  2. Short introduction to speech feature extraction code: Step 1: Create speech features: If you have a one stereo file with each speaker in one channel use: features = speech_features_stereo( demo.wav ) If you are using several mo
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-02
    • 文件大小:3533
    • 提供者:nadeem
  1. Uygulama8

    0下载:
  2. c++ examples (streams)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:2534
    • 提供者:Sercan
« 12 »
搜珍网 www.dssz.com