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

搜索资源列表

  1. cmake-2.8.1-win32-x86

    0下载:
  2. Cmake - the cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration file
  3. 所属分类:Compiler program

    • 发布日期:2017-05-23
    • 文件大小:7782025
    • 提供者:baaaa
  1. BOCH

    0下载:
  2. 一个用LISP语言编写的语法分析器。使用Bottom-up Chart Parsing算法,程序非常的简单高效,只有二百多行。另外可以自己定义文法和字典。 源代码公开,主要供对语法分析算法和LISP编程感兴趣的人学习使用,也可以使用在自然语言处理的各种实际研究当中。-A language with LISP parser. The use of Bottom-up Chart Parsing algorithm, the procedure very simple and efficient,
  3. 所属分类:Compiler program

    • 发布日期:2017-11-08
    • 文件大小:4561
    • 提供者:朱查松
  1. Compiler

    0下载:
  2. (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:586775
    • 提供者:陈新杰
  1. prefuse.flare-alpha-20090124

    0下载:
  2. 用于flash/flex的 as3的 2D图形图像图表的动态生成-Flare is a collection of Actionscr ipt 3 classes for building a wide variety of interactive visualizations. For example, flare can be used to build basic charts, complex animations, network diagrams, treemaps, and mor
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1307635
    • 提供者:含影
  1. readText

    0下载:
  2. 适合初学者,在编辑框中能实现打开.txt文本文件的打开-For beginners, can be achieved in the edit box open txt text files open
  3. 所属分类:Compiler program

    • 发布日期:2017-12-02
    • 文件大小:3571461
    • 提供者:红光
  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
    • 文件大小:1028939
    • 提供者:mtjs
  1. VB6-Clipboard-Fix-Patch

    0下载:
  2. it`s for Visual Basic 6 Fix Clipboard if you Open VB6 and can`t find your Clipboard this code will help you )-it`s for Visual Basic 6 Fix Clipboard if you Open VB6 and can`t find your Clipboard this code will help you )
  3. 所属分类:Compiler program

    • 发布日期:2017-11-08
    • 文件大小:2846
    • 提供者:Noob13
  1. CompilerDemo

    0下载:
  2. 关于PL/0语言的一个编译程序,可以打开PL/0语言编写的文件然后汇编成汇编语言输出并运行。-About PL/0 language of a compiler, you can open the PL/0 language file and then compiled into assembly language output and run.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-14
    • 文件大小:25829
    • 提供者:jack
  1. Autoit3

    0下载:
  2. Autoit3反编译引擎,对目前大部分Autoit3都可以进行反汇编,很强大的一个工具开源-Autoit3 decompile engine, right now most Autoit3 can disassemble a very powerful tool for open-source
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:291033
    • 提供者:高邑爱
  1. TinyXML

    0下载:
  2. TinyXML是一个开源的解析XML的解析库,能够用于C++,能够在Windows或Linux中编译。这个解析库的模型通过解析XML文件,然后在内存中生成DOM模型,从而让我们很方便的遍历这棵XML树-TinyXML is an open source parsing XML parsing library that can be used in C++, Windows or Linux can be compiled. The analytical model by parsing the
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:2239510
    • 提供者:孙磊
  1. CPP-source-word-scanner

    1下载:
  2. 实验一:C++源代码单词扫描程序(词法分析) 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:46256
    • 提供者:邵阳
  1. yedgen-svn.tar

    0下载:
  2. yEdGen can generate ANSI C code a graphml file. You can use yEd Graph Editor, save your flow chart (following some yEdGen rules) in graphml and open it with yEdGen to generate ANSI C code. You can extend yEdGen to generate code for other language. Th
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:46256
    • 提供者:mlazcoz
  1. JSON-Debug2.0

    0下载:
  2. 类_JSON_:已实现JSON解析、生成、编辑的整套方案,并已封装成模块。 未参照任何开源解析算法,经过多次改进已然成为了一个稳定强大的json处理核心。 类_格式化JSON_快速:以类的形式对json文本格式化和反格式化, 类的封装意味着一段超长文本可以分几次加入是没有问题的,不再担心卡机。 JSON调试器:JSON解析模块的附属品,也算是模块的例程,依托强大的 JSON解析、编辑核心已然可以说是最强大的JSON视图调试器,助您快速准确的 找出json文本中的错误原因。
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:835719
    • 提供者:
  1. de4dot-net35

    0下载:
  2. de4dot is an open source (GPLv3) .NET deobfuscator and unpacker written in C#. It will try its best to restore a packed and obfuscated assembly to almost the original assembly. Most of the obfuscation can be completely restored (eg. string encryption
  3. 所属分类:编译器/解释器

    • 发布日期:2019-11-21
    • 文件大小:970752
    • 提供者:longvuthien
搜珍网 www.dssz.com