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

软件<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

  • Visual.C++程序设计技巧与实例--配套光盘 第6章 文件和系统操作 本章共11个实例: 1. FolderCopy文件夹的选择和拷贝 2. DeleteCertainFile删除指定路

    Visual.C++程序设计技巧与实例--配套光盘 第6章 文件和系统操作 本章共11个实例: 1. FolderCopy文件夹的选择和拷贝 2. DeleteCertainFile删除指定路径下的某种类型的文件 3. FileModiNotify当文档(文件)被修改时在标题上给出提醒 4. OpenHtm打开Html网页 5. FileMapping使用内存映射文件来传输共享数据 6. ChageTime改变系统时间 7. StartUpProg让系统启动时运行某个应用程序 8. GETCDROM得到系统中所有光驱的盘符 9. LimitTimes限制软件的使用次数 10.GetWinVersion得到操作系统版本 11.HardwareInfo得到系统硬件信息

    标签: DeleteCertainFile FolderCopy Visual 程序

    上传时间: 2013-12-04

    上传用户:

  • 非常好用的代码比较工具

    非常好用的代码比较工具,可以与CVS等版本管理软件一起使用

    标签: 代码 比较

    上传时间: 2014-11-28

    上传用户:helmos

  • 黑客成长: 学习黑客必须要从理论上了解各种网络服务的原理和应用方法

    黑客成长: 学习黑客必须要从理论上了解各种网络服务的原理和应用方法,同时还要学习有关的网络协议和黑客、安全软件的运作机理,单纯的掌握某些黑客软件的使用方法并不能成为真正的黑客,我们通常称这类只懂得如何使用软件而不明白其中缘由的人为“伪黑客”。下面我们先从理论入手,讲解一下本书涉及知识的基本原理,这样将会在日后的学习中逐步成为真正的黑客,而不至于走上歧途,变为“伪黑客”。

    标签: 黑客 网络服务

    上传时间: 2015-12-02

    上传用户:xmsmh

  • 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

  • 在线考试系统: 1、为了保证示例代码正确运行

    在线考试系统: 1、为了保证示例代码正确运行,读者需要自己下载和安装Dundas作图插件DCWCE50VS7Eval.exe。 下载地址如下: http://www.dundas.com/ 该软件需要注册才能长期正常使用的软件,请大家支持正版软件的使用。 2、插件安装与使用 1、安装该插件。 2、使用Microsoft Visual Studio.NET 2003打开第4章学生在线考试系统的TestOnline项目。 3、打开Analysis.aspx窗体。 4、单击“视图”|“工具箱”,在工具箱中单击“Web窗体”工具组。 5、在该工作中单击鼠标右键,在弹出的菜单中选择“添加/移除项”命令 。 6、在打开的“自定义工具箱”对话框的.NET Frameword组件中选择Chart选项,单击“确定”。 7、安装完毕,Chart控件出现在web窗体工具中。

    标签: 代码 运行

    上传时间: 2014-10-28

    上传用户:fredguo

  • 自己编程实现多引导 如果你是一个计算机用户相信你一定安装过操作系统

    自己编程实现多引导 如果你是一个计算机用户相信你一定安装过操作系统,当你用久了一个操作系统,你可能会安装一个新的操作系统,但你往往希望保留现在的操作系统。比如当你有了一个windows98,你可以在上面再安装windows2K或是windowsXP,这是因为Windows的NTloader可以认识比自己更早的操作系统,所以能够给你保留先前的操作系统。但是如果你现在已经拥有了一个windows2K或是windowsXP你要在硬盘上再装个WINDOWS98甚至一些怀旧派人士想在上面安装一个DOS6.22,此时又该怎么办呢?你往往会用到第三方软件,比如V communications,.inc的System Commander系列,PowerQuest Corporration的BootMagic等等都是很好的选择。这些软件的将硬盘分区设置为两个或是两个以上的主分区,(也就是我们所说的双“C”盘,或是多“C”盘),把不同的操作系统安装到不同的主分区,通过激活不同的分区来实现多重引导,其优点是安全稳定,一旦一个操作系统瘫痪,一点不影响其他操作系统,个人认为值得推荐。 本文不是一篇多操作系统实现的经验介绍,因此有关BootMagic等第三方软件的使用我就不再浪费篇幅来介绍,我要给大家分析的是此类软件的实现原理。

    标签: 编程实现 用户 操作系统 计算机

    上传时间: 2014-01-26

    上传用户:change0329

  • 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

  • 名师讲述C++builder

    名师讲述C++builder,该课件详细的介绍了C++builder语言的各种方法及C++builder软件的使用方法。

    标签: builder

    上传时间: 2013-12-16

    上传用户:ljt101007

  • DSP2407A的SCI串口程序

    DSP2407A的SCI串口程序,可直接在调试软件下使用

    标签: 2407A 2407 DSP SCI

    上传时间: 2016-04-14

    上传用户:hwl453472107