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

搜索资源列表

  1. 6

    0下载:
  2. 《Matlab与通信仿真》--信道编码篇--分析循环码的性能(信道任选,调制采用2FSK)-" Matlab simulation and communication" - Channel Coding Part- 6. Analysis of the performance of cyclic code (optional channel, modulation used 2FSK)
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3850
    • 提供者:JX
  1. memory

    0下载:
  2. 使用双向循环链表实现的动态内存管理,包括申请和分配内存块的过程-The realization of the use of two-way circulation list of dynamic memory management, including the application and allocation process of memory blocks
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2160
    • 提供者:林毅
  1. meidadound

    0下载:
  2. 我所设计的多媒体音频播放器AudioPlayer用MCI接口和RealPlayer G2 ActiveX插件实现音频的播放,能够播放MediaPlayer支持的格式和RealPlayer支持的格式(包括wav, mp3, wma, rm, wmv等),但必须安装RealPlayer播放器。AudioPlayer有播放、暂停、停止、打开文件、播放上一首、播放下一首、循环或是不循环播放、顺序或是随机播放等功能;可以静音、改变音量大小;可以拉动播放;能够增加、删除、选择播放文件;能够保存和载入播
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:46065
    • 提供者:海无颜
  1. xunhuanma

    0下载:
  2. 请大家放心使用,本程序为用MATLAB语言描写的循环码。-Please rest assured to use, the procedures for the use of MATLAB language descr iption of the cyclic code.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1416
    • 提供者:mayuan
  1. sentence

    0下载:
  2. DELPHI 循环语句例子 初级 -DELPHI Cyclicsentence example sentence sentence example sentence
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:156599
    • 提供者:SEOUSEO
  1. BPSK

    0下载:
  2. BPSK循环谱matlab仿真程序,可用于OFDM系统干扰循环谱分析。-BPSK cycle simulation program matlab spectrum, OFDM systems can be used to interfere with the cycle spectral analysis.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:1251
    • 提供者:徐康
  1. 74xunhuanbianmawumalvfenxi

    0下载:
  2. 对(7,4)循环码的误码率进行了matlab的仿真,通过对比两条曲线,直观对比出未经过信道编码和经过信道编码的误码率比较。-Of (7,4) cyclic code error rate of the matlab simulation, by comparing the two curves, a direct comparison has not been after channel coding and channel coding the bit-error rate.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:541
    • 提供者:hanxu
  1. Translate

    0下载:
  2. WHILE循环语句的翻译程序设计(递归下降法、输出十元四元式表示)-The circular statement of translation procedure design (recursive descent method, output four yuan type)
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:237257
    • 提供者:周新年
  1. 3

    0下载:
  2. FOR循环语句的翻译程序设计(递归下降法、输出四元式)-FOR loop design of the translation process (recursive descent method, the output quaternion type)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:127633
    • 提供者:au
  1. Compiler

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(简单优先法、输出三地址表示)-DO-WHILE loop of the translation process design (a simple priority method, the output address of said three)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4083
    • 提供者:张朝辉
  1. while

    0下载:
  2. 否符合while语句的文法,或者能不能通过文法的开始符号推导出该语句。 (2) 该程序应该包括词法分析器,能对输入的语句进行词法分析,然后再对输出结果。词法分析器应能识别关键字,标示符,常量,操作符等。 (3) 该程序的语法分析器能对输入的语法进行分析,判断输入语句能否满足while循环语句的文法。通过简单优先的方法对语句进行分析,看能否能归约到文法的开始符号。 (4) 该程序的语义分析器就是对分析结果进行输出,要求输出结果是三地址形式的。-Compliance with the s
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:60276
    • 提供者:李伟霞
  1. bianyiyuanli

    0下载:
  2. FOR循环语句的翻译程序设计(简单优先法、输出四元式),写出符合给定的语法分析方法的文法及属性文法。 完成题目要求的中间代码四元式的描述。 写出给定的语法分析方法的思想,完成语法分析和语义分析程序设计。 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。-FOR loop of the translation process design (a simple priority method, the output quaternion type), written in
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:91834
    • 提供者:warmorange
  1. bianyiyuanlikechengsheji

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(LR方法、输出三地址表示)包含词法分析和语法分析过程的输出。-DO-WHILE loop design of the translation process (LR method, the output address of said three) contains lexical analysis and parsing the output of the process.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:259674
    • 提供者:jianqifan
  1. double-stranded

    0下载:
  2. 循环双链,动态的循环链表,提供插入和删除等功能。-Cycle of double-stranded
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:710
    • 提供者:chen
  1. fangzhen

    1下载:
  2. 卷积码和循环码的verilog编码以及仿真结果图,-Convolutional codes and cyclic codes and the coding verilog simulation results map
  3. 所属分类:Communication-Mobile

    • 发布日期:2014-05-21
    • 文件大小:16084
    • 提供者:小小
  1. VC_Queue

    1下载:
  2. 这是用VC编写的一个“队列”的插入和删除程序,使用的是循环队列。-This is prepared by VC a " queue" of the insert and delete procedures, the use of the circle queue.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:275057
    • 提供者:Mr.Chen
  1. b

    0下载:
  2. 数据结构-循环队列,用c语言实现了循环队列的操作-Data structure- the cycle queues, the language used to achieve the cycle c queue operation
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1103
    • 提供者:丫头
  1. cyclostationary_toolbox

    0下载:
  2. 循环平稳源码,文件齐全,包含了经常用到的各种循环平稳的函数-cylic
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:26558
    • 提供者:wzngzemin
  1. lianbiao

    0下载:
  2. 循环链表操作,包括循环链表的建立、节点插入、删除、计数、逆置、显示等-List operating cycle, including the establishment of circulation list, node insert, delete, count, against the home, show, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2392
    • 提供者:
  1. CRC

    0下载:
  2. 详细介绍了循环冗余校验CRC(Cyclic Redundancy Check)的差错控制原理及其算法实 现。-Details of Cyclic Redundancy Check CRC (Cyclic Redundancy Check) theory and the error control algorithm.
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:106406
    • 提供者:elunlang2000
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com