CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 SCSI/ASPI 搜索资源 - 从

搜索资源列表

  1. UnLinker编译原理实验

    0下载:
  2. 编译原理实验 为UnLinker.java文件中的UnLinker类实现成员函数String clean(String text). 函数clean的功能是屏蔽字符串参数text中的网页链接信息,并返回屏蔽后的结果;如果无需屏蔽,则返回原来的字符串. 每个网页链接从左至右依次分成前缀,域名和后缀三部分-Compilation Principle experiment UnLinker.java file UnLinker class implements member functions Str
  3. 所属分类:SCSI/ASPI

    • 发布日期:2012-09-29
    • 文件大小:2.41kb
    • 提供者:陈竑睿
  1. TinyCforJAVA

    0下载:
  2. JAVA TinyC课程设计 从csdn.net上下载的-JAVA TinyC curriculum design downloaded from csdn.net
  3. 所属分类:Compiler program

    • 发布日期:2017-05-12
    • 文件大小:2.88mb
    • 提供者:123
  1. dede106b1

    0下载:
  2. 源码丢失后,通过这个Dede还是可以从bpl文件找回DFM文件。-If lose your own source,your can find back the dfm from bpl use this dede.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-08
    • 文件大小:630.31kb
    • 提供者:z.q
  1. 2

    0下载:
  2. 逆波兰式表示法的生成程序,挺好的!实现了从中缀向后缀的转变-Reverse Polish Notation notation generation process, quite good! Realized the transformation from infix to suffix
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1.18kb
    • 提供者:李荣涛
  1. 20054674552

    0下载:
  2. 递归子程序法:对应每个非终结符语法单元编一个独立的处理过程(或子程序)。语法分析从读入第一个单词开始,由非终结符<程序>(即开始符)出发,沿语法描述图箭头所指出的方向进行分析。当-Recursive Subroutine law: at the end of the corresponding syntax for each non-unit provision of an independent process (or subprogram). Parsing from the f
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:28.36kb
    • 提供者:xieli123
  1. Easy51pro

    0下载:
  2. 在这次单片机培训实验中用到了S51系列单片机的ISP编程线以及软件 想自制该编程线的同学可以从这里下载相关的电路图和程序-Training in the single-chip experiment using the S51 series MCU line ISP and software programming would like to made the students line programming can be downloaded from here and procedur
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:452.14kb
    • 提供者:李艳军
  1. cc

    0下载:
  2. 随机产生若干个0~100的随机数,从键盘输入待输入的随机数的个数,并求和、平均值、最大值、最小值、并统计小于60的随机数的个数,如果结果为小数,要求小数点后面保留两位有效数字。-Randomly generating a plurality of random numbers of 0 to 100, to be entered from the keyboard to enter the number of the random number, and sum, average, maximu
  3. 所属分类:Compiler program

    • 发布日期:2017-11-16
    • 文件大小:728byte
    • 提供者:潇嬣
  1. ctixian20040130

    0下载:
  2. 介绍一下这个程序的功能: 1,提醒功能。有约会提醒,记念日提醒,每日定时提醒,每周定提醒。 2,定时器。设定小时数,倒数时间,到0时弹出窗口提醒。  3,秒表。 4,日期计算。计算两个日期之间的天数,计算多少天后是几号。 5,倒计时。记录一个重要的日期,倒数天数。 6,当前日期。显示当前日期,计算这周是从某天开始的第几周。 (非原创)-Explain the function of this procedure: 1, to remind function. Have an appointmen
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-11-19
    • 文件大小:73.77kb
    • 提供者:
  1. shuma_st_51aspx

    0下载:
  2. 聊天室类的,很好的,简单 ,我也是从别的那里弄来的-Chat room classes, good, simple, I am also from the other, where did you get the
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-06
    • 文件大小:698.92kb
    • 提供者:lingfang
  1. LR1

    0下载:
  2. 构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法。-Construct LR (1) analytical procedures, and use it to parse sentences of whether the judgment given string of symbols for grammar recognition LR (K) analysis method is stri
  3. 所属分类:Compiler program

    • 发布日期:2017-11-20
    • 文件大小:34.88kb
    • 提供者:孙辰
  1. cifa

    0下载:
  2. 是将输入的源程序进行划分,给出基本符号(token)的序列,并掠过注解和空格等分隔符号。基本符号是与输入的语言定义的词法所规定的终结符。 本实验要求学生编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续进行 -Is the input source program division, and gives the basic
  3. 所属分类:Compiler program

    • 发布日期:2017-11-22
    • 文件大小:1.78kb
    • 提供者:chenxia
  1. FAScanner

    0下载:
  2. 单词是高级语言中有实在意义的最小语法单位,而单词又由字符组成。每一种高级语言都定义一组字符集。单词可大致分为五类:基本字,标识符,整常数,运算符,界限符。从输入的源程序字符串中逐个地把这些单词识别出来,并转化成机器比较容易使用的内码形式,这是词法分析器的主要任务。-The word is the smallest grammatical unit actual significance of the high-level language, the word characters. Each d
  3. 所属分类:Compiler program

    • 发布日期:2017-11-22
    • 文件大小:26.39kb
    • 提供者:朱东
  1. fsk

    0下载:
  2. 改程序的主要功能,是实现fsk的相关解调,通过该程序可以从总体上聊天fsk调制。-Change the program' s main function is to achieve fsk demodulator fsk modulation through the program from the general chat.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-19
    • 文件大小:1.47kb
    • 提供者:wanghengyong
  1. Huffman-coding-and-decoding

    0下载:
  2. 在从键盘上输入字符时,只要是键盘上的字符任何字符都能接受,并能统计出输入的一串字符串中各个字符出现的次数,作为构建哈夫曼树时的各叶子结点的权值。 本程序同时具有译码功能 -Character input from the keyboard, as long as any of the characters in the character on the keyboard can be accepted, and the statistics of the number of occurr
  3. 所属分类:Compiler program

    • 发布日期:2017-11-13
    • 文件大小:5.97kb
    • 提供者:mary
  1. new

    0下载:
  2. 利用自己编写的MAX函数对输入的10个整数进行从大到小排序,谭浩强课后题答案-I have written the MAX function to input 10 integers the descending order Hemopurification after-school answer to question
  3. 所属分类:Compiler program

    • 发布日期:2017-11-24
    • 文件大小:55.82kb
    • 提供者:rockere6
  1. VFP-UnFoxall3.0

    1下载:
  2. 软件介绍:UNFOXALL v3.00 专业注册版 FoxPro反编译工具。可以完整的从FOX所有版本(FoxBase, FoxPro2.x for DOS/Windows, VFP3.0/5.0/6.0)开发的EXE,.APP,.FOX,.SPX, .MPX, .QPX, .PJT及其 他文件中完整反编译出所有源程序及其他文件。 使用说明: 安装原版后,运行原版选择关于,输入用户姓名,邮件,单位,后确定退出再解压注册机至原版目录下运行注册机,可以得到正确注册码
  3. 所属分类:Compiler program

    • 发布日期:2017-10-30
    • 文件大小:1004.82kb
    • 提供者:mtjs
  1. word

    0下载:
  2. 用C实现了一个建议的类Pascal语言的词法分析器,实现从源程序中分离出各种单词的方法,进行分析。程序的输入与输出全是以文件的形式。-C implementation of a proposed class Pascal language lexical analyzer to achieve a variety of words from the source separation method for analysis. The input and output of the program
  3. 所属分类:Compiler program

    • 发布日期:2017-11-22
    • 文件大小:1.54kb
    • 提供者:马倩
  1. by

    0下载:
  2. 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)(具体参照实验指导中的要求)-failed to translate
  3. 所属分类:Compiler program

    • 发布日期:2017-12-05
    • 文件大小:1.26kb
    • 提供者:andy
  1. cmake

    0下载:
  2. cmake命令 安装、用法简介,从网上博客上转载而来-failed to translate
  3. 所属分类:Compiler program

    • 发布日期:2017-12-04
    • 文件大小:708.46kb
    • 提供者:笑书侠
  1. HuffmanTree

    0下载:
  2. 该系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:6.22mb
    • 提供者:Peter
« 12 3 »
搜珍网 www.dssz.com