登录
首页 » 算法 » vc++实现编译原理中的LL(1)文法的编译过程,非常好用.

vc++实现编译原理中的LL(1)文法的编译过程,非常好用.

于 2022-06-30 发布 文件大小:4.30 kB
0 134
下载积分: 2 下载次数: 1

代码说明:

vc++实现编译原理中的LL(1)文法的编译过程,非常好用.-vc realization of the principle of compiler LL (1) grammar compiler course, very handy.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 音乐识别
    音高的提取,实现音乐的音高提取,在用语言将一首音乐里的音乐特性提取出来。
    2022-12-28 23:10:03下载
    积分:1
  • 杜鹃时间
    它是杜鹃搜索算法的MATLAB语言编码。杜鹃是求解NP难问题的优化算法类型
    2022-03-23 17:43:31下载
    积分:1
  • 两个大整数相乘(位数相同)
    两个大大整数(位数相同)相乘,比如50多位。
    2023-08-31 03:45:03下载
    积分:1
  • PGE Solving equations faster
    高斯消元法解方程, 速度较快-PGE Solving equations faster
    2022-03-21 08:54:03下载
    积分:1
  • This algorithm was developed by Professor Ronald L. Rivest of MIT and can be fou
    This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. I ve included the sample code and makefile that I used for the Linux test. The demo, however, was written with Visual C++ 6 on a Windows 2000 platform.-This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. I ve included the sample code and makefile that I used for the Linux test. The demo, however, was written with Visual C 6 on a Windows 2,000 platform.
    2022-01-27 12:21:27下载
    积分:1
  • VC文字识别程序
    带简单汉字库、用户可以增加字库、实现字符的识别。用户能直接用,还可以修改成其它用途。使用方便实用。
    2022-06-02 17:28:47下载
    积分:1
  • 多项式的计
    多项式的计算-polynomial calculations. .
    2022-08-19 22:45:46下载
    积分:1
  • 看,是VB程序的数值类型,程序会让你输入一个n。
    猜数字,是一个VB数值计算类程序,程序可以让你输入一个数字,猜错了可以继续猜-viewing, VB is a numerical type of proceedings, procedures can let you input a number of wrong guess can continue
    2022-01-30 16:25:24下载
    积分:1
  • SM2的C语言实现
    基于Openssl算法库实现的SM2算法。实现数字签名和密钥交换,公钥加密没有实现。全部源代码,需要Openssl库支持,VC工程。KDF使用标准HASH算法,没有使用SM3。
    2022-02-25 14:45:10下载
    积分:1
  • LZW的实现
    LZW算法的实现   LZW算法 其中 几个对象为 编码流 数据流 以及 编译表   字符即为数值,这里0-255   字符串:几个字符组成的串。这里可以简单用 来描述。其中前缀可以为0。   根:长度为1的字符串。   编码(Code):按照固定的长度从编码流中读取的值,即编译表中映射值。即一个编码对应一个字符串   本程序中将定义编码长度最大为12。最小为8。   本实现中自动根据文件内容生成对应的编译表 一个编码对应一个字符串, 字符串匹配通过hash算法去编译表中查找对应的编码。 hash值 = (前缀的编码+后缀编码)%常数
    2022-10-19 02:30:04下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载