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

搜索资源列表

  1. english

    0下载:
  2. 查找文件符号还有插入符号,删除某个符号,还有退出功能-There caret symbol lookup file, delete a symbol, and function exit
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4604
    • 提供者:english
  1. Pe_SNR

    0下载:
  2. 本次仿真研究多幅度电平信号误码率与信噪比之间的关系,系统框图如上。假设考虑8幅度电平,则根据流程首先需要用一个随机数发生器产生在(0,1)间的均匀随机数,然后将(0,1)区间均匀划分为(0,0.125)、(0.125,0.25)、(0.25,0.375)、(0.375,0.5)、(0.5,0.625)、(0.625,0.75)、(0.75,0.875)、(0.875,1)这些子区间,并分别对应于一个3bit符号000、001、010、011、100、101、110、111,接着分别映射到-7d、
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-27
    • 文件大小:1932
    • 提供者:ps
  1. feedforward-MSK-demodulator

    0下载:
  2. A fully digital feedforward MSK demodulator with joint frequency offset and symbol timing estimation for burst mode mobile radio
  3. 所属分类:3G develop

    • 发布日期:2017-04-03
    • 文件大小:771252
    • 提供者:邓杰
  1. yufa

    0下载:
  2. 选择对各种常见高级程序设计语言都较为通用的语法结构无符号数的算术四则运算作为分析对象,给出其文法描述(注意应与所采用的语法分析方法比较贴近),设计并实现一个完整的语法分析程序。 输入:由实验一输出的单词类别串,如1,3,1。 输出:对于所输入的源程序,如果输入符号串是给定文法定义的合法句子,则输出“RIGHT”,并且给出每一步归约的过程;如果不是句子,即输入串有错误,则输出“ERROR”,并且显示已经归约出的各个文法符号,以及必要的出错说明信息。 -Choose a variety
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:1503
    • 提供者:韩平
  1. token

    0下载:
  2. 识别一段代码中的token,能够分辨出Identifier,Symbol,number和关键字-A code identifying the token
  3. 所属分类:Compiler program

    • 发布日期:2017-03-21
    • 文件大小:935116
    • 提供者:周宇航
  1. Mathematica-tutorial

    0下载:
  2. 关于符号计算系统的mathematica 教程的书籍-Calculation of symbol of the tutorial system mathematica books
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-26
    • 文件大小:9419874
    • 提供者:
  1. StringUtil

    0下载:
  2. 字符串工具类 将一个字符串的首字母改为大写或者小写 将一个字符串按照句点(.)分隔,返回最后一段 格式化文件路径,将其中不规范的分隔转换为标准的分隔符,并且去掉末尾的"/"符号。 格式化文件路径,将其中不规范的分隔转换为标准的分隔符,并且去掉末尾的"/"符号(适用于FTP远程文件路径或者Web资源的相对路径)。 获取文件父路径 获取相对路径 获取当前系统换行符 将用“|”分隔的字符串转换为字符串集合列表,剔除分隔后各个字符串前后的空格 将用正则表达式rege
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2062
    • 提供者:曲欣亮
  1. mlme

    0下载:
  2. 最大似然方法联合实现符号定时同步和载波同步仿真 -This is a very good CP for OFDM-based maximum likelihood symbol timing synchronization and carrier synchronization of the MATLAB simulation program,
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1460
    • 提供者:liu
  1. slr(1)

    0下载:
  2. SLR(1)分析法的引入是当文法的LR(0)项目集规范族中存在移进-归约冲突或归约-归约冲突时,可以通过向前查看一个符号的办法来进行处理,以解决冲突。-SLR (1) analysis method was introduced when the grammar of the LR (0) item sets exist in family moved into the specification- reduce conflicts or reduction- reduce conflicts,
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:813018
    • 提供者:刘晓庆
  1. Complier

    1下载:
  2. PL/0语言编译器的中间代码生成。要求用递归子程序法/或预测分析法实现对表达式、各种说明语句、控制语句进行语法分析。若语法正确,则用语法制导翻译法进行语义翻译:对说明语句,要求将说明的各符号记录到相应符号表中;对可执行语句,应产生出四元式中间代码并填写到三地址码表中; 若语法错误,要求指出出错性质和出错位置(行号)。出错处理应设计成一个出错处理子程序。 -The PL/0 language compiler intermediate code generation. Require the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:20373
    • 提供者:Trista
  1. NFA-to-DFA

    0下载:
  2. Theory: NDFA: It is a mathematical model containing 5 tuples a) Q- finite non empty set elements of which are called as state. b) T- set of alphabets. c) δ- is a mapping function Q*{T {λ}}*2Q d) S-start state i.e. S ε Q e) F- F (su
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1100
    • 提供者:Merwyn
  1. SLR(1)

    0下载:
  2. 编写识别表达式拓广文法的合法句子的SLR(1)分析程序,对输入的任意符号串,给出分析过程及分析结果。分析过程要求输出步骤、状态栈、符号栈、输入串和语法动作。如果该符号串不是表达式文法的合法句子,要给出尽量详细的错误提示。-Write a recognition of the legitimate expression of broadening the sentence grammar SLR (1) analysis program , for any input string of symb
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:309860
    • 提供者:suhuhu
  1. Up_synchronization_Dick

    0下载:
  2. The timing_recovery_1.mdl uses Simulinks variable step solver to create a continous time QPSK signal with both carrier and symbol rate errors. This is a relativly straight forward approach, but is computationally expensive. The sescond mod
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:61896
    • 提供者:juyayayo
  1. OFDM-Synchronization

    0下载:
  2. OFDM系统介绍,符号同步和频率同步方法,以及创新的符号和频率结合的算法-Symbol Synchronization,Frequency Synchronization,Joint Symbol and Frequency Synchronization
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-06
    • 文件大小:272357
    • 提供者:houjue
  1. 3j

    0下载:
  2. calculates 3j symbol
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:294229
    • 提供者:MOHAMED
  1. 6j

    0下载:
  2. calculates 6j symbol
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:146657
    • 提供者:MOHAMED
  1. 05701802

    0下载:
  2. VBLAST Detection Algorithms Utilizing Soft Symbol Estimate and Noncircular CAI
  3. 所属分类:3G develop

    • 发布日期:2017-04-17
    • 文件大小:181682
    • 提供者:florenti137
  1. KrnSymbols

    0下载:
  2. Windows 系统各个版本的符号信息, 包括XP, 2003, Vista, Win7-Various versions of the Windows system symbol information
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1098757
    • 提供者:Yofoo
  1. w2k_sym

    0下载:
  2. 一个使用windows symbol查看进程 module drivers的程序- Windows 2000 Symbol Browser
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-07
    • 文件大小:14402
    • 提供者:rengood
  1. insertTable

    1下载:
  2. 编译原理中查填符号表的实现 适合编译原理初学者参考 对编译的实现由一定的了解-Check to fill in the realization of the symbol table in compiler theory, suitable for the beginner reference of compiler theory, compiled to achieve a certain understanding
  3. 所属分类:Compiler program

    • 发布日期:2017-05-06
    • 文件大小:1523048
    • 提供者:xialeyi
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com