搜索资源列表

  1. LL(1)Syntax

    0下载:
  2. 用LL(1)方法分析四则运算,包括一个词法分析的头文件。-with LL (1) Analysis of four operations, including a lexical analysis of the headers.
  3. 所属分类:其他小程序

    • 发布日期:2024-04-26
    • 文件大小:3072
    • 提供者:田甜
  1. LALR(1)forwins

    0下载:
  2. 一个LALR(1)语法分析器,可以输入文法进行分析,也可以分析句子,非常方便-an LALR (1) parser, can be imported to analyze grammar, sentence can be analyzed, very convenient
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-26
    • 文件大小:13312
    • 提供者:杜立博
  1. SLR(1)

    0下载:
  2. 用SLR(1)方法实现的类C语言的编译器的语义分析程序。-with SLR (1) Realization of the Class C language compiler is the semantic analysis procedures.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-26
    • 文件大小:296960
    • 提供者:魏本峰
  1. xvidcore-1.1.3

    0下载:
  2. xvid1.1.3最新的发布版本 修正了一些1.1.2 Release的BUG.-xvid1.1.3 the latest release version 1.1.2 Release amendments to a number of the BUG.
  3. 所属分类:图形图象

    • 发布日期:2024-04-26
    • 文件大小:892928
    • 提供者:陈勇
  1. libminigui-1.6.2-linux

    0下载:
  2. miniGUI图形系统源码libminigui-1.6.2.tar.gz。-MiniGUI source graphics system libminigui-1.6.2.tar.gz.
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-26
    • 文件大小:10834944
    • 提供者:黄毅
  1. libbt-1.05

    0下载:
  2. libbt-1.05源代码, 由Vc++开发
  3. 所属分类:P2P编程

    • 发布日期:2024-04-26
    • 文件大小:896000
    • 提供者:
  1. HC_SDKV2.1

    0下载:
  2. 海康嵌入式DVR的开发包和实例HC_SDKV2.1,是从事相关开发不可多得的资料。-Haikang DVR Embedded Development Kit and examples of HC_SDKV2.1, is engaged in the development of rare-related information.
  3. 所属分类:行业应用软件

    • 发布日期:2024-04-26
    • 文件大小:4487168
    • 提供者:gg
  1. source_1.1

    0下载:
  2. 软件介绍   在工作中,我们经常碰到客户要求我们告之所写程序的行数,包括代码行、注释行和空白行等。这一软件就是为这一目的编写的。最先是用于对我自己写的C/C++,VC++程序进行行数统计。它可以准确快速地统计出源代码中的各种行数。后来经过不断改进,增加了对VB, Java, ASP,JSP和SQL等程序的源代码的统计,使得软件的应用范围更加广泛。网络上也有不少类似统计行数的软件,但到目前为止,我发现“源码统计器1.1版”统计速度是最
  3. 所属分类:系统编程

    • 发布日期:2024-04-26
    • 文件大小:118784
    • 提供者:changliang
  1. zlib1.1.4

    0下载:
  2. zlib1.1.4源码(C语言)最新版 zlib1.1.4源码(C语言)最新版-zlib1.1.4 source code (C language) the latest version of zlib1.1.4 source (C language) the latest version
  3. 所属分类:Windows编程

    • 发布日期:2024-04-26
    • 文件大小:226304
    • 提供者:柯南
  1. camstudio1.1

    0下载:
  2. camstudio1.1版源码. 其中一些地方还需要进一步改进,使它更好用.如camstudio2.1版(非开源,如果找到源码告诉我)能录制micphone and speaker.并且录制后写入没有问题,这个版本就是写入时总是弹出消息框"unable to merge audio and video streams(1)"并把音频和视频分别写在两个文件中.-camstudio1.1 version of source. some
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-04-26
    • 文件大小:186368
    • 提供者:fdsa
  1. jrtplib-3.7.1

    0下载:
  2. 最新的jrtplib,jrtplib-3.7.1.tar-The latest jrtplib, jrtplib-3.7.1.tar
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-04-26
    • 文件大小:760832
    • 提供者:李惠富
  1. T-REC-G.722.1-200505-I!!SOFT-ZST-E

    0下载:
  2. 低码率宽带语音编码SirenTM(G722.1)算法-Low bit rate wideband speech coding SirenTM (G722.1) algorithm
  3. 所属分类:多媒体

    • 发布日期:2024-04-26
    • 文件大小:3034112
    • 提供者:名阳
  1. 0-1

    0下载:
  2. 这是一个用C++实现的0/1背包问题,它是用贪心法实现的。-This is a C++ Achieved 0/1 knapsack problem, which is achieved using greedy method.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-26
    • 文件大小:254976
    • 提供者:李眼
  1. LR(1)Arithmetic

    0下载:
  2. LR(1)文法实现四则运算程序,支持正整数和浮点数运算,有很强大的排错能力。在VC6.0下开发,能够在G++编译器下编译运行-LR (1) grammar realize four computing procedures, support the positive integer and floating-point, has a very powerful troubleshooting ability. Developed in
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-26
    • 文件大小:4096
    • 提供者:chris
  1. g723.1

    0下载:
  2. 723.1标准源代码,希望对相关开发人员有些帮助。-723.1 standard source code, I hope some of the relevant developer to help.
  3. 所属分类:Audio

    • 发布日期:2024-04-26
    • 文件大小:590848
    • 提供者:李成
  1. irrlicht-1.4.1

    0下载:
  2. 最新3D游戏开发引擎irrlicht1.4.1-The latest 3D game development engine irrlicht1.4.1
  3. 所属分类:游戏引擎

    • 发布日期:2024-04-26
    • 文件大小:17042432
    • 提供者:彭明
  1. freetype.2.1.10

    0下载:
  2. 附上freetype2.1.10的源代码,这个和上面传的是一起的-Freetype2.1.10 attach the source code, this and the above is a mass of the
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-04-26
    • 文件大小:1511424
    • 提供者:tanson
  1. xvidcore-1.1.0-beta2

    0下载:
  2. 在MPEG4 视频编码中,大家可以参考xvid程序来研究MPGE4,所以代码xvidcore-1.1.0-beta2.zip对大家非常有用的-In the MPEG4 video coding, we can refer to xvid procedures to study MPGE4, so the code xvidcore-1.1.0-beta2.zip very useful for all of us
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2024-04-26
    • 文件大小:867328
    • 提供者:dengqian
  1. xvidcore-0.9.1

    0下载:
  2. 视频压缩标准MPEG4的视频参考代码xvid9.1-MPEG4 video compression standard for video reference code xvid9.1
  3. 所属分类:压缩解压

    • 发布日期:2024-04-26
    • 文件大小:2785280
    • 提供者:方健
  1. 11280_ll1forwin(1)

    0下载:
  2. LL(1)文法的实现代码,用C++写的,大家可以试试,感觉还是很不错的哟-LL (1) the realization of grammar code, using C++ Written, we can try, I feel very good yo
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-26
    • 文件大小:34816
    • 提供者:阿建
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org