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

搜索资源列表

  1. xmlexpaln

    0下载:
  2. 解析XML的C语言代码本人用心写完可在嵌入式系统中运行-Parsing XML in C language code, I carefully finished, can be run in embedded systems
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:3783208
    • 提供者:danguiwang
  1. DeepAnalysisAboutWindows4th

    0下载:
  2. 深入解析Windows操作系统,是深入学习操作系统的绝版好书-Deep analysis of Windows operating system, an in-depth study of the operating system out of print books
  3. 所属分类:OS Develop

    • 发布日期:2017-06-20
    • 文件大小:30230007
    • 提供者:yeping
  1. test5

    0下载:
  2. 这个功能主要是实现用户能够阅读,解析文件-This function is mainly to achieve the user to read, parse the file
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1838175
    • 提供者:chengboss
  1. HomeAlarmSystem

    0下载:
  2. 基于51系列单片机的红外报警系统,次程序带有无线接收解析-Based on 51 series of infrared alarm system, sub-program analysis with a wireless receiver
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:685
    • 提供者:钟全刚
  1. EXCUTE

    0下载:
  2. 工作上的需要写了这个程序,贴上来给能用到的朋友。解析详尽,里面几个可移植性很好的子程序段,如延时、写屏、打包程序中的自删除等,自认为写的不错,拿来分享一下。双击压缩包查看密码.-Work to write this program, Tie Shanglai to can use to friends. Detailed analysis, which a few paragraph subroutine good portability, such as delay, writing scre
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:1818
    • 提供者:civen
  1. Markup112

    0下载:
  2. RapidXml 试图成为最快的 XML DOM 解析工具包,同时保证解析结果的可用性、可移植性以及与 W3C 标准的兼容性。RapidXml 使用 C++ 编写,因此在操作同一数据时,其解析速度接近于 strlen() 函数。   整个解析工具包包含在一个头文件中,所以使用时不用编译也不用连接。要想使用 RapidXml 只要包含 rapidxml.hpp 即可,当然如果要用附加功能(如打印函数),你可以包含 rapidxml_print.hpp 文件。   RapidXml 为采用C++语言
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:987236
    • 提供者:动力传说
  1. SimpleXMLD6-D2010

    0下载:
  2. SimpleXML for D7-D2010 非常小巧好用的一个XML处理类,可以生成/解析XML文件。 原作者出处不详,应该是俄罗斯人写的, 原生DELPHI代码,不依赖其它文件。 它与 NativeXML 差不多,但最大的区别是 NativeXML 是基于类的,而 SimpleXML 是基于接口的。所以可以很方便生成DLL,接入程序, 更利于代码重用的思想。 该版本支持 2010,压缩包里面包含一个原版和一个修正版,修正主要是本人在使用过程中发现 TXmlSaver.SaveToBu
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-25
    • 文件大小:437330
    • 提供者:haoxiongdi
  1. HBLT

    0下载:
  2. 汇编语言上机指导及示例、习题的ppt,里面有几道练习题的解析,希望对你们有用啊-Assembly language instruction and examples, exercises, analytical exercises which Jidao hope that is helpful for you ah
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:14309
    • 提供者:KENNY
  1. formula1.5

    0下载:
  2. 公式解析器,看他演示代码,STRINGGRID还有点象Excel的感觉了-ArtFormula v1.5 for Delphi and Lazarus -------------------------------------------------------------------------------- ArtFormula package contains two nonvisual Delphi component for symbolic express
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-10
    • 文件大小:1027898
    • 提供者:brighteye
  1. complie

    0下载:
  2. 输入一行文法,程序自动解析,采用LL(1)文法,消除左递归,建立预测分析表。-
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:4195
    • 提供者:lidong
  1. cmd

    0下载:
  2. cmd命令解析工具,实现执行dos命令并图形画显示-cmd command parsing tool to achieve the implementation of dos commands and graphic art display
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:176193
    • 提供者:jiangxu
  1. X86IEE32

    1下载:
  2. 这个东西可以帮你解析执行32位的X86指令。不包括FPU,也不包括MMX之类的东西。代码符合C99标准,理论上应该没限制的,不过根据不同的编译器实现,需要修改下cpu_BasicType.h类型定义。测试时在VS2005(禁止语言扩展特性、/W4)和GCC 3.4(-std=c99 -O1或者-ansi -O1)中编译通过-This thing can help you resolve the implementation of the X86 32-bit instructions. Not
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:71590
    • 提供者:ucsm
  1. Compiler_theory

    0下载:
  2. 编译原理:学习指导与典型题解析电子书,用超星阅读器即可阅读-Compiler theory: a typical problem with the analytical study guide e-books, readers can read with a Superstar
  3. 所属分类:Compiler program

    • 发布日期:2017-05-13
    • 文件大小:3206370
    • 提供者:王蕾
  1. compiler

    0下载:
  2. 学习编译原理的好资料,利用Yacc编写的小程序,可以解析简单赋值语句、条件语句和while循环语句-The principle of learning good information compiled, the use of small programs written in Yacc, can resolve a simple assignment statements, conditional statements and while loops
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:500004
    • 提供者:huping
  1. 201061114126031

    0下载:
  2. 原资源位置:http://www.codesky.net/showhtml/3721.htm 原资源在D2010中sin,cos等函数会出错, 稍作修改,使其可用于D2010,去除了几个对于公式解析没用的单元。带有我自己的调用例子 -Original Resource Location: http://www.codesky.net/showhtml/3721.htm resources in the D2010 in original sin, cos and other f
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:311872
    • 提供者:ziyu2011
  1. PCG-tab

    1下载:
  2. 弹塑性力学的方法在解决实际问题上是不能与有限元法相提并论的。所以,...理论只能是解析的,而有限元法只不过是一种现在应用得很成功的技术手段而已-Elastic-plastic mechanics, in solving practical problems are not comparable with the finite element method. Therefore, the ... theory can only be resolved, and the finite element
  3. 所属分类:Disk Tools

    • 发布日期:2016-09-28
    • 文件大小:47104
    • 提供者:王本帖
  1. antlr-3.0.1.tar

    0下载:
  2. Antlr(ANother Tool for Language Recognition)是一个工具,它为我们构造自己的识别器(recognizers)、编译器(compiler)和转换器(translators)提供了一个基础。通过定义自己的语言规则,Antlr可以为我们生成相应的语言解析器,这样便可以省却了自己全手工打造的劳苦。-ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool t
  3. 所属分类:Compiler program

    • 发布日期:2017-05-13
    • 文件大小:3383181
    • 提供者:dang
  1. tinyxml

    0下载:
  2. 提供对xml进行解析的库文件,支持创建、编辑等操作-tinyxml for xml,in C/C++ environment.the latest version
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:38802
    • 提供者:ZJC
  1. PLO_parser

    0下载:
  2. PL/0语言的语法解析器,用于编译原理课程实验的参考-PL/0 language parser, compiler theory course for the reference experiment
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:8429
    • 提供者:yczh
  1. Flex2.5-manual

    0下载:
  2. FLEX 是词法分析解析器的产生器,需要提供生成规则,动作可以用C语言写-FLEX is a lexical analysis parser generator, the need to provide the generation rule, action can be written using C language
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:32228
    • 提供者:yczh
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 29 »
搜珍网 www.dssz.com