Welcome![Sign In][Sign Up]
Location:
Search - prefix

Search list

[Algorithm高精度整数运算

Description: 练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,则直接输出各位数字序列;如果是负数,则首先要输出负号。各位数字紧密输出,不带有前缀的多余的0。-practice procedures, as follows : high-precision integer for the addition, subtraction, multiplication. The importation of two decimal integer big M and N (M, N up to a maximum of 50), the calculated results of operations and output. Entry forms : standard input on the importation of branches were the following : 1. The first line inputs, a large integer M. M may have negative, is back up to 50 digital sequence. 2. Only a second line of characters could be "","-","*", respectively, plus or minus, by three operators. 3. The third line inputs large integer N, M and the same format M, N are not redundant with the prefix 0 output-- in the form of print on standard output Operational result, the output sequences of characters here is the large integers M and N and
Platform: | Size: 1024 | Author: 王资 | Hits:

[AI-NN-PRMaxfpminer1

Description: 本程序实现通过构造一棵前缀树实现 最大模式频繁项集挖掘算法.应用fp树增长算法实现.-the program by constructing a prefix tree to achieve the greatest model Frequent Mining algorithms. Application fp growth tree algorithm.
Platform: | Size: 99328 | Author: 石飞 | Hits:

[Search EngineSogouW.20061127

Description: 互联网词库来自于对SOGOU搜索引擎所索引到的中文互联网语料的统计分析,统计所进行的时间是2006年10月,涉及到的互联网语料规模在1亿页面以上。统计出的词条数约为15万条高频词,除标出这部分词条的词频信息之外,还标出了常用的词性信息。 语料库统计的意义:反映了互联网中文语言环境中的词频、词性情况。 应用案例:中文词性标注、词频分析等。 词性分类: N 名词 V 动词 ADJ 形容词 ADV 副词 CLAS 量词 ECHO 拟声词 STRU 结构助词 AUX 助词 COOR 并列连词 CONJ 连词 SUFFIX 前缀 PREFIX 后缀 PREP 介词 PRON 代词 QUES 疑问词 NUM 数词 IDIOM 成语-Internet thesaurus from the right SOGOU search engines to index the Chinese Internet Corpus statistical analysis, Statistics for the time in October 2006, involving the corpus size of the Internet in more than 100 million pages. Statistics from the entries of about 150,000 high-frequency words, in addition to this part of Article marked the word frequency information, also marked the commonly used POS information. Corpus statistical significance : the Internet reflects the Chinese language environment of the word frequency, POS situation. Applications : Chinese part-of-speech tagging, word frequency analysis. POS Categories : N nouns verbs ADJ V adjective ADV adverb CLAS Classifiers ECHO Onomatopoeia STRU structural particle AU X-particle COOR parallel conjunction CONJ conjunction SUFFIX s
Platform: | Size: 1258496 | Author: 17521 | Hits:

[Post-TeleCom sofeware systemsOFDMSIMULATE

Description: OFDM仿真 参数: % 子载波数 128 % 位数/ 符号 2 % 符号数/ 载波 1000 % 训练符号数 0 % 循环前缀长度 8 (1/16)*T % 调制方式 4-QAM % 多径信道数 3 % IFFT Size 128 % 信道最大时延 2 -OFDM simulation parameters : % subcarriers median number of 128%/2% Symbol Symbol/Carrier Training 1000% 0% Symbol few cyclic prefix length 8 (1/16)* T% modulation 4-QAM% multi-path channel number 3% 128% Size IFFT letter Maximum delay 2
Platform: | Size: 19456 | Author: 高源 | Hits:

[ELanguagesdfefefa

Description: 此次课程设计我的设计题目是:判别后缀表达式。其具体要解决的问题是: (1)假设表达式由单字母变量和双目四则运算符构成; (2)从键盘输入任意一个非空的表达式; (3)利用栈,判别输入的表达式是否是一个正确的后缀表达式; (4)把正确的后缀表达式转换为前缀表达式; (5)测试用例自己设计。 -current curriculum design I design entitled : distinguishing suffix expression. To solve their specific problems are : (a) It is assumed that the expression of single-letter variable binocular and four Operators composition; (2) from the keyboard input an arbitrary non-empty expression; (3) using stack, Discriminant importation of whether the expression is a correct expression of the suffix; (4) the correct conversion of expression suffix prefix expression; (5) The test case of its own design.
Platform: | Size: 20480 | Author: 朱杰 | Hits:

[Data structstree

Description: 表达式类型的实现: 1、 一个表达式和一颗二叉树之间,存在着自然的对应关系。 2、 假设算术表达式Expression内可以含有变量(a~z)、常量(0~9)和二元运算符(+,-,*,/,^)。实现一下操作。 (1) ReadExpr(E)——以字符序列的形式输入语法正确的前缀表示式并构造表达式E。 (2) WritrExpr(E)——用带括弧的中缀表示式输出表达式E。 (3) Assign(V,c)——实现对变量V的赋值(V=c),变量的初值为0。 (4) Value(E)——对算术表达式E求值。 (5) CompoundExpr(P,E1,E2)——构造一个新的复合表达式(E1)P (E2)。 -Realize the type of expression: one, an expression, and between a binary tree, there is a natural correspondence between. 2, assuming that the arithmetic expression Expression can contain variables (a ~ z), constant (0 ~ 9) and binary operators ( ,-,*,/,^)。 You realize the operation. (1) ReadExpr (E)- sequence of characters in the form of input grammar correct prefix expressions and tectonic expression of E. (2) WritrExpr (E)- used within parentheses express output infix expression E. (3) Assign (V, c)- realize the value V of the variables (V = c), variable initial value is 0. (4) Value (E)- on the arithmetic expression E is evaluated. (5) CompoundExpr (P, E1, E2)- Construction of a new composite expression (E1) P (E2).
Platform: | Size: 58368 | Author: | Hits:

[matlabOFDM_channel_estimation_MATLAB

Description: 在OFDM仿真模型的基础上用MATLAB语言编写出OFDM发送、信道及接收整个系统,在系统仿真正确的前提下,对循环前缀、信道估计等性能改善方法进行进一步仿真验证,得到了预期的理想结果-In OFDM simulation model based on the use of MATLAB language to send the OFDM, channel and receive the entire system, in the system under the premise of the correct simulation of the cyclic prefix, channel estimation methods for further performance improvement simulation, have been expected results
Platform: | Size: 252928 | Author: 小丽 | Hits:

[AI-NN-PRPrefixTree

Description: 关联规则中前缀树算法在VC下的实现,源代码-Association rules prefix tree algorithm in VC under the realization of the source code
Platform: | Size: 1567744 | Author: raul | Hits:

[3G developofdm_cp

Description: 基于循环前缀的同步算法仿真,采用多符号求均值的办法减少噪声影响。-Cyclic prefix based synchronization algorithm simulation, the use of multi-symbol mean seeking ways to reduce noise impact.
Platform: | Size: 4534272 | Author: herry | Hits:

[OtherOFDM

Description: OFDM系统仿真分析及基于循环前缀的研究,是一篇优秀的硕士论文-OFDM system simulation analysis and research based on the cyclic prefix, is an outstanding master
Platform: | Size: 2141184 | Author: 胡威 | Hits:

[Data structsqianzhuizhuanerchashu

Description: 前缀表达式转换成二叉树的代码,通过转换成二叉树可以轻松实现转换成后缀,前缀,中缀形式。-Prefix expression into a binary tree code, through the binary tree can be converted easily into a suffix, prefix, infix form.
Platform: | Size: 3072 | Author: wxg | Hits:

[Otherexpression

Description: C++ 用栈实现的命令符计算器,进行前缀表达式的计算-C++ Used stack order to achieve Fu calculator for the calculation of expression prefix
Platform: | Size: 284672 | Author: 罗媛 | Hits:

[assembly languageinfixToprefix

Description: This source code is used for make infix expression from prefix expression by using assembly and C language together.
Platform: | Size: 7168 | Author: asi | Hits:

[matlabgv3MQAM_type2_ofdm_cp_zf

Description: 4 16 64 QAM plots for simulated and theoretical results for OFDM system with addition of Cyclic prefix and a zero-Forcing equalizer.
Platform: | Size: 3072 | Author: gavigod | Hits:

[OtherOFDM_TRail

Description: OFDM系统,子载波数目1024,前缀数目256,循环数目256,加入了高斯白噪声-OFDM system, the number of subcarriers 1024, the number prefix 256, the cycle number of 256, by adding a Gaussian white noise
Platform: | Size: 1024 | Author: 靳超 | Hits:

[Data structsT_E

Description: 将前缀表达式转为中缀表达式,并画出所建的树-To prefix infix expression to expression, and draw the tree built
Platform: | Size: 306176 | Author: arthur | Hits:

[matlabOFDM_Rayleigh

Description: 3 MATLAB functions for simulation of OFDM signal in Rayleigh fading channel. Including models for OFDM frame generating, cyclic prefix, pramble, as well as model for Rayleigh channel, QAM modulation function and a example of test process.
Platform: | Size: 2048 | Author: orange_jhy | Hits:

[DocumentsOFDM

Description: OFDM系统仿真分析及基于循环前缀的研究-Analysis and Simulation Study Based on Cyclic Prefix
Platform: | Size: 2050048 | Author: 王强 | Hits:

[VC/MFCsuffixarray

Description: 关于后缀数组的文件 本文介绍后缀数组的基本概念、方法以及应用。 首先介绍O(nlogn)复杂度构造后缀数组的倍增算法,接着介绍了配合后缀 数组的最长公共前缀 LCP(Longest Common Prefix)的计算方法,并给出一个 线性时间内计算height 数组(记录跨度为1 的LCP 值的数组)的算法。为了让 读者对如何运用后缀数组有一个感性认识,还介绍了两个应用后缀数组的例子: 多模式串的模式匹配(给出每次匹配O(m+logn)时间复杂度的算法)以及求最 长回文子串(给出O(nlogn)时间复杂度的算法)。最后对后缀数组和后缀树作了 一番比较。-about suffix array
Platform: | Size: 147456 | Author: 李贤星 | Hits:

[OtherAlgoritma-Prefix-Span-dan-AprioriAll

Description: Algoritma Prefix Span dan Apriori A-Algoritma Prefix Span dan Apriori All
Platform: | Size: 508928 | Author: Pebrian | Hits:
« 12 3 4 5 6 7 8 9 10 ... 36 »

CodeBus www.codebus.net