虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

参考答案 电磁场与<b>电磁波</b>

  • 上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P)

    上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一组有限的产生式规则集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素称为非终结符,T的元素称为终结符,S是一个特殊的非终结符,称为文法开始符。 设G=(V, T, S, P)是一个CFG,则G产生的语言是所有可由G产生的字符串组成的集合,即L(G)={x∈T* | Sx}。一个语言L是上下文无关语言(Context-Free Language, CFL),当且仅当存在一个CFG G,使得L=L(G)。 *⇒ 例如,设文法G:S→AB A→aA|a B→bB|b 则L(G)={a^nb^m | n,m>=1} 其中非终结符都是大写字母,开始符都是S,终结符都是小写字母。

    标签: Context-Free Grammar CFG

    上传时间: 2013-12-10

    上传用户:gaojiao1999

  • /// ////HVDA高差压差动输入

    /// ////HVDA高差压差动输入,定时启动,由T2定时//////////////// /////////选择4,5通道为ADC0差动转化通道////////////// /////////仪表为某速度仪,输出Vout:0-10V,且带有参考电压输出Vref:5V//// /////////仪表特性:Vout-Vref与速度成线性关系,量程为-1m/s至1m/s/////// /////////对于电压超过3.6V的AD转化,只能采用HVDA通道//////////////// /////////仪表输出端与HVAIN+相连,仪表参考电平输出与HVAIN-相连//// /////////HVREF端与1V相连(可由DAC输出产生)////////////////////////// ///////////HVCAP连接30pf,滤波转折频率在1KHZ左右////////////////// /////////程序中对速度积分求取位移////////////////////////////////////// //////HVDA.c

    标签: HVDA 差压 输入

    上传时间: 2014-01-25

    上传用户:zwei41

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery

  • 政府网站系统asp源代码

    政府网站系统asp源代码,设计者何以参考。asp与accsess结合

    标签: asp 网站 源代码

    上传时间: 2013-12-25

    上传用户:fandeshun

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    标签: converts Toolbox complex logical

    上传时间: 2016-02-12

    上传用户:a673761058

  • 这是个word文档

    这是个word文档,是白中英写的计算机组成原理的课后习题的参考答案.供大家学习使用.

    标签: word 文档

    上传时间: 2014-01-09

    上传用户:爱死爱死

  • 软件破解入门教程和解密常用手册.chm 本教程目前正在完善过程中

    软件破解入门教程和解密常用手册.chm 本教程目前正在完善过程中,为了方便大家的平时学习,特将教学制成CHM格式以方便大家。(这份教学是将主页2001年12月25日之前内容打包)。本站下一步发展方向将与大家共同探讨一些新的加解密技术,侧重逆向工程与软件加密保护方面。   本电子教程是为方便网友查询,将部分手册之类的资料整理,遵循简洁、实用的原则。   如你想系统地学习加解密知识,请参考由本站与广大网友合作推出的新书《加密与解密--软件保护技术及完全解决方案 》,本书全面介绍Windows下软件的保护与破解技术,内容全面,讲解详细,配套光盘备有实战习题,适合各位爱好者使用。

    标签: chm 软件破解 入门教程 解密

    上传时间: 2013-11-26

    上传用户:agent

  • 本程序针对工程中常用的行之有效的算法而编写

    本程序针对工程中常用的行之有效的算法而编写,其主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。 书中所有算法均用C语言描述。 本程序集可供广大科研人员、工程技术人员以及管理工作者阅读使用,也可作为高等院校师生的参考程序。 与本程序配套的书为《C常用算法程序集》。也一同上传。可从本网站上下载。

    标签: 程序 工程 算法 编写

    上传时间: 2013-12-15

    上传用户:wab1981

  • 由林锐博士编写的<<高质量C++编程指南>>

    由林锐博士编写的<<高质量C++编程指南>>,包含作者自己的大量编程经验,并带有自测题及其参考答案

    标签: lt gt 编写 高质量

    上传时间: 2016-05-27

    上传用户:jjj0202

  • Intel8253应用——发声控制 Intel8253通道工作过程是:按本通道中给定的初值n

    Intel8253应用——发声控制 Intel8253通道工作过程是:按本通道中给定的初值n,对输入时钟信号频率f进行n分频,输出频率为F的分频信号,即F=f/n. 从而在通道输出引线周围产生一种与频率F波形对应的电磁波,若用此电磁波控制一扬声器,则可听到与该电磁波对应的声音。

    标签: Intel 8253 发声 初值

    上传时间: 2016-08-01

    上传用户:3到15